doc:Update faq.md

This commit is contained in:
Aries-ckt 2023-08-15 12:34:46 +08:00 committed by GitHub
parent 85bd13392d
commit 12c4cf8de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,15 +51,18 @@ Normal:
##### Q4:When I use openai(MODEL_SERVER=proxyllm) to chat
<p align="left">
<img src="../../assets/faq/proxyerror.png" width="800px" />
<img src="https://github.com/eosphoros-ai/DB-GPT/assets/13723926/d8128b6c-e9ab-42d4-84bc-5e0d42f148c6"
width="800px" />
</p>
##### A4: make sure your openapi API_KEY is available
##### Q5:When I Chat Data and Chat Meta Data, I found the error
<p align="left">
<img src="../../assets/faq/chatdataerror.png" width="800px" />
</p>
<img src="https://github.com/eosphoros-ai/DB-GPT/assets/13723926/991dbaf5-da42-4c63-a65c-9aa9e174da59" width="800px" />
</p>![chatdataerror](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/991dbaf5-da42-4c63-a65c-9aa9e174da59)
]()
##### A5: you have not create your database and table
1.create your database.
@ -103,7 +106,7 @@ VECTOR_STORE_TYPE=Chroma
```
##### Q7:When I use vicuna-13b, found some illegal character like this.
<p align="left">
<img src="../../assets/faq/illegal_character.png" width="800px" />
<img src="https://github.com/eosphoros-ai/DB-GPT/assets/13723926/088d1967-88e3-4f72-9ad7-6c4307baa2f8" width="800px" />
</p>
##### A7: set KNOWLEDGE_SEARCH_TOP_SIZE smaller or set KNOWLEDGE_CHUNK_SIZE smaller, and reboot server.