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
Copy file name to clipboardExpand all lines: docs/rag_guide.md
+64Lines changed: 64 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,6 +261,70 @@ Currently, tool calling is not supported out of the box. Some experimental patch
261
261
262
262
The RAG tool calls where not working properly when experimenting with `mistralai/Mistral-7B-Instruct-v0.3` on vLLM.
263
263
264
+
### Solr Vector IO
265
+
266
+
The OKP (Offline Knowledge Portal) Solr Vector IO is a read-only vector search provider that integrates with Apache Solr for enhanced vector search capabilities. It enables retrieving contextual information from Solr-indexed Red Hat documents to enhance query responses with support for hybrid search and chunk window expansion.
3. Results include document metadata and source URLs
314
+
4. Document URLs are built based on the `offline` setting:
315
+
- **Offline mode**: Uses `parent_id` with Mimir base URL
316
+
- **Online mode**: Uses `reference_url` from document metadata
317
+
318
+
**Prerequisites:**
319
+
320
+
- Solr must be running and accessible at the configured URL
321
+
for instructions on how to pull and run the OKP Solr image visit: https://github.com/lightspeed-core/lightspeed-providers/lightspeed_stack_providers/providers/remote/solr_vector_io/solr_vector_io/README.md
322
+
323
+
324
+
**Limitations:**
325
+
326
+
- This is a **read-only** provider - no insert/delete operations
0 commit comments