Connect to an existing Valkey index.
from_existing_index(
cls: Type[ValkeyVectorStore],
embedding: Embeddings,
index_name: str,
valkey_url: str,
**kwargs: Any = {}
) -> ValkeyVectorStore| Name | Type | Description |
|---|---|---|
embedding* | Embeddings | Embeddings object. |
index_name* | str | Name of the existing index. |
valkey_url* | str | Connection URL for Valkey server. |
**kwargs | Any | Default: {}Additional arguments. |