I tried with the above query but looks like search is happening on all fields in my dictionary.
Below is my hybrid query and under the property I have only question and answers but the results are fetched with respect to subjects or topics also i.e. ‘Car’ word doesn’t exist in question or answers but exist in subjects/topics.
Can you help me with the exact synonym search query on the select fields i.e. I should query only on question & answer fields but should be able to retrieve all other fields of that document.
Also, Please provide the modules that can be used for synonym’s. As of now we are using the below modules for our dictionary:
I’m not familiar with your schema; the example I shared was a general one to illustrate how to structure a hybrid search. Could you share your schema with me?
Additionally, regarding the modules you’re referring to, are you using OpenAI, Google Palm, or Cohere APIs for vectorization? Weaviate can integrate with these providers to leverage their capabilities.
Have you seen this guide if you are using our Cloud services?