Weaviate
Upsert embedded data and perform similarity or mmr search using Weaviate, a scalable open-source vector database.

Filtering
Weaviate supports following syntax when it comes to filtering:
UI

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