Skip to content

Commit aed8901

Browse files
committed
Feat: Implement api for vector db
1 parent cbce7ee commit aed8901

File tree

4 files changed

+366
-60
lines changed

4 files changed

+366
-60
lines changed

Cargo.lock

Lines changed: 146 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/api/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ license = "MIT"
77
[dependencies]
88
core = { path = "../core" }
99
index = { path = "../index" }
10-
storage = { path = "../storage" }
10+
storage = { path = "../storage" }
11+
tempfile = "3.20.0"

0 commit comments

Comments
 (0)