• bitcoinBitcoin(BTC)$77,282.000.25%
  • ethereumEthereum(ETH)$2,514.442.28%
  • tetherTether(USDT)$1.000.03%
  • binancecoinBNB(BNB)$734.432.62%
  • rippleXRP(XRP)$1.371.38%
  • usd-coinUSDC(USDC)$1.00-0.02%
  • solanaSolana(SOL)$101.862.12%
  • tronTRON(TRX)$0.3394390.22%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.03-0.34%
  • zcashZcash(ZEC)$1,141.135.53%
  • HyperliquidHyperliquid(HYPE)$78.82-0.75%
  • dogecoinDogecoin(DOGE)$0.0844850.59%
  • RainRain(RAIN)$0.015297-2.68%
  • moneroMonero(XMR)$533.493.17%
  • USDSUSDS(USDS)$1.000.01%
  • whitebitWhiteBIT Coin(WBT)$80.200.49%
  • chainlinkChainlink(LINK)$11.530.08%
  • leo-tokenLEO Token(LEO)$9.130.36%
  • cardanoCardano(ADA)$0.208547-0.60%
  • stellarStellar(XLM)$0.1807392.48%
  • bitcoin-cashBitcoin Cash(BCH)$230.281.02%
  • Ethena USDeEthena USDe(USDE)$1.000.04%
  • daiDai(DAI)$1.000.00%
  • USD1USD1(USD1)$1.000.04%
  • litecoinLitecoin(LTC)$53.901.86%
  • CantonCanton(CC)$0.0989320.35%
  • uniswapUniswap(UNI)$6.170.81%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.360.58%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • avalanche-2Avalanche(AVAX)$7.47-0.55%
  • hedera-hashgraphHedera(HBAR)$0.074648-1.13%
  • nearNEAR Protocol(NEAR)$2.36-4.07%
  • shiba-inuShiba Inu(SHIB)$0.0000052.30%
  • suiSui(SUI)$0.73-2.07%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • crypto-com-chainCronos(CRO)$0.0574151.69%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • MemeCoreMemeCore(M)$1.192.51%
  • tether-goldTether Gold(XAUT)$4,348.730.48%
  • Circle USYCCircle USYC(USYC)$1.140.03%
  • Ripple USDRipple USD(RLUSD)$1.00-0.01%
  • okbOKB(OKB)$114.644.96%
  • BittensorBittensor(TAO)$234.66-0.86%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.14-0.18%
  • aaveAave(AAVE)$125.392.27%
  • mantleMantle(MNT)$0.580.87%
  • pax-goldPAX Gold(PAXG)$4,353.800.44%
  • AsterAster(ASTER)$0.69-3.09%
  • polkadotPolkadot(DOT)$1.05-7.31%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.055069-1.69%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

DataStax makes it easier to build generative AI RAG apps with new data API

January 17, 2024
in AI & Technology
Reading Time: 4 mins read
A A
DataStax makes it easier to build generative AI RAG apps with new data API
ShareShareShareShareShare

DataStax is looking to make it easier for developers to build generative AI retrieval augmented generation (RAG) applications with a new data API out today.

DataStax is one of the leading commercial vendors behind the open source Apache Cassandra database, which is the foundation of its AstraDB cloud database-as-a-service.  Like many other database vendors, DataStax has added vector database capabilities to its platform in 2023. At a recent event, DataStax’s CEO claimed that Cassandra was ,”..the best f*cking database for gen AI.”

YOU MAY ALSO LIKE

How India Is Training The Robots Of The Future

Apple’s Foldable iPhone Duo Is Here, What We Know

Vector database capability is critical to enabling RAG applications which combine large language models (LLMs) with data platforms to generate highly accurate and customized results.  

(Image Credit: DataStax)

While DataStax has had vector capabilities in AstraDB since July 2023, that capability still required users to work with the Cassandra Query Language (CQL) as the primary path to query the data. The new data API out today changes that, providing developers with the ability to use the  Python and JavaScript programming languages to access the database, which the company claims helps to narrow the gap between DataStax and purpose built vector database like Pinecone which just updated its namesake platform with serverless database functionality.

“There has been a kind of tug of war between the native vector databases that don’t support any other query type other than vectors and the hybrid databases that have very robust query models,” Ed Anuff, chief product officer at DataStax told VentureBeat. “What we looked to do was to close that gap and that’s what the date API is all about.”

How the DataStax data API changes the way developer build RAG applications

The new data API does not provide any new vector capabilities to the AstraDB database. Instead what it does is make it easier for developers to build applications.

According to Anuff, the new API aims to reduce the impedance mismatch between what developers are doing and what the database provides. Anuff noted that since July of 2023 when the vector capabilities first landed in AstraDB approximately half of all new users that signed up for the cloud database are using it to build gen AI applications. 

The challenge is that those developers weren’t able to easily use the programming languages they were already using to build gen AI applications, which is largely Python and JavaScript, to access AstraDB.

Before the new data API, developers building AI applications with AstraDB would have had to use the standard Cassandra Query Language (CQL), which involves more data modeling knowledge than developers wanted to deal with for simple rack applications. The queries also would not have been as optimized for vector data.

Anuff explained that he new data API makes it easier by automatically handling vectorization, presenting a simpler interface in languages like Python and JavaScript, and optimizing performance by storing and indexing the vector data more efficiently at the database level rather than just adding vectors as another datatype. This reduces the learning curve and improves performance compared to just building on top of the existing Cassandra APIs and data model.

It’s all about APIs

With some classes of database APIs, all that occurs is a form of translation from a native programming language, like Python or JavaScript, into whatever the query language is for the database. That’s functionally very similar to a decades-old approach to how developers have worked with databases, via an Object Relational Mapper (ORM).

The DataStax data API is a bit different since Cassandra is architected differently than other databases.  Cassandra at the architecture level is organized around a set of high performance primitives that are combined together to support different types of query patterns. Anuff said that the Cassandra data architecture makes it possible to connect at a deeper layer in the database, which improves overall query performance.

“The data API exposes to the developer a very simple JSON based data format, where anything you can express within JSON, the developer can send and retrieve from the database,” Anuff said. “But we store that in a very efficient way within Cassandra where we do that directly at the storage tier and ensure that the performance that a developer gets is maintained.”

Accelerating vectors with JVector engine

Another key part of DataStax’s vector database advancement is the JVector search engine which is part of AstraDB.  JVector is an open source embedded vector search engine that was developed by DataStax.

Anuff explained that JVector uses an algorithm called DiskANN which is a disk-based storage optimized version of the ANN (approximate nearest neighbor search)  algorithm that is widely used across nearly all vector databases. He noted that DiskANN provides significantly better retrieval capabilities compared to other algorithms that don’t perform as well at large storage and distribution scales. 

According to DataStax, the JVector engine is what allows AstraDB to achieve better relevancy and recall than other vector databases. Much of DataStax’s vector work, including JVector and the data API are being open sourced to be used by the Cassandra open source community as well as DataStax’s AstraDB customers.

“We’re very strongly committed to making stuff available to open source ecosystems,” Anuff said. “We also just want to make sure that if you’re just the developer trying to figure out what cloud service you should use, that you’ve got the easiest path for that.”

VentureBeat’s mission is to be a digital town square for technical decision-makers to gain knowledge about transformative enterprise technology and transact. Discover our Briefings.

Credit: Source link

ShareTweetSendSharePin

Related Posts

How India Is Training The Robots Of The Future
AI & Technology

How India Is Training The Robots Of The Future

September 12, 2026
Apple’s Foldable iPhone Duo Is Here, What We Know
AI & Technology

Apple’s Foldable iPhone Duo Is Here, What We Know

September 12, 2026
Breaking Down Apple’s First Foldable iPhone With Mark Gurman
AI & Technology

Breaking Down Apple’s First Foldable iPhone With Mark Gurman

September 12, 2026
d-Matrix Plugs Into Nvidia’s AI Ecosystem
AI & Technology

d-Matrix Plugs Into Nvidia’s AI Ecosystem

September 12, 2026
Next Post
Premier: SaaS Healthcare Products And M&A Imply Undervaluation (NASDAQ:PINC)

Premier: SaaS Healthcare Products And M&A Imply Undervaluation (NASDAQ:PINC)

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
GitHub Introduces Project HydraFusion: Runtime Multi-Model Orchestration That Builds a Workflow Per Coding Task in Copilot CLI

GitHub Introduces Project HydraFusion: Runtime Multi-Model Orchestration That Builds a Workflow Per Coding Task in Copilot CLI

September 5, 2026
Cat is caught smuggling drugs into a Russian prison

Cat is caught smuggling drugs into a Russian prison

September 6, 2026
Oil nears 0 a barrel as Middle East tensions fuel inflation fears

Oil nears $100 a barrel as Middle East tensions fuel inflation fears

September 8, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!