Give more control over "Codebase indexing" process (run indexing when idle) #5819
kajiev
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This one is important for all the localhost_ers_ IMHO.
I believe, the typical self-hosted solution is:
Given this setup, when "codebase indexing" wakes up during whatever agent task , this forces Ollama to unload "main" model because it decides to free up some VRAM for embedding model. This results in a kind of race condition between "main" and embedding models. Usually, it ends in trouble.
Suggestion is:
code_indextool so that the agent could run it explicitly during task execution (to keep index updated).Anyway, IMHO codebase indexing during uncompleted task often is a waste of tokens, so it is worth posponing it.
Beta Was this translation helpful? Give feedback.
All reactions