n4ze3m / page-assist

Use your locally running AI models to assist you in your web browsing

Home Page:https://chromewebstore.google.com/detail/page-assist-a-web-ui-for/jfgfiigpkhlkbnfnbobbkinehhfdhndo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embedding Feature

debasish-mohanty opened this issue · comments

Can you provide options while creating chunks based on Sentences too, which will help on better answer from the knowledge base.

Yes, we will add that in the next release. Currently, the page is using RecursiveCharacterTextSplitter from langchain.js

commented

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 ollama/ollama#3749