From 76e7a23fbcfa2a335347b7dc43c068c47b76607a Mon Sep 17 00:00:00 2001 From: "magic.chen" Date: Tue, 20 Jun 2023 19:14:09 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8af118ba0..41084d2c9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

-[**简体中文**](README.zh.md) |[**Discord**](https://discord.gg/xfNDzZ9t) |[**Documents**](https://db-gpt.readthedocs.io/en/latest/)|[**Wechat**](https://github.com/csunny/DB-GPT/blob/main/README.zh.md#%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC) +[**简体中文**](README.zh.md) |[**Discord**](https://discord.gg/hmGPnMSb) |[**Documents**](https://db-gpt.readthedocs.io/en/latest/)|[**Wechat**](https://github.com/csunny/DB-GPT/blob/main/README.zh.md#%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC) @@ -149,7 +149,7 @@ This project is standing on the shoulders of giants and is not going to work wit The MIT License (MIT) ## Contact Information -We are working on building a community, if you have any ideas about building the community, feel free to contact us. [Discord](https://discord.gg/xfNDzZ9t) +We are working on building a community, if you have any ideas about building the community, feel free to contact us. [Discord](https://discord.gg/hmGPnMSb) [![Star History Chart](https://api.star-history.com/svg?repos=csunny/DB-GPT)](https://star-history.com/#csunny/DB-GPT) From d994560fb84693c2a470a4afb929d95754f40d70 Mon Sep 17 00:00:00 2001 From: "magic.chen" Date: Tue, 20 Jun 2023 19:15:08 +0800 Subject: [PATCH 2/3] Update README.zh.md --- README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index ecfdbb8ab..544fca460 100644 --- a/README.zh.md +++ b/README.zh.md @@ -9,7 +9,7 @@

-[**English**](README.md)|[**Discord**](https://discord.gg/ea6BnZkY) |[**Documents**](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/)|[**微信**](https://github.com/csunny/DB-GPT/blob/main/README.zh.md#%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC) +[**English**](README.md)|[**Discord**](https://discord.gg/hmGPnMSb) |[**Documents**](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/)|[**微信**](https://github.com/csunny/DB-GPT/blob/main/README.zh.md#%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC) From 0d9ce4c567658ba7286e84cc994b293adb88d3a7 Mon Sep 17 00:00:00 2001 From: "magic.chen" Date: Wed, 21 Jun 2023 10:10:22 +0800 Subject: [PATCH 3/3] Update requirements.txt change huggingface-hub==0.14.1 update pymilvus==2.2.1 fix #237 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9de06ad36..469dbd29a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ cycler==0.11.0 filelock==3.9.0 fonttools==4.38.0 frozenlist==1.3.3 -huggingface-hub==0.13.4 +huggingface-hub==0.14.1 importlib-resources==5.12.0 sqlparse==0.4.4 @@ -57,7 +57,7 @@ gTTS==2.3.1 langchain nltk python-dotenv==1.0.0 -# pymilvus==2.2.1 +pymilvus==2.2.1 vcrpy chromadb==0.3.22 markdown2