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

Musk slams OpenAI in deposition, says ‘no one killed themselves because of Grok’

South Korea is opening the door to allow Google Maps to be fully operational

India cuts off access to popular developer platform Supabase with block order

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

    Musk slams OpenAI in deposition, says ‘no one killed themselves because of Grok’

    28 February 2026

    Pentagon moves to designate Anthropic as a supply chain risk

    28 February 2026

    Anthropic CEO stands firm as Pentagon deadline looms

    27 February 2026

    Jack Dorsey just halved the size of Block’s employee base — and he says your company is next

    27 February 2026

    Salesforce CEO Marc Benioff: This isn’t our first SaaSpocalypse

    26 February 2026
  • Apps

    South Korea is opening the door to allow Google Maps to be fully operational

    28 February 2026

    Spotify releases audiobook maps

    28 February 2026

    Bumble adds AI photo feedback and profile guidance tools

    27 February 2026

    Threads is testing a shortcut to quickly start DM conversations

    27 February 2026

    Instagram now alerts parents if their teen is looking for suicide or self-harm content

    26 February 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

    3 days left: Save up to $680 on your ticket to Disrupt 2026

    25 February 2026

    More startups surpass $10M ARR in 3 months than ever before

    24 February 2026

    Stripe, PayPal Ventures Bet on India’s Xflow to Fix Cross-Border B2B Payments

    24 February 2026

    InScope raises $14.5M to solve financial reporting pain

    20 February 2026

    OpenAI deepens India push with Pine Labs fintech partnership

    19 February 2026
  • Hardware

    Last 24 hours to get Disrupt 2026 tickets at the lowest prices of the year

    27 February 2026

    Everything announced at Samsung’s Galaxy Unpacked event, including S26 smartphones, privacy screen and more

    26 February 2026

    Samsung introduces new display technology that adds a privacy screen to apps and notifications

    25 February 2026

    Oura launches a proprietary AI model focused on women’s health

    25 February 2026

    Spotify and Liquid Death are releasing a limited-edition speaker shaped like a … container?

    24 February 2026
  • Media & Entertainment

    Apple and Netflix team up to stream Formula 1 Canadian Grand Prix

    27 February 2026

    Netflix pulls out of bid for Warner Bros. Discovery, giving studios, HBO and CNN to Ellison-owned Paramount

    27 February 2026

    Book the best deals for Disrupt 2026 | TechCrunch

    26 February 2026

    Americans now listen to podcasts more often than talk radio, study shows

    25 February 2026

    Music producer ProducerAI joins Google Labs

    25 February 2026
  • Security

    India cuts off access to popular developer platform Supabase with block order

    28 February 2026

    CISA replaces deputy director after a difficult year on the job

    27 February 2026

    Cisco Says Hackers Are Exploiting Critical Flaw To Break Into Large Customer Networks By 2023

    26 February 2026

    US cybersecurity agency CISA reportedly in dire straits amid Trump cuts and layoffs

    26 February 2026

    Treasury sanctions Russian zero-day broker accused of buying holdings stolen from US defense contractor

    25 February 2026
  • Startups

    Jest, a marketplace for messaging games, is challenging the app store status quo

    28 February 2026

    Superhuman bets on redesigned smart ring to win back US market after Oura controversy

    27 February 2026

    Trace raises $3 million to solve AI agent adoption in the enterprise

    27 February 2026

    How to avoid bad hires in early stage startups

    26 February 2026

    Apply to take the stage at Founder Summit 2026

    26 February 2026
  • Transportation

    Self-driving truck startup Einride raises $113M PIPE ahead of public debut

    27 February 2026

    It’s time to pull the plug on plug-in hybrids

    26 February 2026

    Harbinger acquires self-driving company Phantom AI

    26 February 2026

    Waymo robotaxis are now operating in 10 US cities

    25 February 2026

    Self-driving tech startup Wayve raises $1.2 billion from Nvidia, Uber and three automakers

    25 February 2026
  • Venture

    After Zomato, Deepinder Goyal is back with a $54 million brain-monitoring bet

    28 February 2026

    Dive into Boston’s startup ecosystem at Founder Summit 2026 | TechCrunch

    27 February 2026

    A VC and some big-name developers are trying to solve the open source funding problem, permanently

    27 February 2026

    Y Combinator grad and AI insurance brokerage Harper raises $47 million

    26 February 2026

    Anthropic acquires AI startup Vercept after Meta indicts one of its founders

    26 February 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

Musk slams OpenAI in deposition, says ‘no one killed themselves because of Grok’

28 February 2026

Pentagon moves to designate Anthropic as a supply chain risk

28 February 2026

Anthropic CEO stands firm as Pentagon deadline looms

27 February 2026
Add A Comment

Leave A Reply Cancel Reply

Don't Miss

Musk slams OpenAI in deposition, says ‘no one killed themselves because of Grok’

28 February 2026

South Korea is opening the door to allow Google Maps to be fully operational

28 February 2026

India cuts off access to popular developer platform Supabase with block order

28 February 2026
Stay In Touch
  • Facebook
  • YouTube
  • TikTok
  • WhatsApp
  • Twitter
  • Instagram
Fintech

3 days left: Save up to $680 on your ticket to Disrupt 2026

25 February 2026

More startups surpass $10M ARR in 3 months than ever before

24 February 2026

Stripe, PayPal Ventures Bet on India’s Xflow to Fix Cross-Border B2B Payments

24 February 2026
Startups

Jest, a marketplace for messaging games, is challenging the app store status quo

Superhuman bets on redesigned smart ring to win back US market after Oura controversy

Trace raises $3 million to solve AI agent adoption in the enterprise

© 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.