chore:doc and fmt

This commit is contained in:
aries_ckt
2023-10-17 22:00:01 +08:00
parent b4ee95c0d1
commit ef8cd442a5
7 changed files with 93 additions and 96 deletions

View File

@@ -14,7 +14,7 @@ project = "DB-GPT"
copyright = "2023, csunny"
author = "csunny"
version = "👏👏 0.3.9"
version = "👏👏 0.4.0"
html_title = project + " " + version
# -- General configuration ---------------------------------------------------

View File

@@ -92,4 +92,9 @@ pip install chromadb==0.4.10
```commandline
pip install langchain>=0.0.286
##### Q9: In Centos OS, No matching distribution found for setuptools_scm
```commandline
pip install --use-pep517 fschat
```