We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4594133 + 6458fd0 commit d5b791cCopy full SHA for d5b791c
1 file changed
docs/rag_guide.md
@@ -303,6 +303,15 @@ solr:
303
# Set to false to use reference_url (online mode)
304
```
305
306
+**Query Request Example:**
307
+```
308
+curl -sX POST http://localhost:8080/v1/query \
309
+ -H "Content-Type: application/json" \
310
+ -d '{"query" : "how do I secure a nodejs application with keycloak?", "no_tools":true}' | jq .
311
312
+Note: Solr does not currently work with RAG tools. You will need to specify "no_tools": true in request.
313
+
314
315
**Query Processing:**
316
317
1. When Solr is enabled, queries use the `portal-rag` vector store
0 commit comments