-
For example, using the [Chroma Docker container](https://docs.trychroma.com/deployment#docker)
-
基于intelanalytics/ipex-llm-xpu:latest镜像制作的镜像chatdoc_intel:1.1
启动容器test,无法加载Embedder模型。
dockerfile:
FROM intelanalytics/ipex-llm-xpu:latest
RUN export DEBIAN_FRONTEND=noninteractive && \
se…
-
-
![image](https://github.com/mr-hanlu/ChatGLM2-ChatDoc/assets/66857797/a69a62d2-50ea-4fd1-aa51-ae86537c55b4)
doc_api.py 复制过去修改后启动成功
![image](https://github.com/mr-hanlu/ChatGLM2-ChatDoc/assets/668577…
-
When I try asking random questions in my chat that aren't related to my document, I still get an answer, and a reference number also appears. How to fix this?? any one please?
-
There are duplicate entries in my DB which I would like to delete.
Where is the DB stored on Windows 10? The documentation says that "The processed documents will be stored in db directory by defau…
-
Model on https://github.com/marella/chatdocs/blob/main/setup.py
-
一直显示索引构建中,无法使用。人在国外,不存在网络问题。
-
Hi!
I have been having some issues with dependencies lately and wanted to isolate an install over Conda. I am running into some issues. Anyone gotten this to run under Conda?
-
Invalid URL (POST /engines/text-embedding-ada-002/embeddings), openai 0.28.0包并不支持这个路径了,而是/embeddings,这个路由在chatdoc/server里不知道要哪里修改?