Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.18 KB

File metadata and controls

42 lines (31 loc) · 1.18 KB
description
Upsert embedded data and perform similarity or mmr search using Weaviate, a scalable open-source vector database.

Weaviate

Weaviate Node

Filtering

Weaviate supports following syntax when it comes to filtering:

UI

API

"overrideConfig": {
    "weaviateFilter": {
        "where": {
            "operator": "Equal",
            "path": [
                "test"
            ],
            "valueText": "key"
        }
    }
}

Resources

{% hint style="info" %} This section is a work in progress. We appreciate any help you can provide in completing this section. Please check our Contribution Guide to get started. {% endhint %}