Weaviate
Estimated reading: 1 minute
107 views
The Weaviate component reads and writes to Weaviate vector stores using an instance of Weaviate vector store.
For more information, see the following:
1. Hidden parameters
2. Search results output
3. Vector store instances
4. Weaviate Documentation
Weaviate parameters
Name | Type | Description |
---|---|---|
weaviate_url | String | Input parameter. The default instance URL. |
search_by_text | Boolean | Input parameter. Indicates whether to search by text. |
api_key | SecretString | Input parameter. The optional API key for authentication. |
index_name | String | Input parameter. The optional index name. |
text_key | String | Input parameter. The default text extraction key. |
input | Document | Input parameter. The document or record. |
embedding | Embeddings | Input parameter. The embedding model used. |
attributes | List[String] | Input parameter. Optional additional attributes. |