Recommended format for several augments in RAG
#4
by
svenh99
- opened
First, let me thank you for the excellent work.
The example https://github.com/jphme/EM_German?tab=readme-ov-file#factual-retrieval--rag shows RAG for one snippet. If we have several ones, should they be concatenated?
BTW: Recommending a nonstandard formulation ("gebe an") is interesting :-) and illustrates robustness.
Simple concatenation seems to work.
But the problem is that the URL (from the CONTEXT block) is never added. What am I missing? Do I need special settings for GenerationConfig
? Any hints?