• ij23 10 minutes ago

    Canary is awesome! we use Canary for our doc search at LiteLLM (you can see it here: https://docs.litellm.ai/docs/)

    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 )

    • hackernewds 2 hours ago

      The name Canary is a bit confusing, since a lot of companies already use Canary to indicate symptoms of issues (re: canary in coal mine). However the app doesn't fulfill this need.

      I will give it a try, impressive compression

      • hackernewds 2 hours ago

        How does it compare to Glean?

        • Onavo 3 hours ago

          You should add support for tinkerbird, so the index can be statically generated and queried without a backend.

          https://github.com/wizenheimer/tinkerbird

          • skeptrune 5 hours ago

            This is sweet. I do think the styling on the component could be a bit cleaner though.

            • yujonglee 4 hours ago

              Thanks! Could you point out any specific part of the UI that you think could be improved?

          • johntopia 7 hours ago

            How did you manage to keep the size so small :O

            • yujonglee 7 hours ago

              thanks for noticing!

              1. All UI components are written using Lit (lit.dev).

              2. I put a lot of effort into making the components as composable as possible, so you can load only what you need.

              For anyone interested, we have a chart here: https://getcanary.dev/docs/why#tiny-components-that-work-any...