Minki Jung
Minki Jung
Thanks @hinthornw. I turned the state into a typeddict with the annoated reduce logic, and the error is gone. Thanks for pointing out the duplicated edges. I mistakenly add the...
> @framsouza yea this seems like an issue with the tree-sitter version. I don't actually know what the solution is yet, but a band-aid fix was `pip install -U "tree-sitter
@baskaryan I've added a test for this update. Let me know if there is anything I need to add. ## TEST INSTRUCTION **Before the PR** Run the script and confirm...
@baskaryan Could you check my new comments please?
@efriis I've resolved the CI issues. Please rerun the test.
Thanks for reviewing this PR, @ccurme The original method strips whitespaces from each chunk when the code is chunked. When combining adjacent retrieved chunks, these stripped whitespaces cause problems. I...