autogluon / autogluon-rag

Retrieval-Augmented Generation in 3 Lines of Code!
https://auto.gluon.ai/rag/dev/index.html
Apache License 2.0
28 stars 7 forks source link

Does not allow k=0 #76

Closed cheungdaven closed 1 month ago

cheungdaven commented 1 month ago

We should allow setting k=0 to disable RAG and use the LLMs directly.