nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
70.77k stars 7.71k forks source link

Non-automatic localdocs. #3093

Open manyoso opened 1 month ago

manyoso commented 1 month ago

This PR implements a new setting and defaults to non-automatic updating of localdocs. Many users have expressed that they wish to have control over when the indexing/embedding of a collection takes place. This change gives them that control.

For existing users who wish to keep the current behavior a new setting is introduced to turn on automatic updates of localdocs. The default should be manual control.