Creates a new vector store instance and sets up the database.
initialize(
embeddings: EmbeddingsInterface,
args: AzionVectorStoreArgs,
setupOptions: AzionSetupOptions
): Promise<AzionVectorStore>| Name | Type | Description |
|---|---|---|
embeddings* | EmbeddingsInterface | The embeddings interface to use for vectorizing documents |
args* | AzionVectorStoreArgs | Configuration options: |
setupOptions* | AzionSetupOptions | Database setup options: |