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
I am using Q&A model for RAG
The Q&A Model takes two inputs as question and context
{
"question": "where live??",
"context": "My name is Clara and I live in Madrid."
}
While doing neural search how i will pass the parameter for question and context
Where should i add the context? Or utilizing two paramters is not possible in OpenSearch RAG?
Hi All,
I am using Q&A model for RAG
The Q&A Model takes two inputs as
question
andcontext
While doing neural search how i will pass the parameter for
question
andcontext
Where should i add the context? Or utilizing two paramters is not possible in OpenSearch RAG?
Any example for Q&A models as we have only parameter like llm_question?
While creating connector, i am giving the request body as
"request_body": "{ \"question\": \"${parameters.question}\" , \"context\": \"${parameters.context}\"}"
The text was updated successfully, but these errors were encountered: