remove reindexing subscription, and add status methods for vector store

Co-authored-by: maxbrunsfeld <max@zed.dev>
This commit is contained in:
KCaverly 2023-07-13 18:14:44 -04:00
parent d8fd0be598
commit b38e3b804c
5 changed files with 208 additions and 253 deletions

View file

@ -33,6 +33,7 @@ async-trait.workspace = true
bincode = "1.3.3"
matrixmultiply = "0.3.7"
tiktoken-rs = "0.5.0"
parking_lot.workspace = true
rand.workspace = true
schemars.workspace = true