Skip to content

Commit

Permalink
Merge pull request sdan#1 from NirantK/patch-1
Browse files Browse the repository at this point in the history
Propose Qdrant Indexing Time Experiment
  • Loading branch information
sdan authored Jul 7, 2023
2 parents e094864 + 279856c commit 6509d6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,11 @@ def main(query, corpuss, top_k, token_counts) -> pd.DataFrame:
# qdrant #
#################################################
qdrant_client = QdrantClient(
":memory:", # fast, wraps numpy

# persistent, scalable
# url="<your-qdrant-instance-url-here>",
# api_key="<your-api-key-here>",
)

qdrant_client.recreate_collection(
Expand Down

0 comments on commit 6509d6e

Please sign in to comment.