infiniflow / ragflow

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

[Feature Request]: File Management and Knowledge Base #2836

Open train147369 opened 1 week ago

train147369 commented 1 week ago

Is there an existing issue for the same feature request?

Is your feature request related to a problem?

Knowledge Base functionality, duplicate parsing of the same document in different knowledge bases from File Management

Describe the feature you'd like

The way I see it, File Management uploads and parses the files, Knowledge Base links to the files inside File Management via tags, which reduces duplicate parsing of files, and calls Knowledge Base when called.

Describe implementation you've considered

No response

Documentation, adoption, use case

No response

Additional information

No response

KevinHuSh commented 1 week ago

I don't get it. This function has already full filled.

train147369 commented 6 days ago

I don't get it. This function has already full filled.

Uploading files through File Management and then associating them to multiple different knowledge bases requires each knowledge base to be parsed separately, which can reduce the number of times the files are parsed if they are parsed in file management and then associated.