問題タブ [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.
weaviate - 特定の参照を含む弱いオブジェクトの省略
いくつかのジャンルがタグ付けされた映画のデータベースがあるとします。私の Weaviate スキーマは次のようになります。
特定のジャンルでタグ付けされた映画を検索結果から除外したい。具体的には、次のオブジェクトを含むデータベースのMovie
場合:
horror
ジャンルを除外すると、検索結果は映画のみを返すはずfoo
です。GraphQL または Python クライアントでそのようなクエリを実行する方法はありますか?