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

@@ -181,6 +181,13 @@ In the .env configuration file, modify the LANGUAGE parameter to switch between
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.set .env configuration set your vector store type, eg:VECTOR_STORE_TYPE=Chroma, now we support Chroma and Milvus(version > 2.1)
3.Run the knowledge repository script in the tools directory.