Workflow
Voyage AI
icon
Search documents
X @Avi Chawla
Avi Chawla· 2026-02-02 19:15
RT Avi Chawla (@_avichawla)Your embedding stack forces a 100% re-index just to change models.And most teams treat that as unavoidable.Imagine you built a RAG pipeline with a large embedding model for high retrieval quality, and it ships to production.Six months later, your application traffic and your embedding model costs are soaring while your pipeline struggles to scale. You want to switch to a model that prioritizes cost and latency in order to meet this new demand.But your existing embeddings live in o ...
X @Avi Chawla
Avi Chawla· 2026-02-02 06:30
Your embedding stack forces a 100% re-index just to change models.And most teams treat that as unavoidable.Imagine you built a RAG pipeline with a large embedding model for high retrieval quality, and it ships to production.Six months later, your application traffic and your embedding model costs are soaring while your pipeline struggles to scale. You want to switch to a model that prioritizes cost and latency in order to meet this new demand.But your existing embeddings live in one vector space, while the ...
MongoDB (NasdaqGM:MDB) FY Conference Transcript
2025-09-11 15:02
Summary of MongoDB FY Conference Call - September 11, 2025 Company Overview - **Company**: MongoDB (NasdaqGM: MDB) - **Event**: FY Conference Call Key Industry Insights - **AI Impact**: The discussion highlighted the dual nature of AI as both a potential threat and an opportunity for software companies. MongoDB views AI as a tailwind rather than a risk, emphasizing its preparedness to support customers in their AI journeys [3][6][8]. - **SaaS Perspective**: The narrative around the death of SaaS due to AI advancements is considered exaggerated. MongoDB believes that AI will enhance SaaS offerings rather than replace them [3][6]. Core Company Strategies - **Product Enhancements**: MongoDB is focusing on improving its product offerings, particularly in AI-related features such as vector search and model embeddings. The acquisition of Voyage AI is seen as a strategic move to enhance their capabilities in this area [7][10][12]. - **Customer Engagement**: The company is witnessing increased interest from larger customers in AI applications, although current growth driven by AI is still limited. The expectation is that as AI challenges are addressed, adoption will increase [7][16][31]. Financial Insights - **Voyage AI Acquisition**: The acquisition is primarily product-driven, with a focus on enhancing the embedding model capabilities. Current revenue from Voyage is small, but monetization strategies include usage-based pricing and integration with MongoDB Atlas [11][12]. - **Atlas Growth**: MongoDB's Atlas business has grown significantly, from less than $10 million to a $1.7 billion ARR. The company sees substantial growth potential in this area, particularly with the integration of AI and modernization of applications [37][38]. Competitive Landscape - **PostgreSQL Migration**: There is a noted trend of enterprises migrating from PostgreSQL to MongoDB due to performance limitations in handling complex data models. Examples include a bank and an EV company that faced scalability issues with PostgreSQL [22][24][26]. - **Open Source Alternatives**: The company acknowledges the competitive pressure from open-source solutions but emphasizes its advantages in handling unstructured data and flexibility in application development [21][27]. Future Outlook - **AI as a Growth Driver**: While AI is not currently a major growth driver, MongoDB anticipates it will become increasingly important as customers seek to leverage their private data with AI applications [31][38]. - **Internal AI Utilization**: MongoDB is exploring AI tools to enhance internal productivity, particularly in customer support and forecasting, indicating a focus on leveraging AI for operational efficiency [43][45]. Additional Considerations - **Energy and Talent**: The discussion touched on the importance of energy infrastructure to support AI advancements and the need for skilled talent in the tech industry to drive innovation [47][48]. - **Incremental Investment Strategy**: MongoDB plans to invest incrementally in its growth strategy, focusing on driving revenue while managing operating expenses effectively [39][40]. This summary encapsulates the key points discussed during the MongoDB FY Conference Call, highlighting the company's strategic focus on AI, product enhancements, and market positioning against competitors.
清华背景的知名AI企业
叫小宋 别叫总· 2025-07-29 01:24
Core Viewpoint - The article highlights the significant presence of Tsinghua University alumni in the AI industry, showcasing various companies founded by individuals with Tsinghua backgrounds and emphasizing their contributions to the sector [1][13]. Group 1: AI Infrastructure and Platform Tools - Momenta, founded by Cao Xudong, has a background in engineering mechanics from Tsinghua and shifted focus to AI research [3]. - Lepton AI, founded by Jia Yangqing, has been acquired by NVIDIA, with Jia joining NVIDIA afterward [4]. - Other notable companies include Zhiyu AI, Baichuan Intelligence, and Mingxia, all founded by Tsinghua alumni from the computer science department [4]. Group 2: AI Applications - Companies like Yizhi Technology and Yingfei Network, founded by Tsinghua graduates, are making strides in AI applications [5]. Group 3: AI Chips - Hezhima Intelligent, founded by Shan Jizhang, and Lingxi Technology, with seven out of nine founders from Tsinghua, are key players in the AI chip sector [7]. Group 4: Additional Notable Companies - Other companies include Chaoji Technology, founded by Tu Cunchao, and Jiyuan Technology, founded by Wu Bin, both from Tsinghua's computer science department [12]. - Nexusflow, co-founded by Zhu Banghua and Jiao Jiantao, was acquired by NVIDIA, with Zhu becoming a chief research scientist at NVIDIA [12]. Group 5: Future Aspirations - The article expresses hope for the AI industry in China to achieve independence and global market presence, similar to other sectors [13].
RAG in 2025: State of the Art and the Road Forward — Tengyu Ma, MongoDB (Voyage AI)
AI Engineer· 2025-06-27 09:59
Retrieval Augmented Generation (RAG) & Large Language Models (LLMs) - RAG is essential for enterprises to incorporate proprietary information into LLMs, addressing the limitations of out-of-the-box models [2][3] - RAG is considered a more reliable, faster, and cheaper approach compared to fine-tuning and long context windows for utilizing external knowledge [7] - The industry has seen significant improvements in retrieval accuracy over the past 18 months, driven by advancements in embedding models [11][12] - The industry averages approximately 80% accuracy across 100 datasets, indicating a 20% potential improvement headroom in retrieval tasks [12][13] Vector Embeddings & Storage Optimization - Techniques like matryoshka learning and quantization can reduce vector storage costs by up to 100x with minimal performance loss (5-10%) [15][16][17] - Domain-specific embeddings, such as those customized for code, offer better trade-offs between storage cost and accuracy [21] RAG Enhancement Techniques - Hybrid search, combining lexical and vector search with re-rankers, improves retrieval performance [18] - Query decomposition and document enrichment, including adding metadata and context, enhance retrieval accuracy [18][19][20] Future of RAG - The industry predicts a shift towards more sophisticated models that minimize the need for manual "tricks" to improve RAG performance [29][30] - Multimodal embeddings, which can process screenshots, PDFs, and videos, simplify workflows by eliminating the need for separate data extraction and embedding steps [32] - Context-aware and auto-chunking embeddings aim to automate the trunking process and incorporate cross-trunk information, optimizing retrieval and cost [33][36]
The State of AI Powered Search and Retrieval — Frank Liu, MongoDB (prev Voyage AI)
AI Engineer· 2025-06-27 09:57
Voyage AI & MongoDB Partnership - Voyage AI was acquired by MongoDB approximately 3-4 months ago [1] - The partnership aims to create a single data platform for embedding, re-ranking, query augmentation, and query decomposition [29][30][31] AI-Powered Search & Retrieval - AI-powered search finds related concepts beyond identical wording and understands user intent [7][8][9] - Embedding quality is a core component, with 95-99% of systems using embeddings [12] - Real-world applications include chatting with codebases, where evaluation is crucial to determine the best embedding model and LLM for the specific application [14][15] - Structured data, beyond embeddings, is often necessary for building powerful search and retrieval systems, such as filtering by state or document type in legal documents [16][17][18] - Agentic retrieval involves feedback loops where the AI search system is no longer just input-output, but can expand or decompose queries [19][20] Future Trends - The future of AI-powered search is multimodal, involving understanding images, text, and audio together [23][24][25] - Instruction tuning will allow steering vectors based on instructions, enabling more specific document retrieval [27][28]
Architecting Agent Memory: Principles, Patterns, and Best Practices — Richmond Alake, MongoDB
AI Engineer· 2025-06-27 09:56
AI Agents and Memory - The presentation focuses on the importance of memory in AI agents, emphasizing that memory is crucial for making agents reflective, interactive, proactive, reactive, and autonomous [6] - The discussion highlights different forms of memory, including short-term, long-term, conversational entity memory, knowledge data store, cache, and working memory [8] - The industry is moving towards AI agents and agentic systems, with a focus on building believable, capable, and reliable agents [1, 21] MongoDB's Role in AI Memory - MongoDB is positioned as a memory provider for agentic systems, offering features needed to turn data into memory and enhance agent capabilities [20, 21, 31] - MongoDB's flexible document data model and retrieval capabilities (graph, vector, text, geospatial query) are highlighted as key advantages for AI memory management [25] - MongoDB acquired Voyage AI to improve AI systems by reducing hallucination through better embedding models and re-rankers [32, 33] - Voyage AI's embedding models and re-rankers will be integrated into MongoDB Atlas to simplify data chunking and retrieval strategies [34] Memory Management and Implementation - Memory management involves generation, storage, retrieval, integration, updating, and forgetting mechanisms [16, 17] - Retrieval Augmented Generation (RAG) is discussed, with MongoDB providing retrieval mechanisms beyond just vector search [18] - The presentation introduces "Memoriz," an open-source library with design patterns for various memory types in AI agents [21, 22, 30] - Different memory types are explored, including persona memory, toolbox memory, conversation memory, workflow memory, episodic memory, long-term memory, and entity memory [23, 25, 26, 27, 29, 30]
深度|MiniMax加速调整,收购AI视频创业公司,海螺ai正式改名,或是受DeepSeek影响最小的六小虎
Z Finance· 2025-03-14 11:39
Core Viewpoint - MiniMax is set to acquire Shenzhen-based AI video generation startup Lu Ying Technology (Avolution.ai), aiming for technology complementarity and market expansion in the competitive AI landscape [1][2]. Summary by Sections Acquisition Details - Lu Ying Technology, founded in September 2023, specializes in AI video generation with its core product, YoYo, targeting the anime creator market [1]. - The company has developed the LCM (Latent Consistency Model) visual model, which enhances video generation efficiency and content consistency [2]. - The acquisition is seen as a strategic move for MiniMax to enhance its capabilities in video generation and to compete against larger firms like Baidu and Alibaba [2]. Company Background - Lu Ying Technology's CEO, Huang Zhaoyang, has a strong academic background, having previously worked at SenseTime and NVIDIA [1]. - The company raised approximately 100 million RMB in its angel round financing but faced challenges in securing further funding in 2024 [1]. Market Context - The AI industry in China is experiencing accelerated consolidation, with many startups opting for acquisition due to funding difficulties and commercialization challenges [3]. - Examples include Bian Sai Technology, which was acquired by Ant Group after facing commercialization bottlenecks, and BoFeng Intelligent, which was acquired by OPPO [3][4]. Internal Adjustments at MiniMax - MiniMax is undergoing internal changes, including the departure of key executives and a rebranding of its core product from "Hai Luo AI" to "MiniMax" [5][6]. - The company aims to streamline its brand recognition and enhance its global positioning through these adjustments [6]. Competitive Positioning - MiniMax is noted for its advanced multi-modal model technology, which has achieved breakthroughs in text, visual, and video generation, positioning it favorably in the market [6][7]. - The company has also seen success in international markets, with its product "Talkie" reportedly generating close to tens of millions of dollars in revenue last year [7].
2.2亿美元!清华姚班天才创办的AI公司卖身
创业邦· 2025-03-08 01:17
Core Viewpoint - MongoDB's acquisition of Voyage AI, valued at $220 million, comes amid a challenging financial outlook, with MongoDB's stock plummeting nearly 27% following its earnings report, reflecting a significant drop in market valuation to $14.3 billion from a peak of $19.5 billion [1][30]. Group 1: MongoDB's Current Situation - MongoDB's stock price fell nearly 27% after the release of its fiscal 2026 earnings forecast, which projected annual revenue between $2.24 billion and $2.28 billion, below analyst expectations of $2.32 billion [30]. - The company anticipates adjusted earnings per share between $2.44 and $2.62, significantly lower than the analyst forecast of $3.34 [30]. - Despite the negative outlook, analysts maintain a "buy" or "hold" rating on MongoDB, possibly due to the strategic acquisition of Voyage AI [1][30]. Group 2: Voyage AI's Acquisition - MongoDB announced the acquisition of Voyage AI for $220 million on February 24, 2024, just six months after Voyage AI's Series A funding round [14][15]. - Voyage AI, founded by Tengyu Ma, has developed advanced embedding and re-ranking models that enhance AI's retrieval capabilities, addressing issues like hallucination in AI outputs [8][9]. - The rapid acquisition of Voyage AI is unusual in the AI sector, where companies typically take several years to mature before being acquired [15][16]. Group 3: Integration Plans - MongoDB plans to integrate Voyage AI's capabilities into its database systems, allowing for seamless semantic search and vector retrieval [31][32]. - The integration will occur in three phases, starting with the availability of Voyage AI's models through existing APIs and cloud marketplaces [33]. - Future phases will embed Voyage AI's functionalities directly into MongoDB Atlas, enhancing search accuracy and introducing advanced AI retrieval features [34][35].
2.2亿美元,清华姚班天才创办的AI公司,卖身MongoDB
创业邦· 2025-02-27 23:49
Core Insights - Voyage AI, a large model company founded by Tsinghua Yao Class alumni and Stanford assistant professor Ma Tengyu, has been acquired by MongoDB for $220 million [1] - The AI company, established just 17 months ago, boasts a remarkable founding team that includes prominent figures such as Fei-Fei Li and Christopher Manning [1] - According to RuiShou Analysis, Voyage AI was founded in November 2023 and secured $8 million in seed funding led by Wing Venture Capital and $20 million in Series A funding led by CRV, with participation from Databricks and Snowflake [1] Summary by Sections - **Company Overview** - Voyage AI was founded in November 2023 and has quickly gained attention in the AI sector [1] - **Funding and Financials** - The company raised $8 million in seed funding and $20 million in Series A funding, indicating strong investor confidence [1] - **Acquisition Details** - MongoDB acquired Voyage AI for $220 million, highlighting the strategic value of the company in the AI landscape [1] - **Advisory Team** - The advisory team includes notable experts in AI, enhancing the company's credibility and potential for innovation [1]