What are Vector Stores?
Vector stores are specialized data stores that enable indexing and retrieving information based on vector representations.
The vectors they store are called embeddings, and capture the semantic meaning of data that has been embedded.
Vector stores are frequently used to search over unstructured data, such as text, images, and audio, to retrieve relevant information based on semantic similarity rather than exact keyword matches.
Learn more about vector stores and embeddings in the Langchain documentation.
Available Vector Stores
This is a list of the currently available vector stores:
- Farcaster Memory Vector Store - stores the casts of a given fid in memory;
- Farcaster Supabase Vector Store - stores the casts of a given fid in a Supabase database;
- Twitter Memory Vector Store: coming soon.