Skip to content

Commit f9908e6

Browse files
daric93sjrl
andauthored
set index name to default
Co-authored-by: Sebastian Husch Lee <10526848+sjrl@users.noreply.github.com>
1 parent 5433729 commit f9908e6

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)