a-ghorbani / pocketpal-ai

An app that brings language models directly to your phone.
MIT License
1.14k stars 84 forks source link

[Feat]: RAG support #60

Open sotwi opened 1 month ago

sotwi commented 1 month ago

Description Add a simple vectorDB rag to enhance memory.

Use Case It would be possible to retrieve information from outside of the context window

EXTREMOPHILARUM commented 2 weeks ago

Do you have any ideas for implementing this? I thought it can maybe something like sqlite with vector embedding addon.