Interactive demo:
https://getcanary.dev/docs/cloud/demo
Canary works with local search indexes like Pagefind too: https://getcanary.dev/docs/local/demo
For both demo, you'll find small "code" tab to see actual code to build the search UI.
Self-hosting guide: https://getcanary.dev/docs/cloud/self-host
Would love to hear any feedback!
e.g:
if you go to 'https://docs.litellm.ai/' and search for 'how to limit API cost,' it will map the query to 'budget.'
Deleted Comment
It's really useful to be able to specify the search space for a specific query (example: Canary allows search for the query "sagemaker" on our docs or on our github issues )
https://github.com/wizenheimer/tinkerbird
[0]: https://tinkerboard.vercel.app/
I'm used to Solr and ElasticSearch for most sites I've ran, which tend to be information sites dense where you need to be able to control rankings to get the best results, which HN is much closer to than to an e-commerce site.
agreed.
> but can we please find a way to bring back search _pages_?
could you please explain what do you mean?
in the self-hosted version, it use the CHAT_COMPLETION_MODEL env variable for selecting the llm model. in our cloud version, we use a fine-tuned version of 4o-mini that we will eventually move to a smaller model like llama8b or even 1b.