Home / Companies / DataStax / Blog / May 2025

May 2025 Summaries

10 posts from DataStax

Filter
Month: Year:
Post Summaries Back to Blog
Pinecone is a widely used vector database service, but its popularity doesn't necessarily mean it's the best solution for every team. When considering alternatives to Pinecone, users should think about whether they need a native vector database or a hybrid database that supports both vector and traditional tabular/relational data. Native vector databases offer advantages in handling high-dimensional data with Approximate Nearest Neighbor search, but may add complexity and risk of vendor lock-in. Hybrid databases, on the other hand, enable developers to use familiar databases while adding vector support as a feature, which can be a more accessible option. Users should consider factors such as open source vs proprietary software, self-hosted vs managed solutions, and specific requirements like real-time indexing and hybrid search. Astra DB is highlighted as a leader among vector databases due to its unique hybrid search and familiar Data API, offering better performance and cost savings compared to Pinecone in some scenarios.
May 30, 2025 1,364 words in the original blog post.
The acquisition of DataStax by IBM marks a significant milestone in the company's mission to empower enterprises and developers to build and scale mission-critical apps, with a focus on real-time data and AI. As part of IBM, DataStax will provide seamless access to unstructured and structured data for production AI, enabling developers to design, build, and deploy AI apps faster. The acquisition brings significant resources and innovation to the company's offerings, including Astra DB, Hyper-Converged Database, watsonx.data, Langflow, and watsonx.ai, which will support the development of scalable and reliable mission-critical infrastructure. With Apache Cassandra at its core, DataStax aims to deliver scale, reliability, and openness in production AI, making it easier for enterprises to tap into real-time data and build impactful AI applications. Chet Kapoor, Chairman and CEO of DataStax, has a long history of leadership in the tech industry, having worked at Google, IBM, and BEA Systems, and is committed to infusing AI into businesses at scale through his company's innovative solutions.
May 28, 2025 424 words in the original blog post.
MCP has emerged as the AI-native standard for continuing on the path started by previous standards like REST, SOAP and XML-RPC. It simplifies connecting data and tools to LLMs, obviating the time-consuming need to create specific integrations, connectors or prompts for each database, tool or cloud service. MCP provides a well-defined contract for which tools and capabilities are available, and a rich semantic description of how they can be used, making chat clients extremely powerful. The protocol is designed to step into the gap between retrieval-augmented generation (RAG) and capabilities-oriented approaches, providing a structured way of describing APIs, services, tools or capabilities to an agent so it knows how to use them. MCP enables AI agents to make decisions about which tools to use, in the right order to accomplish a task, and facilitates software's ability to talk to software, much like APIs have facilitated communication between different systems in previous technology waves.
May 27, 2025 1,440 words in the original blog post.
Self-managed cloud deployments and on-premises infrastructure remain essential for enterprise architecture, especially with the decreasing costs of AI inference thanks to advancements in GPU architectures such as NVIDIA Blackwell Ultra. To unlock the value of this infrastructure, enterprises need easy-to-use AI software platforms that can integrate optimized AI hardware, which is where DataStax AI Platform comes in. Built with NVIDIA AI, this platform offers a complete solution for rapidly prototyping, designing, deploying, and scaling AI applications, including support for the latest NVIDIA Blackwell GPUs. To overcome challenges such as component deployment and data management, DataStax collaborates with NVIDIA and Arize to bring a comprehensive AI platform that includes tools like Langflow for rapid development and deployment of AI agents and workflows, and Arize observability and evaluation platform for improving accuracy in AI apps. The platform also addresses deployment and operationalizing systems with tools to manage CPU and GPU resources running on Kubernetes, including common cloud provider options. DataStax customers use the AI platform to build multi-agent systems that leverage standardization protocols like Model Context Protocol (MCP) to connect to different systems, enabling enterprises to fine-tune models for specific business needs and datasets, and scale up inference workloads for higher throughput. By providing a seamless process of continuous AI system improvement, DataStax AI Platform empowers enterprises to be successful with AI in self-managed environments.
May 19, 2025 939 words in the original blog post.
Apache Cassandra is a highly scalable and reliable NoSQL database that offers super-fast performance and zero downtime. It has been adopted by developers as a go-to choice for supporting generative AI (GenAI) workloads due to its ability to handle vector data, which is essential for providing context to Large Language Models (LLMs). Managed Cassandra provides the benefits of Cassandra with minimal maintenance overhead, making it an attractive alternative to self-hosting. When assessing managed Cassandra solutions, factors such as performance, scalability, reliability, and cost of ownership should be considered. A managed service provider's commitment to keeping its offering up-to-date and secure is also crucial. With a managed solution like Astra DB, developers can take advantage of Cassandra's benefits while minimizing the hassle of managing clusters.
May 15, 2025 1,191 words in the original blog post.
The Graph RAG Project and its GraphRetriever make it easy to connect documents and knowledge in an intuitive and lightweight way, expanding the capabilities of RAG systems without creating much additional complexity. They combine RAG techniques with graph-structured knowledge to help LLMs retrieve connected, meaningful information — not just isolated text chunks. This is achieved by traversing relationships between topics, entities, events, or ideas using metadata alone, without requiring a pre-existing knowledge graph or separate graph database. The GraphRetriever builds an in-memory, relevant subgraph at query time based on simple rules that define how documents are related through their metadata fields, keeping the architecture lightweight and flexible. This enables developers to start adding graph-style retrieval to their RAG systems immediately, without having to pre-build a heavy, manually curated knowledge graph. The GraphRetriever allows for flexible, domain-specific ways of connecting documents by defining multiple types of edges based on metadata fields, such as author or topic links. By blending semantic similarity and graph-connected reasoning, the GraphRetriever helps AI systems provide stronger grounding of responses, better reasoning over complex information, and more trustworthy linking and citations.
May 13, 2025 850 words in the original blog post.
Tore Ligaard AS has been a leading specialist retailer in Norway since 1962, with a strong focus on delivering the best customer experience. To achieve this, they partnered with Frontkom, a digital transformation agency, to develop and maintain their e-commerce store's CMS. This collaboration enabled Tore to transform the way customers interact with their products, using an AI-powered chatbot that provides personalized recommendations based on real expert knowledge. The chatbot, named Tore, uses Langflow as its core architecture and is hosted on Frontkom's PaaS, which leverages AWS infrastructure and Kubernetes for scalability and security. With Tore, Ligaard has seen a significant increase in customer satisfaction, confidence in purchases, and a reduction in the need for live agents, with total chat conversations growing by over four times and negative sentiment being less than 1.5%. The platform's architecture also enables real-time monitoring and management of conversations, allowing Ligaard to refine how Tore responds and manage knowledge sources. As the project progresses, Frontkom plans to introduce supercharged versions of Tore designed for internal use, enabling employees to share professional expertise more efficiently and providing a powerful virtual employee that never gets tired or takes days off.
May 09, 2025 1,701 words in the original blog post.
Langflow 1.4 introduces Projects, a new way to organize, modularize, and expose AI workflows, making it easy to share tools over MCP. With this release, Langflow Desktop turns your machine into a local AI agent factory, allowing you to build, test, and run flows entirely on your desktop. Projects enable a unified space where shared flows can "talk" to each other, accomplishing tasks and gradually adding functionality to turn a Project into the central hub for managing flows, execution, logs, and task orchestration. Langflow is now a first-class citizen in the MCP ecosystem, acting as both a builder and aggregator of MCP tools, allowing users to create, adapt, and orchestrate them with fine-grained control over each tool's behavior. Langflow Desktop provides a full agent development environment, and the project is open-source, evolving fast thanks to community support.
May 07, 2025 551 words in the original blog post.
The introduction of Astra DB Hybrid Search to the DataStax Data API adds significant new potential in terms of improving the accuracy of vector-based search results, enabling innovative new generative AI applications. Langflow's low-code development platform has been improved with a host of additions to increase accuracy, allowing users to quickly leverage these improvements and build pipelines that take advantage of Hybrid Search. The Hybrid Search Template for Langflow provides an easy framework for building out AI workflows, offering a refinement of vector search algorithms supported by Astra DB. This template can be used for rapid prototyping and production use cases, providing a powerful tool for developers building apps using AI.
May 02, 2025 884 words in the original blog post.
Rerankers play a crucial role in enterprise search by refining the results of basic retrieval systems, significantly improving search relevance without requiring a full system rebuild. They operate as part of a two-stage retrieval process, first performing similarity search and then re-evaluating the retrieved documents to assign higher scores to the most contextually relevant results. There are three primary categories of rerankers: lightweight rescoring methods, bi-encoders, and cross-encoders, each with its strengths and weaknesses in terms of speed, interpretability, and accuracy. By adding a reranker layer to an AI search pipeline, enterprises can improve search accuracy by over 10%, reduce hallucinations, and enhance user experience through smarter recommendations.
May 01, 2025 612 words in the original blog post.