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: guides/assistant.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,11 @@ Configure sites that the assistant can search for additional context when answer
52
52
You can use Exa's [filtering syntax](https://docs.exa.ai/changelog/domain-path-filter) when you configure external sites.
53
53
54
54
-**Domain-level filtering**
55
-
-`example.com`: Search the entire domain
56
-
-`docs.example.com`: Search only the docs subdomain
55
+
-`example.com`: Search only the `example.com` domain
56
+
-`docs.example.com`: Search only the `docs.example.com` subdomain
57
+
-`*.example.com`: Search all subdomains of `example.com`
57
58
-**Path-level filtering**
58
-
-`docs.example.com/api/*`: Only search API documentation sections
59
+
-`docs.example.com/api`: Only search API documentation sections
59
60
-**Multiple patterns**
60
61
- You can add multiple entries to target different sections across sites for more granular control over what external content the assistant can reference.
0 commit comments