from_existing_index(
cls: Type[ValkeyVectorStore],
embedding: Embeddings,
index_name: str,| 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: {} |
Connect to an existing Valkey index.
Additional arguments.