Close Menu
TechTost
  • AI
  • Apps
  • Crypto
  • Fintech
  • Hardware
  • Media & Entertainment
  • Security
  • Startups
  • Transportation
  • Venture
  • Recommended Essentials
What's Hot

Microsoft hires Sequoia-backed AI collaboration platform team Cove

Cyberattack on vehicle breathalyzer company leaves drivers stranded in US

AI startups are eating up the venture industry, and the returns, so far, are good

Facebook X (Twitter) Instagram
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions
  • Disclaimer
Facebook X (Twitter) Instagram
TechTost
Subscribe Now
  • AI

    Microsoft is retiring some of the Copilot AI bloat on Windows

    21 March 2026

    The best AI investment may be in energy technology

    20 March 2026

    Bot traffic to overtake human traffic by 2027, says Cloudflare CEO

    20 March 2026

    Multiverse Computing is pushing its compressed AI models into the mainstream

    19 March 2026

    Sam Altman’s thank you to coders draws memes

    19 March 2026
  • Apps

    Google is introducing a new way for users to download Android apps that still protects against fraud

    21 March 2026

    Meta launches new AI content enforcement systems while reducing reliance on third-party vendors

    20 March 2026

    Bluesky Announces $100M Series B After CEO Transition

    20 March 2026

    Amazon is bringing Alexa+ to the UK

    19 March 2026

    Rebel Audio is a new AI podcasting tool aimed at first-time creators

    19 March 2026
  • Crypto

    Hackers stole over $2.7 billion in crypto in 2025, data shows

    23 December 2025

    New report examines how David Sachs may benefit from Trump administration role

    1 December 2025

    Why Benchmark Made a Rare Crypto Bet on Trading App Fomo, with $17M Series A

    6 November 2025

    Solana co-founder Anatoly Yakovenko is a big fan of agentic coding

    30 October 2025

    MoviePass opens Mogul fantasy league game to the public

    29 October 2025
  • Fintech

    Amid legal turmoil, Kalshi is temporarily banned in Nevada

    20 March 2026

    Nominations for the Startup Battlefield 200 are still open

    19 March 2026

    Kalshi’s legal woes pile up as Arizona files first criminal charges for ‘illegal gambling operation’

    17 March 2026

    Fuse raises $25M to disrupt legacy loan origination systems used by US credit unions

    16 March 2026

    India neobank Fi removes banking services on its platform

    11 March 2026
  • Hardware

    Amazon is working on a new smartphone with Alexa at its core, the report says

    20 March 2026

    CEO Carl Pei says nothing about smartphone apps disappearing as they’re replaced by artificial intelligence agents

    18 March 2026

    MacBook Neo, AirPods Max 2, iPhone 17e and everything else Apple announced this month

    18 March 2026

    Oura enters India’s smart ring market with Ring 4

    17 March 2026

    Apple quietly launches AirPods Max 2

    17 March 2026
  • Media & Entertainment

    Tubi joins forces with popular TikTokers to create original streaming content

    19 March 2026

    Patreon CEO calls AI companies’ fair use argument ‘bogus’, says creators should be paid

    18 March 2026

    Meet Vurt, the first mobile streaming platform for indie filmmakers embracing vertical video

    18 March 2026

    BuzzFeed debuts AI applications for new revenue

    17 March 2026

    Facebook makes it easy for creators to report copycats

    14 March 2026
  • Security

    The US accuses the Iranian government of operating a hacktivist group that hacked the Stryker

    20 March 2026

    CISA Urges Companies to Secure Microsoft Intune Systems After Hackers Mass Wipe Stryker Devices

    20 March 2026

    FBI seizes websites of pro-Iranian hacker group after devastating Stryker attack

    19 March 2026

    FBI is buying location data to track US citizens, director confirms

    19 March 2026

    Russians caught stealing personal data from Ukrainians with new advanced iPhone hacking tools

    18 March 2026
  • Startups

    Microsoft hires Sequoia-backed AI collaboration platform team Cove

    21 March 2026

    Consumer-focused privacy firm Cloaked raises $375 million as it expands into the enterprise

    20 March 2026

    Tools for founders to navigate and move past conflicts

    20 March 2026

    Anori, Alphabet’s new X spinout, faces one of the world’s most expensive bureaucratic nightmares

    19 March 2026

    This startup wants to make enterprise software more like a prompt

    19 March 2026
  • Transportation

    Cyberattack on vehicle breathalyzer company leaves drivers stranded in US

    21 March 2026

    Arc expands into electric commercial and defense vessels with $50M raise

    20 March 2026

    Rivian Sacrifices 2027 Profit Target to Push Deeper into Autonomy

    20 March 2026

    K2 will launch its first high-powered computing satellite into space

    19 March 2026

    EV startup Harbinger unveils smaller work truck with electric and hybrid variants

    18 March 2026
  • Venture

    AI startups are eating up the venture industry, and the returns, so far, are good

    21 March 2026

    Sequen raised $16 million to bring TikTok-style personalization technology to any consumer company

    19 March 2026

    AI ‘boys club’ could widen wealth gap for women, says Rana el Kaliouby

    18 March 2026

    Billionaires made a promise – now some want to leave

    17 March 2026

    Antonio Gracias Says He Longs For ‘Pre-Entropic’ Startups – Those Built To Survive Chaos

    17 March 2026
  • Recommended Essentials
TechTost
You are at:Home»AI»Why vector databases are having a moment as the AI ​​hype cycle peaks
AI

Why vector databases are having a moment as the AI ​​hype cycle peaks

techtost.comBy techtost.com21 April 202405 Mins Read
Share Facebook Twitter Pinterest LinkedIn Tumblr Email
Why Vector Databases Are Having A Moment As The Ai
Share
Facebook Twitter LinkedIn Pinterest Email

Vector databases are all the rage, judging by the number of startups entering the space and investors looking to get a piece of the pie. The proliferation of large language models (LLMs) and the genetic artificial intelligence (GenAI) movement have created fertile ground for the flourishing of vector database technologies.

While traditional relational databases such as Postgres or MySQL are suitable for structured data – predefined types of data that can be neatly filed into rows and columns – this does not work so well for unstructured data such as images, videos, emails, media social media posts and any data that does not conform to a predefined data model.

Vector databases, on the other hand, store and process data in the form of vector embeddings, which convert text, documents, images, and other data into numerical representations that capture the meaning and relationships between different data points. This is perfect for machine learning, as the database stores data spatially based on how related each item is to each other, making it easier to retrieve semantically similar data.

This is particularly useful for LLMs such as OpenAI’s GPT-4, as it allows the chatbot AI to better understand the context of a conversation by analyzing previous similar conversations. Vector search is also useful for all kinds of real-time applications, such as content recommendations on social networks or e-commerce applications, as it can look at what a user has searched for and retrieve similar items in a heartbeat.

Vector search can also help reduce “hallucinations” in LLM applications by providing additional information that may not have been available in the original training dataset.

“Without using vector similarity search, you can still develop AI/ML applications, but you will need to do more retraining and optimization.” Andre ZagiarniCEO and co-founder of startup vector search Quadrant, explained to TechCrunch. “Vector databases come into play when there is a large dataset and you need a tool to work with vector integrations efficiently and conveniently.”

In January, Qdrant secured $28 million in funding to build on the growth that led it to become one of the 10 fastest-growing commercial open source startups last year. And it’s far from the only vector database startup raising cash lately — Vespa, Weaviatepine nut, and Colour collectively raised $200 million last year for various vector offerings.

Qdrant founding team. Image credits: Qdrant

Since the turn of the year, we have also seen Index Ventures lead a $9.5M round in Hyperlink, a platform that converts complex data into vector embeddings. And a few weeks ago, Y Combinator (YC) revealed its Winter ’24 cohort, which included Lampa startup that sells a hosted vector search engine for Postgres.

Somewhere else, Marco raised a $4.4 million round late last year, quickly followed by a $12.5 million Series A round on February. The Marqo platform provides a full range of vector tools out of the box, spanning vector generation, storage and retrieval, allowing users to bypass third-party tools from OpenAI or Hugging Face, and offers everything through a single API.

Co-Founders Marqo Tom Hammer and Jesse N. Clark previously worked in engineering roles at Amazon, where they realized the “huge unmet need” for semantic, flexible search in different modes such as text and images. And that’s when they jumped ship to form Marqo in 2021.

“Working with visual search and robotics at Amazon is when I really looked at vector search — I was thinking about new ways to do product discovery, and that very quickly converged on vector search,” Clark told TechCrunch. “In robotics, I used multimodal search to look through many of our images to determine if there were incorrect things like tubes and packages. Otherwise it would be very difficult to solve.”

Co-Founders Marqo

Marqo co-founders Jesse Clark and Tom Hamer. Image credits: Marqo

Enter the business

While vector databases are having a moment in the thick of ChatGPT and the GenAI movement, they are not the panacea for every enterprise search scenario.

“Proprietary databases tend to focus entirely on specific use cases and therefore can design their architecture for performance on the tasks required, as well as user experience, compared to general-purpose databases, which must fit the current design”. Peter Zaitsevfounder of database support and services company Percona, explained to TechCrunch.

While specialized databases may excel at one thing to the exclusion of others, this is why we are beginning to see established database operators such as Elastic, Redis, OpenSearch, Cassandra, Oracleand MongoDB adding vector intelligent database search elements to the mix, as do cloud service providers Microsoft’s Azure, Amazon’s AWSand Cloudflare.

Zaitsev compares this latest trend to what happened JSON More than a decade ago, when web applications became more widespread and developers needed a language-independent data format that was easy for humans to read and write. In that case, a new class of database emerged in the form of document databases such as MongoDB, while existing relational databases also introduced JSON support.

“I think the same is likely to happen with vector databases,” Zaitsev told TechCrunch. “Users building very complex and large-scale AI applications will use dedicated vector search databases, while those who need to build some AI functionality for their existing application are more likely to use vector search functionality in the databases they already use. “

But Zayarni and his Qdrant colleagues are betting that native solutions built entirely around vectors will provide the “speed, memory security and scale” needed as vector data explodes, compared to companies that position vector search as after the fact.

“Their pitch is, ‘we can also do vector search if needed,'” Zayarni said. “Our pitch is, ‘we do advanced vector search in the best possible way.’ It’s all about specialization. In fact we recommend starting with whatever database you already have in your technology stack. At some point, users will experience limitations if vector search is a critical component of your solution.”

All included Cycle databases hype moment peaks Quadrant vector vector database vector search
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Previous ArticleBrave Search uses artificial intelligence to answer your queries
Next Article Consumer tech investing still hot for Maven Ventures, securing $60 million in Fund IV
bhanuprakash.cg
techtost.com
  • Website

Related Posts

AI startups are eating up the venture industry, and the returns, so far, are good

21 March 2026

Microsoft is retiring some of the Copilot AI bloat on Windows

21 March 2026

The best AI investment may be in energy technology

20 March 2026
Add A Comment

Leave A Reply Cancel Reply

Don't Miss

Microsoft hires Sequoia-backed AI collaboration platform team Cove

21 March 2026

Cyberattack on vehicle breathalyzer company leaves drivers stranded in US

21 March 2026

AI startups are eating up the venture industry, and the returns, so far, are good

21 March 2026
Stay In Touch
  • Facebook
  • YouTube
  • TikTok
  • WhatsApp
  • Twitter
  • Instagram
Fintech

Amid legal turmoil, Kalshi is temporarily banned in Nevada

20 March 2026

Nominations for the Startup Battlefield 200 are still open

19 March 2026

Kalshi’s legal woes pile up as Arizona files first criminal charges for ‘illegal gambling operation’

17 March 2026
Startups

Microsoft hires Sequoia-backed AI collaboration platform team Cove

Consumer-focused privacy firm Cloaked raises $375 million as it expands into the enterprise

Tools for founders to navigate and move past conflicts

© 2026 TechTost. All Rights Reserved
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions
  • Disclaimer

Type above and press Enter to search. Press Esc to cancel.