gpt4all icon indicating copy to clipboard operation
gpt4all copied to clipboard

LocalDocs collection can't be removed while embedding is in process nor can the embedding process be stopped

Open JannisBush opened this issue 1 year ago • 4 comments
trafficstars

Bug Report

It is not possible to remove a LocalDocs collection while the indexing/embedding is running. If one added a large collection that would take a long time to process, it is not possible to abort this process.

There is no button/option to pause the processing (https://github.com/nomic-ai/gpt4all/issues/2579). When I click on the remove button while it is processing, the collection will disappear, however the processing will continue in the background and after a restart of the app the collection is there again and continues embedding.

Steps to Reproduce

  1. Add a large collection that takes a long time to embed
  2. Remove the collection by clicking the remove button
  3. Optional: observe that the embedding is still going on (CPU load)
  4. Restart the application
  5. Observe that the collection is still there and continues embedding

Expected Behavior

It should be possible to stop the processing of a collection and remove it before it is ready.

Your Environment

  • GPT4All version (if applicable): v3.4.2
  • Operating System: MacOS 14.5
  • Chat model used (if applicable):

JannisBush avatar Oct 22 '24 13:10 JannisBush