Skip to content

Commit

Permalink
bugfix: fix qdrant bug
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhogman committed Jan 10, 2024
1 parent 86e3ba0 commit 2a4df67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/llm-chain-qdrant/examples/qdrant_vectorstore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ async fn main() {
let response = client
.get_points(
collection_name,
None,
&doc_ids.into_iter().map(|id| id.into()).collect::<Vec<_>>(),
Some(true),
Some(true),
Expand Down

0 comments on commit 2a4df67

Please sign in to comment.