n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.63k stars 266 forks source link

optimize RAG function #299

Open hkjang opened 2 months ago

hkjang commented 2 months ago

Good Day. Adjusting chunk size is an existing feature, but other than that... what are some methodologies that can optimize RAG? I think it would be good to have various such methodologies in the dialoqbase service. ex) AutoRAG

PeterBusalov commented 1 month ago

https://github.com/infiniflow/ragflow/tree/main RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. The highest quality tool on github today.