問題タブ [weaviate]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
26 参照

weaviate - 特定の参照を含む弱いオブジェクトの省略

いくつかのジャンルがタグ付けされた映画のデータベースがあるとします。私の Weaviate スキーマは次のようになります。

特定のジャンルでタグ付けされた映画を検索結果から除外したい。具体的には、次のオブジェクトを含むデータベースのMovie場合:

horrorジャンルを除外すると、検索結果は映画のみを返すはずfooです。GraphQL または Python クライアントでそのようなクエリを実行する方法はありますか?