Redis
Redis is an open-source, in-memory data structure store used as a database, cache, and message broker, known for its high performance and support for various data structures like strings, hashes, lists, sets, and more.
Categories: artificial-intelligence
Type: redis/v1
Connections
Version: 1
custom
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
publicEndpoint | Public Endpoint | STRING | true | |
username | Username | STRING | true | |
password | Password | STRING | true | |
initializeSchema | Initialize Schema | BOOLEAN Optionstrue, false | Whether to initialize the schema. | true |
Actions
Search Data
Name: search
Query data from the vector store using LLM embeddings.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
query | Query | STRING | The query to be executed. | true |
Example JSON Structure
{ "label" : "Search Data", "name" : "search", "parameters" : { "query" : "" }, "type" : "redis/v1/search"}
Output
The output for this action is dynamic and may vary depending on the input parameters. To determine the exact structure of the output, you need to execute the action.
Load Data
Name: load
Loads data into the vector store using LLM embeddings.
Example JSON Structure
{ "label" : "Load Data", "name" : "load", "type" : "redis/v1/load"}
Output
This action does not produce any output.