mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-29 02:03:37 +08:00
* 避免configs对torch的依赖; * webui自动从configs获取api地址(close #1319) * bug fix: 重建知识库时FAISS未保存 * 优化LLM和Embedding模型运行设备配置,可设为auto自动检测
10 lines
93 B
Plaintext
10 lines
93 B
Plaintext
*.log
|
|
*.log.*
|
|
logs
|
|
.idea/
|
|
__pycache__/
|
|
/knowledge_base/
|
|
configs/*.py
|
|
.vscode/
|
|
.pytest_cache/
|