Weaviate Integration avatar
Weaviate Integration

Deprecated

Pricing

$5.00/month + usage

Go to Store
Weaviate Integration

Weaviate Integration

Deprecated

Developed by

Datastorm

Datastorm

Maintained by Community

Easily integrate Apify & Weaviate Push selected fields from Apify Actor into any Weaviate class. If the Weaviate class does not exist the integration will created it. Efficient & user-friendly data handling solution.

0.0 (0)

Pricing

$5.00/month + usage

0

Total users

2

Monthly users

1

Last modified

2 years ago

Weaviate Class

weaviateClassstringRequired

A class describes a data object, such as in the form of a noun (e.g., Person, Product, Timezone) or a verb (e.g., Move, Buy, Eat). Classes are always written with a capital letter first. This helps in distinguishing classes from primitive data types when used in properties. For example, dataType: ["text"] means that a property is a text, whereas dataType: ["Text"] means that a property is a cross-reference type to a class named Text. Reference: https://weaviate.io/developers/weaviate/config-refs/schema

Dataset ID

datasetIdstringOptional

DatasetID to push to Weaviate. If not specified the defaultDatasetId from the previous Actor will be used.

Weaviate API Token

weaviateAPIKeystringRequired

Weaviate API Token

Weaviate Host

weaviateHoststringRequired

Weaviate Host

OpenAI API Token

openaiApiTokenstringRequired

Open AI Api Token is used for Vector Embeddings

Field Mappings

fieldMappingsarrayRequired

Field Mapping between Dataset and Weaviate Class. datasetColumnName = Name of the column in the Apify Dataset. dbPropertyName = Name of property in Weaviate Class. isKeyColumn = Is this column the ID for the Weaviate row. isMetadata = is this a metadata column. If false then the column will be converted to vector embeddings.