huggingface / chat-ui

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

Document Parser RAG #1230

Closed Saghen closed 1 month ago

Saghen commented 4 months ago

Adds support for RAG to the document parser. The implementation on the document-parser-rag side simply splits into 512 character chunks, embeds and performs cosine similarity between the embeddings and the queries

Known issues:

nsarrazin commented 1 month ago

Closing since this was replaced in tools refacto