Skip to content

Commit d0cee4d

Browse files
committed
Merge branch 'feature/valkey-document-store' of github.com:daric93/haystack-core-integrations into feature/valkey-document-store
2 parents f12c2b2 + f9908e6 commit d0cee4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • integrations/valkey/src/haystack_integrations/document_stores/valkey

integrations/valkey/src/haystack_integrations/document_stores/valkey/document_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def __init__(
155155
# Document store operation configuration
156156
batch_size: int = 100,
157157
# Index and vector configuration
158-
index_name: str = "haystack_document",
158+
index_name: str = "default",
159159
distance_metric: Literal["l2", "cosine", "ip"] = "cosine",
160160
embedding_dim: int = 768,
161161
metadata_fields: dict[str, type[str] | type[int]] | None = None,

0 commit comments

Comments
 (0)