ZIm/crates/semantic_index/src
Max Brunsfeld d3d3a093b4
Add an eval binary that evaluates our semantic index against CodeSearchNet (#17375)
This PR is the beginning of an evaluation framework for our AI features.
Right now, we're evaluating our semantic search feature against the
[CodeSearchNet](https://github.com/github/CodeSearchNet) code search
dataset. This dataset is very limited (for the most part, only 1 known
good search result per repo) but it has surfaced some problems with our
search already.

Release Notes:

- N/A

---------

Co-authored-by: Jason <jason@zed.dev>
Co-authored-by: Jason Mancuso <7891333+jvmncs@users.noreply.github.com>
Co-authored-by: Nathan <nathan@zed.dev>
Co-authored-by: Richard <richard@zed.dev>
2024-09-17 12:44:33 -07:00
..
embedding chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
chunking.rs Upgrade tree sitter and all grammars (#17734) 2024-09-16 17:10:57 -07:00
embedding.rs /auto (#16696) 2024-09-13 13:17:49 -04:00
embedding_index.rs Add an eval binary that evaluates our semantic index against CodeSearchNet (#17375) 2024-09-17 12:44:33 -07:00
indexing.rs /auto (#16696) 2024-09-13 13:17:49 -04:00
project_index.rs Add an eval binary that evaluates our semantic index against CodeSearchNet (#17375) 2024-09-17 12:44:33 -07:00
project_index_debug_view.rs /auto (#16696) 2024-09-13 13:17:49 -04:00
semantic_index.rs Add an eval binary that evaluates our semantic index against CodeSearchNet (#17375) 2024-09-17 12:44:33 -07:00
summary_backlog.rs /auto (#16696) 2024-09-13 13:17:49 -04:00
summary_index.rs /auto (#16696) 2024-09-13 13:17:49 -04:00
worktree_index.rs /auto (#16696) 2024-09-13 13:17:49 -04:00