Appearance
Not everyone needs a hosted service.
You can just use keyword-based search locally, and still benefit from our composable components.
Feature | Local | Cloud |
---|---|---|
Search | Only Keyword-based Search | AI Powered Hybrid Search |
Ask AI | X | O |
TIP
Wanna try it out? We made a playground for you!
Any documentation & Any search index
Our UI components are decoupled from the actual operation layer.
We currently support:
- Any
Pagefind
based search usingcanary-provider-pagefind
VitePress
withMinisearch
usingcanary-provider-vitepress-minisearch
Migrate to cloud provider
If you need more features, you can easily migrate.
html
<canary-root framework="docusaurus">
<canary-provider-pagefind>
<canary-provider-cloud api-key="KEY" api-base="https://cloud.getcanary.dev">
<!-- Rest of the code -->
</canary-provider-cloud>
</canary-provider-pagefind>
</canary-root>