Replies: 1 comment 2 replies
-
Hi, did this happen the first time you used it, or one of the subsequent runs? 429 error seems to indicate that there were too many requests sent from your device to the huggingface server. You can try add the following in your VectorCode config: {
"embedding_params": {
"model_name": "sentence-transformers/all-MiniLM-L6-v2",
"local_files_only": true
},
"reranker": "CrossEncoderReranker",
"reranker_params": {
"local_files_only": true
},
} The |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
@Davidyz Have you ran into this before? Happens when running
vectorcode vectorize
. First happened on pre commit message so it wasnt clear what the issue was since there was no error log. Had to drop and then vectorize from scratch to see the error message. Its for a project with 25 files as listed byvectorcode ls
Beta Was this translation helpful? Give feedback.
All reactions