Skip to content

Commit

Permalink
Feat(integration test): Qdrant (#134)
Browse files Browse the repository at this point in the history
* setup(qdrant): integration test

* feat: add integration test

* fix: use fake definition instead of document

* refactor:rename fake definition
  • Loading branch information
marieaurore123 authored Dec 3, 2024
1 parent 62c7bc5 commit cda8102
Show file tree
Hide file tree
Showing 4 changed files with 395 additions and 13 deletions.
251 changes: 250 additions & 1 deletion Cargo.lock

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

6 changes: 6 additions & 0 deletions rig-qdrant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ qdrant-client = "1.12.1"
[dev-dependencies]
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }
anyhow = "1.0.89"
testcontainers = "0.23.1"

[[example]]
name = "qdrant_vector_search"
required-features = ["rig-core/derive"]


[[test]]
name = "integration_tests"
required-features = ["rig-core/derive"]
Loading

0 comments on commit cda8102

Please sign in to comment.