AzionVectorStore
is used to manage and search through a collection of documents using vector embeddings, directly on Azion’s Edge Plataform using Edge SQL.
This guide provides a quick overview for getting started with Azion EdgeSQL vector stores. For detailed documentation of all AzionVectorStore
features and configurations head to the API reference.
Class | Package | [PY support] | Package latest |
---|---|---|---|
AzionVectorStore | @langchain/community | ❌ |
AzionVectorStore
vector store, you will need to install the @langchain/community
package. Besides that, you will need an Azion account and a Token to use the Azion API, configuring it as environment variable AZION_TOKEN
. Further information about this can be found in the Documentation.
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.