Skip to content

Commit

Permalink
revert qdrant collection change
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Dec 10, 2024
1 parent 5300d9e commit 7fde867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

@experimental_class
class QdrantCollection(
VectorSearchBase[int | str, TModel],
VectorSearchBase[str | int, TModel],
VectorizedSearchMixin[TModel],
Generic[TModel],
):
Expand Down

0 comments on commit 7fde867

Please sign in to comment.