"VectorCode process killed due to timeout." appears to me when running :lua require("vectorcode").query("mysql") or similar commands. I am running chromadb 0.6.3 in docker-compose mode using 1 core.
vectorcode query mysql -n 3 36.64s user 4.87s system 137% cpu 30.214 total
vectorcode ls
Project Root Collection Size Number of Files Embedding Function
-------------- ----------------- ----------------- ------------------------------------
~/code/my_proj 176 88 SentenceTransformerEmbeddingFunction
sounds like a really long time, how can I troubleshoot it?
"VectorCode process killed due to timeout." appears to me when running
:lua require("vectorcode").query("mysql")or similar commands. I am running chromadb 0.6.3 in docker-compose mode using 1 core.vectorcode ls Project Root Collection Size Number of Files Embedding Function -------------- ----------------- ----------------- ------------------------------------ ~/code/my_proj 176 88 SentenceTransformerEmbeddingFunctionsounds like a really long time, how can I troubleshoot it?