zed/crates/semantic_index
Max Brunsfeld 43ad470e58
Use outline queries to chunk files syntactically (#11283)
This chunking strategy uses the existing `outline` query to chunk files.
We try to find chunk boundaries that are:

* at starts or ends of lines
* nested within as few outline items as possible

Release Notes:

- N/A
2024-05-02 12:28:21 -07:00
..
examples Return an error from project index tool when embedding query fails (#11264) 2024-05-01 12:15:44 -07:00
fixture Semantic Index (#10329) 2024-04-12 11:40:59 -06:00
src Use outline queries to chunk files syntactically (#11283) 2024-05-02 12:28:21 -07:00
Cargo.toml Use outline queries to chunk files syntactically (#11283) 2024-05-02 12:28:21 -07:00
LICENSE-GPL Semantic Index (#10329) 2024-04-12 11:40:59 -06:00