@aronhouyu: Alibaba open-sourced a vector database zvec – no Docker needed, just pip install zvec. This is fun, although my database knowledge is still stuck at SELECT * FROM usertable. I'll try it out tonight.

X AI KOLs Timeline Tools

Summary

Alibaba has open-sourced the vector database zvec, which can be installed directly via pip – lightweight and easy to use.

Alibaba open-sourced a vector database zvec Run directly without Docker pip install zvec This is fun Although my database knowledge is still stuck at SELECT * FROM usertable 🤡 I'll try it out tonight https://t.co/JajlG0TkQG
Original Article
View Cached Full Text

Cached at: 07/06/26, 04:04 AM

Alibaba open-sourced a vector database called zvec

You can run it directly without Docker

pip install zvec

This is fun

Even though my database knowledge still stops at “select * from usertable” 🤡

Will try it when I get home tonight https://t.co/JajlG0TkQG

Similar Articles

@AYi_AInotes: Wow, Alibaba has directly open-sourced the vector database it has been using internally for years. The capability that Pinecone charges $70/month for, you can get for free with a single pip command. Billion-level vector recall in milliseconds without needing a separate service. From now on, those doing RAG and AI search no longer need to pay Pinecone $70 each month! The vector database that Alibaba has been running internally for years is open-sourced...

X AI KOLs Timeline

Alibaba has open-sourced Zvec, a vector database used internally for years. It supports billion-scale vector retrieval in milliseconds, can be embedded into application processes without a separate service, and is completely free. It serves as a replacement for paid services like Pinecone.

alibaba/zvec

GitHub Trending (daily)

Alibaba releases Zvec v0.5.0, an open-source in-process vector database with new features including full-text search, hybrid retrieval, DiskANN index, and new SDKs for Go, Rust, plus a visual tool.