Future-House / paper-qa

High accuracy RAG for answering questions from scientific documents with citations
Apache License 2.0
6.46k stars 618 forks source link

Enhancement : adding different chunking strategies #644

Open Snikch63200 opened 1 month ago

Snikch63200 commented 1 month ago

Hello,

I saw in the code there is only only one fixed size chunking strategy. I read there are many chunking strategies (https://stackoverflow.blog/2024/06/06/breaking-up-is-hard-to-do-chunking-in-rag-applications/)

Is it planned to implement other chunking strategies, especially context aware chunking ?

Best regards.