added brute force search and VectorSearch trait
This commit is contained in:
parent
65bbb7c57b
commit
7937a16002
3 changed files with 122 additions and 2 deletions
|
@ -26,6 +26,7 @@ serde.workspace = true
|
|||
serde_json.workspace = true
|
||||
async-trait.workspace = true
|
||||
bincode = "1.3.3"
|
||||
ndarray = "0.15.6"
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue