I am looking to essentially add extra context to my RAG call –
1 – Use AI Search to retrieve most relevant chunks/embeddings
2 – Use metadata from those to query my database and related items for extra context
3 – Combine both to provide the context to the chat-completions endpoint
Everywhere seems to say to just use a datasource of AI search but doesn’t allow for data manipulation/additional context.
I tried using filter option with the relevant ids but it still searches using message. I also tried stuffing the system prompt (this did seem to work but i cannot rely on that to always behave in the same way i dont believe)
Gerry Docherty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.