[Question]: Define meta data for each chunks
Describe your problem
Thank you for your excellent work!
We wanna use this Ragflow as our major knowledge base. Our documents have several pattern of structures. Each part in the structure has coherent contents. So we decide to split documents to chunks according to the structure. How can we mark meta data in each chunk? we only find keywords attribute of chunks. This isn't suitable for marking meta data.
Meta data to chunk has not been supported yet. You could contact us by [email protected]
Thank you for your quick reply.
Another question: where do we get the sequence and page no of each chunk in the source document? We didn't found in the code and information in the chunk.
It's stored in ES about fields of position.
This feature is quite important in many situations. We use the metadata fields of our vector database to store information we don’t want embedded. At the moment, Ragflow seems to expose only the content and important_keywords fields, and both are used during the search process.
If you have any suggestions for this scenario, please let me know.
Thanks!