You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Right click the desired dialog to display the **Chat Configuration** window.
49
+
2. Switch to the **Model Setting** tab and adjust the **Max Tokens** slider to get the desired length.
50
+
3. Click **OK** to confirm your change.
51
51
52
52
53
53
### What does Empty response mean? How to set it?
54
54
55
-
You limit what the system responds to what you specify in Empty response if nothing is retrieved from your knowledge base. If you do not specify anything in Empty response, you let your LLM improvise, giving it a chance to hallucinate.
55
+
You limit what the system responds to what you specify in **Empty response** if nothing is retrieved from your knowledge base. If you do not specify anything in **Empty response**, you let your LLM improvise, giving it a chance to hallucinate.
56
56
57
57
### Can I set the base URL for OpenAI somewhere?
58
58
@@ -70,9 +70,9 @@ You can use Ollama to deploy local LLM. See [here](https://github.com/infiniflow
70
70
71
71
### How to configure RAGFlow to respond with 100% matched results, rather than utilizing LLM?
72
72
73
-
In Configuration, choose**Q&A**as the chunk method:
1. Click the**Knowledge Base**tab in the middle top of the page.
74
+
2. Right click the desired knowledge base to display the **Configuration** dialogue.
75
+
3. Choose **Q&A** as the chunk method and click **Save** to confirm your change.
76
76
77
77
## Debugging
78
78
@@ -136,15 +136,15 @@ $ docker ps
136
136
es:
137
137
hosts: 'http://es01:9200'
138
138
```
139
-
- - If you run RAGFlow outside of Docker, verify the ES host setting in **conf/service_conf.yml** using:
139
+
- If you run RAGFlow outside of Docker, verify the ES host setting in **conf/service_conf.yml** using:
140
140
```bash
141
141
curl http://<IP_OF_ES>:<PORT_OF_ES>
142
142
```
143
143
144
144
145
145
### How to handle `{"data":null,"retcode":100,"retmsg":"<NotFound '404: Not Found'>"}`?
146
146
147
-
Your IP address or port number may be incorrect. If you are using the default configurations, enter http://<IP_OF_YOUR_MACHINE> (NOT `localhost`, NOT 9380, AND NO PORT NUMBER REQUIRED!) in your browser. This should work.
147
+
Your IP address or port number may be incorrect. If you are using the default configurations, enter http://<IP_OF_YOUR_MACHINE> (**NOT `localhost`, NOT 9380, AND NO PORT NUMBER REQUIRED!**) in your browser. This should work.
0 commit comments