Commit Graph

787 Commits

Author SHA1 Message Date
Younis Bashir
0227a2a05c - from GPTSimpleVectorIndex to GPTVectorIndex 2023-06-18 19:39:10 +03:00
Aries-ckt
3aa8917088 fix(contract): readme (#235)
update readme add wechat Contact Information
2023-06-16 14:27:09 +08:00
csunny
9938b5f1d6 fix(contract): readme
update readme add wechat Contact Information
2023-06-16 14:22:55 +08:00
magic.chen
a3a94f4b5a misc: update requirements.txt, polish docs, improve error logging (#234) (#234)
- feat: Improve ModelWorker's error printing
- chore: bump requirement.txt for guanaco support
- docs: fix some typos in Tutorials
2023-06-16 12:38:28 +08:00
LBYPatrick
0b1d54afa6 chore: run black against modified code 2023-06-16 12:23:28 +08:00
LBYPatrick
2e74ef0ff0 docs: polish docs 2023-06-16 11:49:55 +08:00
LBYPatrick
1580aaa8eb chore: bump requirement.txt for guanaco support 2023-06-16 11:45:42 +08:00
magic.chen
3ccd939fe3 docs(openai proxy): Fix openai proxy configuration in llms.md (#233) (#233)
Fix the name of the OpenAI proxy model in the `llms.md` document,
Modifies the LLM_MODEL variable from "proxy_llm" to "proxyllm".
2023-06-16 11:15:32 +08:00
magic.chen
2c71310b6c update: setup version info (#231)
Version info update to v0.2.2
Close (#115)
2023-06-16 11:06:27 +08:00
xuyuan23
de9d8742fd docs(openai proxy): Fix the name of the OpenAI proxy model in the llms.md document.
This command modifies the LLM_MODEL variable in your code from "proxy_llm" to "proxyllm".
2023-06-16 10:57:09 +08:00
magic.chen
3f78c8a077 docs: Add chroma and milvus connector docs (#230)
Add vector docs,  provide how to you vector connector in DB-GPT. 
1.chroma docs
2.milvus docs
Closes #230
2023-06-16 10:34:12 +08:00
aries-ckt
a2dac8926d docs: Add vector docs, provide how to use vector connector in DB-GPT.
1.chroma docs
2.milvus docs

Closes #230
2023-06-16 10:18:50 +08:00
aries-ckt
57b6418a88 docs: Add chroma and milvus connector docs
Add vector docs,  provide how to you vector connector in DB-GPT.
1.chroma docs
2.milvus docs
Closes #230
2023-06-16 10:17:18 +08:00
csunny
3e5b7ecc4d update: setup version info
Close (#115)
2023-06-16 09:53:11 +08:00
magic.chen
c6b667e984 docs: Add vector connector docs (#229)
Add vector docs,  provide how to use vector connector in DB-GPT.

Closes #229
2023-06-15 21:54:26 +08:00
aries-ckt
8d3f5c9702 docs: Add vector connector docs
Add vector docs,  provide how to you vector connector in DB-GPT.

Closes #228
2023-06-15 21:45:35 +08:00
magic.chen
6c83dfc294 Fix the document user case 'llms' (#227)
Fix the document by changing 'LLM_MODEL=proxy_llm' to
'LLM_MODEL=proxyllm
2023-06-15 17:18:45 +08:00
xuyuan23
a91a7e1c62 Fix the document by changing 'LLM_MODEL=proxy_llm' to 'LLM_MODEL=proxyllm'. 2023-06-15 17:15:27 +08:00
magic.chen
ea8e09de71 update:readme doc, put documents (#226)
1.error video format
2023-06-15 15:07:22 +08:00
aries-ckt
438b5ed8c9 update:readme doc, put documents 2023-06-15 15:06:32 +08:00
aries-ckt
03d8dd4260 update:readme doc, put documents 2023-06-15 15:04:15 +08:00
magic.chen
71d86db2e9 Dbgpt doc (#225)
1.readme add video demonstration
2023-06-15 15:03:26 +08:00
aries-ckt
fbf281998a update:readme doc, put video documents 2023-06-15 14:53:24 +08:00
aries-ckt
739a264421 update:readme doc, put documents 2023-06-15 14:20:19 +08:00
aries-ckt
6d0b694c20 update:readme doc, put documents 2023-06-15 14:15:09 +08:00
aries-ckt
fc61349136 update:readme doc, put documents 2023-06-15 14:13:41 +08:00
aries-ckt
b16dd4f488 update:readme doc, put documents 2023-06-15 14:12:38 +08:00
aries-ckt
e8ff7c7aeb update:readme doc, put documents 2023-06-15 14:06:15 +08:00
aries-ckt
db5abdf2c6 update:readme doc, put documents 2023-06-15 14:01:04 +08:00
aries-ckt
b11e59992c update:readme doc, put documents 2023-06-15 14:00:08 +08:00
aries-ckt
a4258f5534 update:readme doc, put documents 2023-06-15 13:57:16 +08:00
aries-ckt
a50cb669b2 update:readme doc, put documents 2023-06-15 13:49:59 +08:00
aries-ckt
4bc6331e9b doc:readme video 2023-06-15 13:45:11 +08:00
magic.chen
02bea46c9a update:weaviate_store format (#223)
format weaviate_store.py
2023-06-15 10:45:57 +08:00
aries-ckt
be78793bb3 update:readme doc, put documents 2023-06-15 10:29:12 +08:00
aries-ckt
ba713c6ba9 update:weaviate_store format 2023-06-15 10:20:08 +08:00
Aries-ckt
f4bc71ad97 - add Weaviate database (#222)
The contribution aims to enhance the functionality of the DBGPT
repository by integrating support for the Weaviate database. Weaviate is
a vector database that provides advanced indexing and search
capabilities for textual data. By incorporating Weaviate into the DBGPT
repository, users will have access to efficient storage, retrieval, and
similarity search features for their text-based data.

Proposed Changes:
1. Implement WeaviateStore Class:
- Create a new class, "WeaviateStore," that extends the existing vector
store functionality in the DBGPT repository.
- The WeaviateStore class will serve as a wrapper around the Weaviate
database and provide methods for data loading, searching, and
vectorization.
- The class will utilize the Weaviate Python client library for seamless
integration with the Weaviate database.

2. Schema Definition:
- Define the schema for the Weaviate database to support the required
data structure in the DBGPT repository.
- The schema will include a "Document" class with properties for
metadata and text.
- The "metadata" property will store the metadata associated with each
document.
- The "text" property will store the textual content of each document.

3. Data Loading:
- Implement a method within the WeaviateStore class to load documents
into the Weaviate database.
- Iterate through the documents in the DBGPT repository and extract the
necessary metadata and text.
- Use the Weaviate Python client to add each document to the Weaviate
database, mapping the metadata and text to the corresponding properties
defined in the schema.

4. Similar Search:
- Implement a method within the WeaviateStore class to perform a similar
search in the Weaviate database based on a given text query.
- Utilize Weaviate's vector-based search capabilities to find documents
similar to the provided text query.
- Return the relevant documents along with additional information such
as distance or relevance scores.

5. Vector Name Existence:
- Implement a method within the WeaviateStore class to check if a vector
name exists for a given class in the Weaviate database.
- The method will query the Weaviate database's schema and determine if
the vector name exists for the specified class.
2023-06-15 09:44:56 +08:00
Younis Bashir
3a41904a32 - add Weaviate database 2023-06-15 02:51:36 +03:00
Aries-ckt
aae46ec191 docs: fix gpt4all and add llm usage documents (#221)
llm usage documents
fix gpt4all problem
2023-06-14 22:53:31 +08:00
magic.chen
f19b92af02 Update llmserver.py 2023-06-14 22:52:26 +08:00
csunny
bb9724cbc1 docs: update llms usage 2023-06-14 22:37:45 +08:00
csunny
c522f4f0ba Merge branch 'main' into llm_fxp 2023-06-14 22:32:17 +08:00
magic.chen
c32e2f8617 sql generation doc (#219)
fix:sql generation doc
2023-06-14 22:28:16 +08:00
aries-ckt
d07d103db9 fix:format 2023-06-14 22:22:27 +08:00
aries-ckt
51d5517cb5 fix:doc sql generation 2023-06-14 22:12:23 +08:00
aries-ckt
74337f6e70 Merge remote-tracking branch 'origin/main' into dbgpt_doc 2023-06-14 22:10:34 +08:00
csunny
2c22b09692 add: ignore zip file 2023-06-14 22:08:58 +08:00
csunny
321f1c36c4 Merge branch 'dbgpt_doc' of https://github.com/csunny/DB-GPT into llm_fxp 2023-06-14 22:04:35 +08:00
csunny
d0b270cb95 fix: async output 2023-06-14 22:02:23 +08:00
明天
60c9eb3174 Async auto load native plugins; (#218)
1.Async auto load native plugins;
2.Add Config control if auto load plugins, default open, if wan't close,
change in .env
2023-06-14 22:00:15 +08:00