You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The qna-openai module tries to find an answer in the data objects of the specified class. If an answer is found within the given certainty range, it will be returned in the GraphQL _additional { answer { ... } } field. There will be a maximum of 1 answer returned, if this is above the optionally set certainty. The answer with the highest certainty (confidence level) will be returned.
How can I use the certainty parameter to filter out irrelevant questions when using the question and answer module with OpenAI?
And if certainty parameter is supported, is certainty:0.75 be properly when I want to return empty when users ask questions that are unrelated to the extracted article content?
https://weaviate.io/developers/weaviate/modules/reader-generator-modules/qna-openai
Here is my code block
The text was updated successfully, but these errors were encountered: