Skip to content

createVectorStores

createVectorStores(options): Promise<VectorStoreByType>

Defined in: packages/core/src/storage/stores.ts:20

Internal

Internal function to create vector stores with sensible defaults. Used by VectorStoreIndex to initialize vector stores when not explicitly provided.

CreateVectorStoresOptions

Promise<VectorStoreByType>