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
| `brewmaster` | BrewMaster Pro 3000 user manual (requires authentication)
24
+
| `brewmaster` | This is a demo about a fictional product: the BrewMaster Pro 3000 coffee maker (requires authentication)
25
+
|===
26
+
27
+
==== Filtering by Tag
28
+
29
+
Within a context, documents are organized by *tags*. The optional `X-Sophia-Tags` header narrows retrieval to documents that carry *all* of the specified tags (comma-separated). Use `sophia_list_tags` to discover which tags are available in your context.
30
+
31
+
[cols="1,3", options="header"]
32
+
|===
33
+
| Header value | Effect
34
+
| _(omitted)_ | All documents in the context are searched
35
+
| `restheart` | Only documents tagged `restheart` are searched
36
+
| `cloud` | Only documents tagged `cloud` are searched
37
+
| `restheart,plugin` | Only documents tagged with both `restheart` and `plugin` are searched
25
38
|===
26
39
27
40
=== RESTHeart
@@ -38,6 +51,22 @@ Sophia supports multiple *Contexts*, each representing a distinct knowledge base
38
51
}
39
52
----
40
53
54
+
The `restheart` context covers both RESTHeart and RESTHeart Cloud documentation. To restrict retrieval to RESTHeart-only documents, add the `X-Sophia-Tags` header (see <<_filtering_by_tag>>):
0 commit comments