ClickHouse acquires LibreChat, open-source AI chat platform

(clickhouse.com)

38 points | by samaysharma 2 hours ago ago

8 comments

  • fishgoesblub an hour ago

    Nearly had a heart attack until I re-read it. I thought Libera Chat[0] was acquired

    [0] https://libera.chat/

    • arccy an hour ago

      I was wondering how it could acquire something that was formed as a reaction against freenode getting acquired...

      • tuhgdetzhh 3 minutes ago

        History repeats itself. I wouldn't be suprised.

  • afavour an hour ago

    The part I suspect most are here for:

    - LibreChat remains 100% open-source under its existing MIT license

    - Community-first development continues with the same transparency and openness

    of course, no binding commitment to any of that in the long term.

  • ryadh an hour ago

    Ryadh from ClickHouse here, happy to answers questions if folks have any.

    So, why this move ?

    Basically, we noticed that the existing "agentic" open-source ecosystem is primarily focused on developer tools and SDKs, as developers are the early adopters who build the foundation for emerging technologies. Current projects provide frameworks, orchestration, and integrations The idea behind the Agentic Data Stack is a higher-level integration to provide a composable software stack for agentic analytics that users can setup quicky, with room for customization.

    • yawnxyz 4 minutes ago

      This is really cool; does this mean Danny gets a salary to work on his open source project; would you consider this a "sponsorship" or would he have other jobs within ClickHouse / have a manager etc?

    • redwood 20 minutes ago

      Cool so your bet is that chat is essentially the new interface for BI... or ad hoc analytical inquiry... which opens up more dynamic BI... instead of asking an analyst in a slack conversation who then goes and runs a bunch of data pulls and munging, it's all handled agentically and a response is brought back to the user.. one thing is for sure: Tableau needs to be disrupted so happy to watch this one play out!

    • sdesol 19 minutes ago

      Full Disclosure. I am the author of https://github.com/gitsense/chat

      > The idea behind the Agentic Data Stack is a higher-level integration to provide a composable software stack for agentic analytics that users can setup quicky, with room for customization.

      I agree with this. For those who have been programming with LLM, the difference between something working and not working can be a simple "sentence" conveying the required context. I strongly believe data enrichment will be one of the main ways we can make agents more effective and efficient. Data enrichment is the foundation for my personal assistant feature https://github.com/gitsense/chat/blob/main/packages/chat/wid...

      Basically instead of having agents blindly grep for things, you would provide them with analyzers that they can use to search with. By making it dead simple for domain experts to extract 'business logic' from their codebase, we can solve a lot of problems, much more efficiently. Since data is the key, I can see why ClickHouse will make this move since they probably want to become the storage for all business logic.

      Note: I will be dropping a massive update to how my tool generates and analyzes metadata this week, so don't read too much into the demo or if you decide to play with it. I haven't really been promoting it because the flow hasn't been right, but it should be this week.