Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperlukawski committed Dec 3, 2024
1 parent f983732 commit 220d722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ to automatically determine the fields that can be used for filtering. Here is ho
from qdrant_client import QdrantClient

client = QdrantClient("http://localhost:6333")
collection_info = client.get_collection_(collection_name="test_filter")
collection_info = client.get_collection(collection_name="test_filter")
indexes = collection_info.payload_schema
print(indexes)
```
Expand Down

0 comments on commit 220d722

Please sign in to comment.