Weaviate
Weaviate is an open-source vector search engine and database that enables efficient storage, retrieval, and management of high-dimensional data, often used in machine learning and AI applications.
Categories: artificial-intelligence
Type: weaviate/v1
Connections
Version: 1
custom
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
url | Weaviate Url | STRING | The URL of the Weaviate instance. | true |
apiKey | Weaviate API Key | STRING | The API key for the Weaviate API. | 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" : "weaviate/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" : "weaviate/v1/load"}
Output
This action does not produce any output.