added proper blob serialization for embeddings and vector search trait
This commit is contained in:
parent
c071b271be
commit
65bbb7c57b
6 changed files with 104 additions and 39 deletions
|
@ -17,7 +17,7 @@ util = { path = "../util" }
|
|||
anyhow.workspace = true
|
||||
futures.workspace = true
|
||||
smol.workspace = true
|
||||
rusqlite = "0.27.0"
|
||||
rusqlite = { version = "0.27.0", features=["blob"] }
|
||||
isahc.workspace = true
|
||||
log.workspace = true
|
||||
tree-sitter.workspace = true
|
||||
|
@ -25,6 +25,7 @@ lazy_static.workspace = true
|
|||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
async-trait.workspace = true
|
||||
bincode = "1.3.3"
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue