Skip to content

Commit

Permalink
Merge pull request #1405 from 1995chen/docs/administration
Browse files Browse the repository at this point in the history
doc: Strict mode python client code update
  • Loading branch information
timvisee authored Jan 20, 2025
2 parents 83a51f5 + d46d81f commit baedb48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ client = QdrantClient(url="http://localhost:6333")

client.create_collection(
collection_name="{collection_name}",
strict_mode_config=models.SparseVectorParams{ enabled=True, unindexed_filtering_retrieve=True },
strict_mode_config=models.StrictModeConfig(enabled=True, unindexed_filtering_retrieve=True),
)
```

Expand Down

0 comments on commit baedb48

Please sign in to comment.