
Weaviate Integration
Deprecated
Pricing
$5.00/month + usage

Weaviate Integration
Deprecated
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
weaviateClass
stringRequired
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
datasetId
stringOptional
DatasetID to push to Weaviate. If not specified the defaultDatasetId from the previous Actor will be used.
Field Mappings
fieldMappings
arrayRequired
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.