Hi there,
for all of you who’re using the chat completions endpoint - has anyone managed to build an RAG with citations? I have a basic, naive RAG setup using embeddings but wondering how one might implement the citation feature. The assistants api provides it by default and perplexity has it as well.
I wonder if its just prompt engineering under the hood.