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/docs/customization/context-providers.md
+2
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ Type `@docs` to index and retrieve snippets from any documentation site. You can
48
48
{ "name": "docs" }
49
49
```
50
50
51
+
Continue also pre-indexes a number of common sites, listed [here](https://github.com/continuedev/continue/blob/main/core/indexing/docs/preIndexedDocs.ts). The embeddings for these sites are hosted by us, but downloaded for local use after the first time. All other indexing occurs entirely locally.
52
+
51
53
### Open Files
52
54
53
55
Type '@open' to reference the contents of all of your open files. Set `onlyPinned` to `true` to only reference pinned files.
0 commit comments