Module vectorstores

Source
Expand description

Vector store abstractions for FerricLink Core

This module provides the core abstractions for vector stores that can store and search over embeddings.

Structs§

InMemoryVectorStore
A simple in-memory vector store for testing
VectorSearchResult
A search result from a vector store

Traits§

VectorStore
Base trait for all vector stores

Functions§

in_memory_vector_store
Helper function to create an in-memory vector store
in_memory_vector_store_with_embeddings
Helper function to create an in-memory vector store with embeddings