Skip to content

Commit d5b791c

Browse files
authored
Merge pull request #1175 from Anxhela21/anx/doc-edit
Doc update to add no_tools:true for Solr RAG
2 parents 4594133 + 6458fd0 commit d5b791c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/rag_guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,15 @@ solr:
303303
# Set to false to use reference_url (online mode)
304304
```
305305

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+
306315
**Query Processing:**
307316
308317
1. When Solr is enabled, queries use the `portal-rag` vector store

0 commit comments

Comments
 (0)