Install
Usage
Query Results
Features
Semantic Search: Retrieve the most contextually relevant results using embeddings and vector similarity. Namespace Support: Separate documents into different namespaces for better organization. Metada Filtering: Metadata can be used to filter the results of a query.Notes
- Upstash Vector supports custom embeddings; you can specify an embedding model when initializing
UpstashVectorStore
. - Use
.env
files to manage your Upstash credentials for secure and reusable configuration.