๐ฆ Uncategorized
- feat(cli): implement chunking with line-ranges metadata.
- PR: 44
- feat(nvim): add a new QueryCallback that uses `:changes`. Implement 45.
- fix(nvim): refined LSP launching process
- chore: updates to documentation and add discussion as a compliment to issues.
- feat(cli): try to implement chunking with line-ranges metadata.
- feat(cli): implemented line ranges and fixed broken tests.
- feat(cli): add `Chunk` support in `chunked_add`
- feat(cli): make `CrossEncoderReranker` work with `chunk`
- feat(cli): finished CLI mode (mostly).
- test(cli): fix broken test
- feat(cli): implement chunk mode support for NaiveReranker
- test(cli): test for `build_query_results`
- feat(cli): make sure it fallback to `document` mode when range metadata is not available
- fix(cli): do not output `path` when not specified from the arguments
- docs(cli): documentation about `--include chunk`
- chore: use hybrid release note generation.