shibing624 / ChatPDF

RAG for Local LLM, chat with PDF/doc/txt files, ChatPDF. 纯原生实现RAG功能,基于本地LLM、embedding模型、reranker模型实现,无须安装任何第三方agent库。
Apache License 2.0
587 stars 109 forks source link

webui代理错误怎么解决 #37

Open x303597316 opened 3 weeks ago

x303597316 commented 3 weeks ago

requests.exceptions.ProxyError: (MaxRetryError("HTTPSConnectionPool(host='hf-mirror.com', port=443): Max retries exceeded with url: /shibing624/text2vec-base-multilingual/resolve/main/tokenizer_config.json (Caused by ProxyError('Unable to connect to proxy', FileNotFoundError(2, 'No such file or directory')))"), '(Request ID: ba999692-91e9-4425-a759-7fa0eeaeb782)')

shibing624 commented 3 weeks ago

本地下载模型 shibing624/text2vec-base-multilingual ,下载方法: https://hf-mirror.com/

image