page-assist icon indicating copy to clipboard operation
page-assist copied to clipboard

Bug or [SUGGESTION] RAG document limit

Open clickbrain opened this issue 1 year ago • 5 comments

I fed a large number of markdown files into a RAG knowledge base, but it only seems to have processed 10 files. Is there a limit on the number of files for RAG or is this a bug of some kind?

clickbrain avatar Jul 20 '24 03:07 clickbrain

It is not a bug. I have added a limit because everything happens inside the browser, and I don't want to slow down the browser by processing a huge amount of files. I might add settings to update the limit; by default, I think it is 10

n4ze3m avatar Jul 20 '24 04:07 n4ze3m

So, this is why the extension seems to slow down with some documents added to the rag. I was about to add an issue for this.

razvanab avatar Jul 20 '24 14:07 razvanab

OK. I am running browser on M3 with 36gb RAM and the LLM/Ollama is running on an M2 Studio with 64GB of Ram and processing text/markdown files. Would love the option to set the number of files or have unlimited and see how it does.

clickbrain avatar Jul 20 '24 21:07 clickbrain

Hey, you can now increase the file limit from the RAG settings

image

n4ze3m avatar Jul 24 '24 12:07 n4ze3m

Awesome! Thank you!

clickbrain avatar Jul 26 '24 18:07 clickbrain