Loads a FaissStore from a specified directory.
load(directory: string, embeddings: EmbeddingsInterface): Promise<FaissStore>| Name | Type | Description |
|---|---|---|
directory* | string | The directory to load the FaissStore from. |
embeddings* | EmbeddingsInterface | An Embeddings object. |