Upstash
Estimated reading: 1 minute
139 views
The Upstash component reads and writes to Upstash vector stores using an instance of UpstashVectorStore.
For more information, see the following:
1. Hidden parameters
2. Search results output
3. Vector store instances
4. Upstash documentation
Upstash parameters
Name | Type | Description |
---|---|---|
index_url | String | Input parameter. The URL of the Upstash index. |
index_token | SecretString | Input parameter. The token for the Upstash index. |
text_key | String | Input parameter. The key in the record to use as text. |
namespace | String | Input parameter. The namespace for the index. |
search_query | String | Input parameter. The query for similarity search. |
metadata_filter | String | Input parameter. Filter documents by metadata. |
ingest_data | Data | Input parameter. The data to be ingested into the vector store. |
embedding | Embeddings | Input parameter. The embedding function to use. |
number_of_results | Integer | Input parameter. The number of results to return in search. |