Redis
Estimated reading: 1 minute
The Redis component reads and writes to Redis vector stores using an instance of Redis vector store.
For more information, see the following:
1. Hidden parameters
2. Search results output
3. Vector store instances
4. Redis documentation
Redis parameters
| Name | Type | Description |
|---|---|---|
| redis_server_url | SecretString | Input parameter. The Redis server connection string. |
| redis_index_name | String | Input parameter. The name of the Redis index. |
| code | String | Input parameter. The custom code for Redis (advanced). |
| schema | String | Input parameter. The schema for Redis index. |
| search_query | String | Input parameter. The query for similarity search. |
| ingest_data | Data | Input parameter. The data to be ingested into the vector store. |
| number_of_results | Integer | Input parameter. The number of results to return in search. |
| embedding | Embeddings | Input parameter. The embedding function to use. |