feat: add bge embbeding model (#479)

1.add bge embedding model
2.getting start doc update
This commit is contained in:
magic.chen
2023-08-23 21:48:05 +08:00
committed by GitHub
6 changed files with 530 additions and 699 deletions

View File

@@ -347,7 +347,7 @@ init_install_requires()
setuptools.setup(
name="db-gpt",
packages=find_packages(exclude=("tests", "*.tests", "*.tests.*", "examples")),
version="0.3.5",
version="0.3.6",
author="csunny",
author_email="cfqcsunny@gmail.com",
description="DB-GPT is an experimental open-source project that uses localized GPT large models to interact with your data and environment."