load(
cls,
path: str,
embedding: Embeddings,
**kwargs: Any = {}| Name | Type | Description |
|---|---|---|
path* | str | |
embedding* | Embeddings | |
**kwargs | Any | Default: {} |
Load a vector store from a file.
The path to load the vector store from.
The embedding to use.
Additional arguments to pass to the constructor.