pub async fn create_vector_store(
config: &VectorStoreConfig,
collection_name: &str,
dimensions: usize,
) -> Result<Arc<dyn VectorStore>, VectorStoreError>Expand description
Create a vector store from configuration
pub async fn create_vector_store(
config: &VectorStoreConfig,
collection_name: &str,
dimensions: usize,
) -> Result<Arc<dyn VectorStore>, VectorStoreError>Create a vector store from configuration