Full-Time
Fully-managed vector database for AI
$190k - $270k/yr
Remote in USA
Remote
See people who can refer or advise you
Pinecone provides a fully-managed vector database that allows businesses to store and search through data embeddings for AI applications. The product works by converting data into mathematical vectors, enabling fast similarity searches that provide relevant context to Generative-AI models like chatbots. Unlike many competitors, Pinecone handles all infrastructure maintenance, service monitoring, and algorithm troubleshooting, allowing developers to scale their usage without managing the underlying systems. The company's goal is to make it easy for organizations of all sizes to build and scale applications that can accurately interpret and retrieve information from large datasets.
Company Size
51-200
Company Stage
Series B
Total Funding
$138M
Headquarters
New York City, New York
Founded
2019
See people who can refer or advise you
Help us improve and share your feedback! Did you find this helpful?
Health Insurance
Dental Insurance
Vision Insurance
Mental Health Support
Fertility Treatment Support
Company Equity
401(k) Retirement Plan
Flexible Paid Time Off
Paid Parental Leave
Employee Stock Purchase Plan
Home Office Stipend
Zilliz launches Milvus vector lakebase. Chris Mellor STORAGE EDITOR Blocks & Files editor Published thu 16 Jul 2026 // 18:17 UTC Zilliz has announced its v3.0 update to Milvus, its open-source vector database adding lake-native data access and a more expressive retrieval engine to developers building production AI applications. Lake-native means the data's primary home is open formats on cloud object storage (a data lake) - not loaded into a separate database. Zilliz has been talking about its Vector Lakebase technology since June, public preview start time, when CEO and founder Charles Xie said it was "one data foundation where the same vectors can serve a production query, anchor a discovery session, and power a multi-petabyte training-data pipeline - without copies, migration, or a parallel stack." Unified lake-native storage, Zilliz says, means one storage layer, on object storage, that serves both low-latency online search and large-scale analytics over the same files. James Luan, Zilliz Co-founder and CTO, said: "Milvus 3.0 brings production retrieval closer to where data already lives and gives developers a more expressive engine for modern AI applications. That same foundation powers Zilliz Vector Lakebase, where we extend it with the elasticity, operational simplicity, and enterprise capabilities required to manage AI data at scale." Vector databases store vector embeddings, the mathematically calculated numeric representations of various dimensions of a word or image. Vector databases provide vector search facilities to find similar vectors. Items with similar values on the same dimensions have vectors that are closer to the stores ones than dissimilar items. Zilliz says Milvus is the most popular open-source vector database world-wide, with more than 10,000 organizations using it for RAG, search, recommendations, and AI agents in production. It has also accumulated more than 100 million Docker pulls. Zilliz says production AI systems commonly maintain one copy of data for real-time retrieval and another for offline processing. Moving data between the two introduces additional storage overhead, lengthy exports, synchronization pipelines, and operational complexity. Milvus 3.0 enables organizations to build and serve production-grade indexes over vector data that remains in object storage and open data formats. It also moves more query and retrieval operations into the engine, expanding Milvus beyond traditional nearest-neighbor search to support richer ranking, aggregation, sparse search, and multi-vector retrieval. V3.0 features; * External Collections define Milvus collections over data stored in Lance, Iceberg, Parquet, or Vortex. Milvus builds vector, full-text, JSON, and scalar indexes over the data and exposes them through the same APIs as native collections - without copying the source data into Milvus. Incremental synchronization keeps indexes current as the underlying dataset changes. * Loon, the new manifest-based storage engine in Milvus 3.0, is designed to substantially reduce the read amplification associated with low-latency point access on object storage. It uses Vortex, an open and Arrow-compatible columnar format, as its default storage format. * Snapshots create point-in-time, read-only views of live collections at minimal incremental storage cost. Offline jobs such as evaluation, deduplication, and backfill validation can run against a stable dataset while production writes continue. * A new Spark connector exposes Milvus as a Spark DataSource V2, allowing Spark, Databricks, and EMR pipelines to read from and write to Milvus as part of standard batch workflows. Milvus 3.0 also introduces vector-native batch operators for tasks including deduplication and clustering. Top-K vector search means finding the K most conceptually similar items to a query item, using mathematical distance rather than exact keyword matching. "K" is a number such as 5, 10 or 20. Top-K searches don't scale well as they measure distances between vectors across an entire dataset. The more vectors and dimensions in the dataset the longer the search takes. Luan said: "Production applications rarely stop at returning the nearest vectors. They need to sort, group, build facets, and retrieve across multiple representations of the same entity. Milvus 3.0 moves more of that work into the engine while redesigning storage for efficient, low-latency access on object storage." Milvus 3.0 expands search retrieval beyond traditional top-K vector search to include; * Server-side sorting and aggregation, together with faceted search, allow applications to combine semantic relevance with attributes such as freshness, rating, price, category, tenant, and content source. Operations that previously required over-fetching data and processing it in application code can now execute directly within the Milvus engine. * StructList introduces native multi-vector retrieval for documents, images, and other entities represented by more than one vector. A document can retain vectors for multiple chunks, an image can retain vectors for multiple visual patches, and a product can retain several multimodal representations under a single entity and metadata record. StructList also supports late-interaction retrieval models such as ColBERT and ColPali. * Milvus 3.0 strengthens sparse and hybrid retrieval with an optimized sparse index that is approximately 3 times smaller while achieving comparable recall in internal testing. * Enhancements also include SINDI for learned-sparse vectors, server-side MinHash generation, nullable vector fields, custom dictionaries for full-text search, and broader support for Faiss-compatible indexes. This release develops the shared technical foundation behind both open-source Milvus and Zilliz Cloud. Developers can deploy Milvus independently, while Zilliz Cloud builds on the Milvus core to deliver a fully-managed Vector Lakebase spanning real-time serving, interactive discovery, batch analytics, and AI data operations. Zilliz has given competitors Pinecone, Qdrant and Weaviate something to think about. All four are looking to lower search times. Qdrant introduced faster indexing, 3-way clusters for instant failover, and audit logging for compliance. In April. Pinecone announced precompiled vector sets and a composable retriever in May to speed AI agent searches. They appear to be assuming that, by providing better vector-based search facilities, they can prosper while competing with multi-model databases such as Regatta, SingleStore, SurrealDB and others. The vector-only suppliers do partner upstream with analytic lakehouse suppliers such as Snowflake and Databricks, but partnering with other database suppliers might be difficult because of database core architecture and storage engine difficulties. It will be interesting to see if one or more of the vector-only database suppliers starts adding/developing support for other database model types, such as structured, graph, document and time-series data. Availability. Milvus 3.0 is available under the Apache 2.0 license and remains a graduated LF AI & Data project. It can be deployed on Kubernetes or Docker, including in air-gapped environments, and supports S3-compatible object storage, Google Cloud Storage, and Azure Blob Storage. The release is available initially through the Python, Go, and Node.js SDKs, with Java support planned shortly after release. Developers can read the release notes, follow the quickstart, and access the source code on GitHub. They can also join the Milvus community or speak with project maintainers through Milvus Office Hours. For organizations that prefer a managed platform, Zilliz Cloud incorporates Milvus 3.0 as its core indexing and retrieval engine and extends it into a fully managed Vector Lakebase. Zilliz Cloud adds elastic compute, interactive discovery, batch analytics, shared indexing, enterprise security and governance, and automated operations across a single copy of AI data. Bootnote. External Collection builds real vector, full-text, JSON, and scalar indexes over lake-resident data and Loon removes the read amplification that made object storage impractical for low-latency point lookups. External Collection does not copy data. It is read-only and zero-copy: Milvus maps fields from your existing Lance, Iceberg, Parquet, or Vortex data and builds indexes over it in place. The files stay in your lake under your governance; incremental sync picks up changes.
Database vendors are positioning themselves as a solution to escalating AI costs as major providers shift towards usage-based billing. Companies like Pinecone and Tiger Data claim they can reduce expenses by minimising calls to AI models and managing workloads from developer agents. Pinecone has launched Nexus, a knowledge engine that structures and contextualises business data in advance, preventing agents from repeatedly rediscovering information and burning through tokens. Tiger Data's Ghost platform offers instant PostgreSQL databases with usage-based pricing, charging by compute-hours rather than database count. According to IDC research, 79% of organisations are investing significantly in agentic AI. However, analysts note that established database vendors like Snowflake, Oracle and Microsoft are absorbing similar capabilities, creating uncertainty over whether specialists or platforms will dominate this emerging market.
Pinecone has announced an integration between Pinecone Nexus and Microsoft OneLake at Microsoft Build, enabling AI agents to access enterprise data more efficiently. The integration eliminates manual data imports by connecting directly to OneLake, where organisations using Microsoft Fabric have unified their documents, tables and Power BI models. Nexus builds task-specific "artifacts" from data in advance, rather than requiring agents to retrieve and assemble information at runtime. Agents query these artifacts using KnowQL, a purpose-built query language. Early results show a 95% reduction in frontier LLM token usage, 30x faster task execution and completion rates above 90%. The system maintains role-based access controls and provides cited responses traceable to source data. Early access to Pinecone Nexus with OneLake integration is now available.
Pinecone expands into Europe with a new cloud region in Frankfurt, providing Central European companies with AI knowledge infrastructure. May 04, 2026, 23:00 ET Alongside the new availability on AWS eu-central-1, Pinecone announces the Nexus knowledge engine, the KnowQL query language, the Marketplace, the Builder tier, and a native full-text search FRANKFURT, Germany, May 5, 2026 /PRNewswire/ - Pinecone, the knowledge infrastructure for large-scale AI, today announced its expansion into the AWS Europe (Frankfurt) region (eu-central-1), bringing its fully serverless vector database and knowledge infrastructure to Central Europe for the first time. The new region enables companies in Germany, Austria, Switzerland, and across the European market to run AI workloads with low latency and local data storage. The launch in the Frankfurt region coincides with several major product announcements from Pinecone, including the introduction of Pinecone Nexus, a knowledge engine for AI agents; KnowQL, a declarative query language for agent-based queries; the Pinecone Marketplace with more than 90 production-ready knowledge applications; a new Builder tier for $20 per month; native full-text search within Pinecone's core database; and dedicated read nodes for high-throughput, low-latency production workloads that reduce costs by up to 97% at scale. "The best knowledge infrastructure should be accessible to every developer in every region," said Ash Ashutosh, CEO of Pinecone. "Expanding into Frankfurt allows European companies to build on the same infrastructure that more than 9,000 customers worldwide trust - with the data residency, low latency, and regulatory compliance that companies in the region need. Combined with the products introduced today - Nexus, KnowQL, Marketplace, and our new Builder tier - we offer the most comprehensive knowledge infrastructure for AI, at a scale and price that removes all barriers to development." Pinecone Nexus: The Knowledge Engine for Agents As AI usage shifts from supportive applications to autonomous agents, the demands on knowledge infrastructure are fundamentally changing. Approximately 85% of an agent's effort today goes into context gathering, resulting in task completion rates of only 50-60%, unpredictable processing times, and ballooning token costs. Pinecone Nexus solves this by shifting reasoning from information retrieval to knowledge compilation. The Context Compiler converts raw data into task-optimized artifacts that agents can use directly, while the Composable Retriever provides these artifacts with low latency, field-specific references, and deterministic conflict resolution. Early results show a token consumption reduction of up to 90%, task completion rates exceeding 90%, and 30 times faster processing times. At the heart of Nexus is KnowQL, a declarative query language that provides agents with a universal interface for accessing knowledge. It replaces custom tool definitions and tailored glue code with a single call that compiles output format, citation guidelines, and latency budgets, returning trusted, structured, and grounded knowledge. Pinecone Marketplace The Pinecone Marketplace is a catalog of fully functional, deployable knowledge applications that users can instantly deploy, customize, and run. It launches with more than 90 production-ready solutions across sales and revenue, insurance, real estate, legal and compliance, HR, customer support, and other categories. These applications, built by Pinecone and its partners, require no infrastructure setup. The Marketplace is free at launch; commercial partner solutions will be available soon. New Pricing and Infrastructure Updates Pinecone's new Builder tier provides unrestricted access to production-ready infrastructure and free support for $20 per month. Dedicated read nodes offer provisioned read capacity with warm data paths and fixed hourly prices, enabling cost reductions of 77-97% for workloads with sustained high throughput. Bring Your Own Cloud (BYOC) allows deployment of Pinecone as a fully managed service within the customer's own cloud environment for organizations requiring data residency or regulatory compliance. Additionally, Pinecone has integrated native full-text search into its core database, now available in public preview, enabling hybrid search that combines semantic breadth with exact-match precision for agent-scale query volume. The Frankfurt region is available immediately. It joins Pinecone's existing serverless regions on AWS in the United States, Ireland, and Asia; more regions are planned. Start here. For more information on today's announcements, see our blog. About Pinecone Pinecone is the knowledge infrastructure for AI at scale. The company's leading vector database and knowledge engine, Pinecone Nexus, powers accurate and high-performance AI applications for more than 9,000 customers and 800,000 developers worldwide. Pinecone's mission is to make AI intelligent. Learn more at pinecone.io. Media Contact: Mike Sefanov [email protected] Senior Director, Communications
Pinecone has expanded into the AWS Europe (Frankfurt) region, bringing its vector database and knowledge infrastructure to central Europe for the first time. The launch enables organisations across Germany, Austria, Switzerland and broader European markets to run AI workloads with local data residency and low-latency performance. The expansion coincides with several product announcements, including Pinecone Nexus, a knowledge engine that reduces token usage by up to 90% and achieves task completion rates above 90%. The company also introduced KnowQL query language, a Marketplace with over 90 production-ready applications, and a new Builder tier priced at $20 per month. Pinecone serves more than 9,000 customers and 800,000 developers worldwide. The Frankfurt region joins existing serverless regions in the United States, Ireland and Asia.