Launch HN: Onyx (YC W24) – Open-source chat UI
111–120 of 163 posts
Re: Launch HN: Onyx (YC W24) – Open-source chat UI
#112Does it support multimodal documents? My main gripe with openwebui, in addition to it being slow is the fact that it mangles documents in the OCR step. tables that could have been understood great by an multi modal llm, just gets mangled by the ocr and lost instead of storing both a text and original representation. Being able to properly searcbin the knowlege base lime the llm does, but manually would be nice (like…
What format are the docs being uploaded as? By default, images uploaded into the chat would be directly passed through. PDFs would be parsed and fed to the LLM as text. Writing is a really common use case, and something we'd like to explore more. Currently people often use Onyx for "write something combining X, Y, and Z documents", but I feel that's just scratching the surface.
But stoked to get alternatives to the area, will try it out once i get time soon.
Re: Launch HN: Onyx (YC W24) – Open-source chat UI
#113Re: Launch HN: Onyx (YC W24) – Open-source chat UI
#114Kudos on the launch! Most of the real work isn’t the chat box. It’s keeping context stable, memory reliable, and tool calls from drifting when things get complex. That’s where projects usually break, and also where the interesting problems are now. :)
And this is all made all the more important when supporting the wide range of models, even "weaker" open-source models.
Re: Launch HN: Onyx (YC W24) – Open-source chat UI
#115Have you considered making a version that is packaged as a desktop app?
Things like shortcuts to access the chat + ability to reach into the local file system are very compelling.
Re: Launch HN: Onyx (YC W24) – Open-source chat UI
#116The main thing I really care about is voice mode, as that's my far preferred way of interacting with LLMs for longer backs and forths (most apps I've seen disable a lot of other functionality during it, which I hate, btw).
Two other things I would like to see are canvas mode and scheduled actions (with decision making capability - e.g. "send a notification if X happens").
I assume such features are going to continue being invented, so I find extensibility to be a huge deal. So much so that one thing I could imagine going really well would be a UI on top of Langchain, which already has most of the facilities for that!
Re: Launch HN: Onyx (YC W24) – Open-source chat UI
#117how is this different from Librechat?
Re: Launch HN: Onyx (YC W24) – Open-source chat UI
#118However it doesn't seem to have MinerU as a supported backend, which is hands-down the best PDF extraction tool I've ever used (and is self-hostable on a machine with a modest GPU). Could it be added?
Re: Launch HN: Onyx (YC W24) – Open-source chat UI
#119That sidebar of past chats is where they go to be lost forever. Nobody came up with a UI that has decent search experience. It's like reddit internal search engine, but a bit worse.