Open Meister1593 opened 4 months ago
This may be fixed with some of the improvements that have been done in in the dev branch:
Can you try 0.8.44-vscode?
This may be fixed with some of the improvements that have been done in in the dev branch:
* [Simplify walkDir(...) and improve performance by roughly 10x in larger repos #1806](https://github.com/continuedev/continue/pull/1806) * [Remove a copy / pasta section that duplicated the work done in ChunkCodebaseIndexer #1834](https://github.com/continuedev/continue/pull/1834) * [Offload all token counting to worker processes as well as some optimizations to do more token counting in parallel #1842](https://github.com/continuedev/continue/pull/1842)
Can you try 0.8.44-vscode?
Just updated, no change, it repeatedly crashes with same assert error, even when indexing is paused for some reason...
@Meister1593 - mind trying the latest pre-release as well? v0.9.191 (pre-release)
Same issue. Manjaro, ollama-cuda 0.3.3, nomic-embed-text:latest. extension version v0.8.46
This looks like a crashing Ollama server to me, maybe ask in the Ollama Discord or GitHub repo what this crash log means?
@Meister1593 - mind trying the latest pre-release as well?
v0.9.191 (pre-release)
Sorry for the wait, did not notice this ping, but checking now om v0.9.196 results in this: By the looks of it, nothing has changed
This looks like a crashing Ollama server to me, maybe ask in the Ollama Discord or GitHub repo what this crash log means?
Will try to check with them!
My ollama was also crashing with nomic embed. Using mxbai-embed-large
fixed embedding issues and indexing works fine.
mxbai-embed-large
Just tried to use it, seems like it have started to embed just fine?
*Just needed to pull it after changing in config and switch projects around
You can check the request log of ollama to see if it's working. Embeddings didn't seem to take long
You can check the request log of ollama to see if it's working. Embeddings didn't seem to take long
Yes, embeddings frequently occuring with 200 code, i'm checking pretty big codebase so this might take a while...
Before submitting your bug report
Relevant environment info
Description
When trying to index any project, it infinitely tries to index and never finishes, also causing major cpu/memory usage in the process
To reproduce
Log output