-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] python init_database.py --recreate-vs时报错 #3121
Comments
🤖 你好,@skywolf123!很高兴再次见到你,希望你一切都好。 根据您的问题描述,我找到了一些可能的解决方案: 第一个问题:MaxRetryError 和 SSLCertVerificationError 第二个问题:模型标识符无效 第三个问题:jq package not found 如果以上的解决方案不能解决您的问题,或者您有其他的问题,欢迎您继续提问。 Sources
|
第三个问题我通过修改JSONLoader类实现了无需jq库,因为windows不支持安装jq库 |
第二个问题我查到是 |
可以上传代码么?我不知道如何修改,谢谢。 |
请教一下是怎么改的呢 我也是window环境 |
这里提供了一些解决办法langchain-ai/langchain#4396 |
问题描述 / Problem Description
python init_database.py --recreate-vs时报错
第一个问题:
(MaxRetryError('HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /None/resolve/main/tokenizer_config.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'huggingface.co'. (_ssl.c:1006)")))'), '(Request ID: 4826469f-6904-4873-a7c7-291a84614162)')
第二个问题:
None is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo either by logging in with
huggingface-cli login
or by passingtoken=<your_token>
第三个问题:
('samples', 'test_files/langchain-ChatGLM_closed.jsonl', '从文件 samples/test_files/langchain-ChatGLM_closed.jsonl 加载文档时出错:jq package not found, please install it with
pip install jq
')环境信息 / Environment Information
附加信息 / Additional Information
不管是否翻墙都会报错
The text was updated successfully, but these errors were encountered: