nomic-ai / gpt4all

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

We can't return early here as nChunks > 0 #3137

Closed manyoso closed 4 weeks ago

manyoso commented 1 month ago

We can't return early here as nChunks could be greater than zero in which case we have to update the item statistics. They will be skipped when we generate the embeddings.

Fixes issue #2729.