diff --git a/docs/faq.md b/docs/faq.md index 0255e55f2..ddd60bd43 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -51,15 +51,18 @@ Normal: ##### Q4:When I use openai(MODEL_SERVER=proxyllm) to chat

- +

##### A4: make sure your openapi API_KEY is available ##### Q5:When I Chat Data and Chat Meta Data, I found the error

- -

+ +

![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.

- +

##### A7: set KNOWLEDGE_SEARCH_TOP_SIZE smaller or set KNOWLEDGE_CHUNK_SIZE smaller, and reboot server.