update:db chat

This commit is contained in:
aries-ckt
2023-06-13 17:12:20 +08:00
parent 5d440dce94
commit 7aa59596d2
9 changed files with 176 additions and 29 deletions

View File

@@ -12,6 +12,12 @@ As the knowledge base is currently the most significant user demand scenario, we
We currently support many document formats: txt, pdf, md, html, doc, ppt, and url.
before execution:
```
python -m spacy download zh_core_web_sm
```
2.Update your .env, set your vector store type, VECTOR_STORE_TYPE=Chroma
(now only support Chroma and Milvus, if you set Milvus, please set MILVUS_URL and MILVUS_PORT)