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
3. Results include document metadata and source URLs
344
344
4. Document URLs are built based on the `offline` setting:
345
345
- **Offline mode**: Uses `parent_id` with Mimir base URL
@@ -357,8 +357,19 @@ okp:
357
357
chunk_filter_query: "product:*openshift*"
358
358
```
359
359
360
-
> [!NOTE]
361
-
> This static filter is a temporary work-around until dynamic per-request filtering is supported.
360
+
Per-request filtering is also available on all inference endpoints via request field **`solr`**: `mode` (`semantic`, `hybrid`, or `lexical`) and `filters` (key:value format). Legacy payloads that omit `mode`/`filters` and send filter key:value pairs at the top level still work with `mode` set to `hybrid`.
Copy file name to clipboardExpand all lines: docs/responses.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ The following fields are LCORE-specific request extensions and are not part of t
108
108
|-------|------|-------------|----------|
109
109
|`generate_topic_summary`| boolean | Generate topic summary for new conversations. Default: true | No |
110
110
|`shield_ids`| array[string]| Shield IDs to apply. If omitted, all configured shields in LCORE are used | No |
111
-
|`solr`|dictionary|Solr vector_io provider query parameters| No |
111
+
|`solr`|object|Optional `mode` and `filters`. Legacy top-level filter-only objects are still accepted.| No |
112
112
113
113
114
114
### Field Mappings
@@ -599,7 +599,7 @@ The API introduces extensions that are not part of the OpenResponses specificati
599
599
600
600
-`generate_topic_summary` (request) — When set to `true` and a new conversation is created, a topic summary is automatically generated and stored in conversation metadata.
601
601
-`shield_ids` (request) — Optional list of safety shield IDs to apply. If omitted, all configured shields are used.
-`solr` (request) — Object with optional `mode` (`semantic`, `hybrid`, or `lexical`) and `filters` (Solr vector_io provider payload). Legacy filter-only objects (no `mode`/`filters` wrapper) still work.
603
603
-`available_quotas` (response) — Provides real-time quota information from all configured quota limiters.
0 commit comments