Skip to content

Typesense

Typesense is an open-source, in-memory search engine designed for fast, typo-tolerant, and relevance-focused full-text search across large datasets.

Categories: artificial-intelligence

Type: typesense/v1


Connections

Version: 1

custom

Properties

NameLabelTypeDescriptionRequired
protocolProtocolSTRINGHTTP Protocoltrue
hostHostSTRINGHostnametrue
portPortSTRINGtrue
apiKeyTypesense API KeySTRINGThe API key for the Typesense API.true
collectionCollection NameSTRINGThe name of the collection to use.true
embeddingDimensionEmbedding DimensionINTEGERThe dimension of the embeddings.true
initializeSchemaInitialize SchemaBOOLEAN
Options true, false
Whether to initialize the schema.true

Actions

Search Data

Name: search

Query data from the vector store using LLM embeddings.

Properties

NameLabelTypeDescriptionRequired
queryQuerySTRINGThe query to be executed.true

Example JSON Structure

{
"label" : "Search Data",
"name" : "search",
"parameters" : {
"query" : ""
},
"type" : "typesense/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" : "typesense/v1/load"
}

Output

This action does not produce any output.