Open debasish-mohanty opened 6 months ago
Yes, we will add that in the next release. Currently, the page is using RecursiveCharacterTextSplitter from langchain.js
Seconding this but more so on dynamic context chunking, and maybe chunking with "ensemble" or overlapping chunks (since long context LLMs are here) https://docs.llamaindex.ai/en/stable/examples/retrievers/ensemble_retrieval/ P.S. for reranking https://github.com/ollama/ollama/issues/3749
Can you provide options while creating chunks based on Sentences too, which will help on better answer from the knowledge base.