TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: PostgresML – Run open-source ML/LLM models in a Postgres extension

2 点作者 montanalow超过 1 年前
We&#x27;ve been hard at work improving PostgresML, and thought it was time for an update now that our cloud offering is generally available.<p>In case you missed our first posts, I built the open-source ML platform at Instacart way back in 2017. I learned a ton, but primarily that it&#x27;s better to bring your ML workload to the database rather than bringing the data to the codebase. That&#x27;s why we made PostgresML.<p>Fundamentally, it enables Postgres to act as a GPU-powered AI application database — where you can both save models and index data. That eliminates the need for the myriad of separate services you have to tie together for your ML workflow. Pgml + pgvector create a complete ML platform (vector DB, model store, inference service, open-source LLMs) all within open-source extensions for PostgreSQL. That takes a lot of the complexity out of your infra, and it&#x27;s ultimately faster for your users.<p>We wanted to give folks a way to tinker with it easily, so we&#x27;ve added a few interactive demos to our site.<p>At the top of the homepage, you can test out a few models right on our site. If you scroll down, you can actually try out our Python, JavaScript, Rust and SQL SDKs locally and for free. Just copy the example code and you can play around with open-source models in your favorite database.<p>Let us know what you think.

暂无评论

暂无评论