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

Allow Prompt Rewriting. #62

Closed cheungdaven closed 4 weeks ago

cheungdaven commented 2 months ago

When we use generate_response, it does not allow us to rewrite the retrieved content. It would be better if it provides us a way to rewrite the retrieved content on the fly.

shreyash2106 commented 1 month ago

What would this entail? What kind of rewriting functionality should be provided to the user?