KCaverly
|
36907bb4dc
|
updated vector store indexing to only use languages with an embedding.scm treesitter query
Co-authored-by: maxbrunsfeld <max@zed.dev>
|
2023-06-30 16:14:11 -04:00 |
|
KCaverly
|
0db0876289
|
implemented file deletes on project indexing
|
2023-06-30 11:01:35 -04:00 |
|
KCaverly
|
e3ab54942e
|
removed sleep from directory scanning as fixes upstream appear to be scanning correctly
|
2023-06-30 10:17:31 -04:00 |
|
KCaverly
|
39137fc19f
|
updated vector_store db to leverage EMBEDDINGS_DIR path
|
2023-06-29 15:18:32 -04:00 |
|
KCaverly
|
0a7245a583
|
updated semantic search modal to manage for duplicate queries
|
2023-06-29 13:50:49 -04:00 |
|
KCaverly
|
a08d60fc61
|
added navigation on confirm to semantic search modal
|
2023-06-29 11:58:47 -04:00 |
|
Max Brunsfeld
|
fd68a2afae
|
Debounce searches in semantic search modal
|
2023-06-28 15:02:20 -07:00 |
|
KCaverly
|
85e71415fe
|
updated embedding database calls to maintain project consistency
Co-authored-by: maxbrunsfeld <max@zed.dev>
|
2023-06-28 16:25:05 -04:00 |
|
KCaverly
|
400d39740c
|
updated both indexing and search method for vector store, to maintain both zed worktree ids and db worktree ids
Co-authored-by: maxbrunsfeld <max@zed.dev>
|
2023-06-28 16:21:03 -04:00 |
|
KCaverly
|
40ff7779bb
|
WIP: Working modal, without navigation and search on every keystroke
|
2023-06-28 13:27:26 -04:00 |
|
KCaverly
|
9d19dea7dd
|
updated vector_store to remove parsing module
|
2023-06-28 08:58:50 -04:00 |
|
KCaverly
|
d1bdfa0be6
|
Added a dummy action for testing the semantic search functionality in the command palette.
Co-authored-by: maxbrunsfeld <max@zed.dev>
|
2023-06-27 15:53:07 -04:00 |
|
KCaverly
|
4bfe3de1f2
|
Working incremental index engine, with streaming similarity search!
Co-authored-by: maxbrunsfeld <max@zed.dev>
|
2023-06-27 15:31:21 -04:00 |
|
KCaverly
|
953e928bdb
|
WIP: Got the streaming matrix multiplication working, and started work on file hashing.
Co-authored-by: maxbrunsfeld <max@zed.dev>
|
2023-06-26 19:01:19 -04:00 |
|
KCaverly
|
74b693d6b9
|
Updated database calls to share single connection, and simplified top_k_search sorting.
Co-authored-by: maxbrunsfeld <max@zed.dev>
|
2023-06-26 14:57:57 -04:00 |
|
KCaverly
|
0f232e0ce2
|
added file metadata retrieval from db
|
2023-06-26 10:35:56 -04:00 |
|
KCaverly
|
7937a16002
|
added brute force search and VectorSearch trait
|
2023-06-26 10:34:12 -04:00 |
|
KCaverly
|
65bbb7c57b
|
added proper blob serialization for embeddings and vector search trait
|
2023-06-25 20:02:56 -04:00 |
|
KCaverly
|
c071b271be
|
removed tokio and sqlx dependency, added dummy embeddings provider to save on open ai costs when testing
|
2023-06-23 10:25:12 -04:00 |
|
KCaverly
|
dd309070eb
|
open ai indexing on open for rust files
|
2023-06-22 16:50:07 -04:00 |
|
KCaverly
|
d4a4db42aa
|
WIP: started DB creating and naive inserts
|
2023-06-22 13:25:33 -04:00 |
|
KCaverly
|
80a894b829
|
WIP: started work on vector store db, by walking project worktrees.\n\nCo-Authored-By: Max <max@zed.dev>
|
2023-06-21 14:53:08 -04:00 |
|