infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
22.87k stars 2.24k forks source link

[Question]: what is the difference between chat and search? #3237

Closed eleganterRyan closed 1 week ago

eleganterRyan commented 1 week ago

Describe your problem

does search block just use embeded model while chat block LLM?

KevinHuSh commented 1 week ago

Chat is supposed to directly answer your question. Search is for users to determine what kind of information they want which is more precise and trustable. That's why Google is still there and we use it every day.

eleganterRyan commented 1 week ago

Chat is supposed to directly answer your question. Search is for users to determine what kind of information they want which is more precise and trustable. That's why Google is still there and we use it every day.

thx 4 your reply