huggingface / chat-ui

Open source codebase powering the HuggingChat app
https://huggingface.co/chat
Apache License 2.0
7.49k stars 1.1k forks source link

How do I use chat ui with RAG(RETRIEVAL AUGMENTED GENERATOR) #1354

Open pedro21900 opened 3 months ago

pedro21900 commented 3 months ago

I currently applied the rag technique to the "HuggingFaceH4/zephyr-7b-beta" model and used mongo atlas as a knowledge base, but I didn't find anything about how to connect the chat ui to pass the top k documents to the model so that it can use context to answer questions

juanjuanignacio commented 2 months ago

same problem here