Skip to content

Commit

Permalink
feat: upsert documents into qdrant (#301)
Browse files Browse the repository at this point in the history
* feat: upsert documents into qdrant

* refactor: rename method to get inner client
  • Loading branch information
joshua-mo-143 authored Feb 19, 2025
1 parent d6d9c40 commit 9128188
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 61 deletions.
104 changes: 69 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion rig-qdrant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ repository = "https://github.com/0xPlaygrounds/rig"
rig-core = { path = "../rig-core", version = "0.9.0" }
serde_json = "1.0.128"
serde = "1.0.210"
qdrant-client = "1.12.1"
qdrant-client = "1.13.0"
uuid = { version = "1.13.1", features = ["v4"] }

[dev-dependencies]
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }
Expand Down
Loading

0 comments on commit 9128188

Please sign in to comment.