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