infiniflow / ragflow

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

[Question]: Chunk method can be integrated by self-defined methods #805

Open ms787277296 opened 6 months ago

ms787277296 commented 6 months ago

Describe your problem

Whether user-defined Chunk methods can be integrated, it seems that chunk methods are systemically defined 图片

KevinHuSh commented 6 months ago

What kind of chunking method you want to define? And what kind of problem you want to solve?

qiufengyuyi commented 5 months ago

What kind of chunking method you want to define? And what kind of problem you want to solve?

i also have similar demand that we need to add self-customized chunk method. besides adding code in rag/app ,do i have to modify database or elasticsearch?

KevinHuSh commented 4 months ago

No.