I’m not sure I understand at all?
It’s fully open source, can run/connect any number of fully local models as well as the big name models if a user chooses to use them.
Can you expand on what you mean?
Web Dev Person / Ex Performance ECU Calibrations Person
I’m not sure I understand at all?
It’s fully open source, can run/connect any number of fully local models as well as the big name models if a user chooses to use them.
Can you expand on what you mean?
Thanks!
Unfortunately currently there isn’t a true RAG implementation largely due to the fact that this site/app is fully self contained with no additional servers or database etc…which is typically required for RAG.
For now file uploads are stored in the browser’s own local database and the content can be extracted and added to the current conversation context easily.
I definitely want to add a more full RAG system but it’s a process to say the least, and if I implement it I want it to be quite effective. My experience with RAG generally has left me quite unimpressed with a few quite decent implementations being the exception.
Web search is definitely something I want to add, haven’t quite figured out the route I want to take implementing it just yet though.
Hopefully I can get it added sooner rather than later!
Ahh, I see lol