FaissStore
features and configurations head to the API reference.
Class | Package | PY support | Package latest |
---|---|---|---|
FaissStore | @langchain/community | ✅ |
@langchain/community
integration package and the faiss-node
package as a peer dependency.
This guide will also use OpenAI embeddings, which require you to install the @langchain/openai
integration package. You can also use other supported embeddings models if you wish.
.save
and static .load
methods:
pickleparser
package.
.loadFromPython
static method:
FaissStore
features and configurations head to the API reference