Skip to content

Commit

Permalink
test: special shard key (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Oct 1, 2024
1 parent f3b0bff commit b66b5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/python/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
QDRANT_EMBEDDING_DIM = 6
QDRANT_DISTANCE = models.Distance.COSINE
QDRANT_API_KEY = uuid4().hex
STRING_SHARD_KEY = "string_shard_key"
STRING_SHARD_KEY = "string_shard_key_32_()-"
INTEGER_SHARD_KEY = 876


Expand Down

0 comments on commit b66b5ff

Please sign in to comment.