StartupsEventsJobsNewsTV
Founders·Investors·Ecosystem·
DutchStartup.ai
EventsJobsNewsTV
All articles

Insight

Vector databases as the foundation for AI applications

4 August 2026·4 min read

Vector databases as the foundation for AI applications

An AI assistant that answers questions about internal company documentation, an agent that reviews software code against a proprietary knowledge base, a search engine that understands meaning rather than matching keywords: all these applications share one technical requirement. They need a way to store large volumes of information so it can be searched quickly and semantically. Vector databases fulfil exactly that role.

Amsterdam-based Weaviate, founded in 2019 and now backed by more than €45 million in a Series B round, builds open-source vector database infrastructure for billion-scale applications. The company represents an infrastructure layer that is becoming increasingly visible as more startups build AI products and need memory mechanisms that go beyond a conventional relational database.

Choosing the right memory infrastructure has a direct bearing on how well an AI application performs in production. That makes it a strategic decision for any founder building an application on large language models.

What a vector database does and why it matters

Traditional databases store structured data and search by exact matches. A vector database works differently: text, images or other data are converted into mathematical representations, known as embeddings, that capture the meaning of the content. Two sentences that mean the same thing but use different words will end up close together in the vector space.

That property makes vector databases essential for retrieval-augmented generation, in which a language model does not rely solely on its training data but also retrieves relevant passages from an external knowledge source. A RAG system first fetches relevant pieces of text from the vector database and passes them as context to the language model. The model can then answer questions about documentation that was updated after its training period, or about internal company information it has never seen.

Weaviate supports this pattern and adds modular integrations for popular embedding models and search methods. The open-source approach makes it possible to self-host the database, which offers a practical advantage for applications involving sensitive business data, in addition to licensing cost benefits.

Memory as a building block for AI agents

Beyond RAG applications, the importance of vector databases is growing for AI agents: systems that autonomously take steps to complete a task and must retain context across sessions. An agent handling multiple tasks needs to know what was discussed earlier, which decisions have already been made, and which information is relevant for the next step.

This requires several types of memory. Short-term memory typically resides in the language model's own context window, but that context is finite. External storage systems are needed for long-term memory, stored experiences and searchable knowledge bases. In that architecture, vector databases take on the role of semantic memory.

Dutch company General Intuition, founded in 2025 and backed by €114 million in a seed round, trains AI agents on billions of gameplay frames for spatial reasoning. That type of training produces large volumes of experience data that must be efficiently searchable. It illustrates how memory infrastructure plays a role not only in text-based applications but also in agents operating in simulated environments.

What application startups weigh when choosing memory infrastructure

For a startup building an AI product, the choice of memory infrastructure is both practical and financial. Fully managed cloud solutions reduce operational burden but carry per-query costs that can escalate quickly at scale. Self-hosted open-source solutions such as Weaviate give more control over data and costs, but require internal expertise in infrastructure management.

Compliance is another factor. Companies working with personal data or commercially sensitive information must be able to demonstrate where data is stored and how access is governed. Deeploy, the Rotterdam-based AI governance platform that closed an €8.5 million Series A round in 2024, addresses precisely this question: how to keep AI systems auditable and compliant in a production environment. The memory layer is one of the components that demands attention in that context.

A third consideration is the quality of the training data that feeds the embeddings. Toloka, headquartered at Schiphol and backed by €64 million in a Series B round earlier this year, delivers high-quality training data through a combination of human experts and automation. How well a vector database performs depends in part on the quality of the embeddings, which in turn depends on the model used to generate them and the data on which that model was trained.

Infrastructure versus the application layer

The rise of vector databases sharpens the distinction between infrastructure startups and application startups. Weaviate provides a building block; the value lies in what others build with it. CuspAI in Amsterdam, which has raised €111 million in a Series A and uses AI to search for and generate new materials, is an example of a deep-tech application that relies on this infrastructure layer to search materials data rapidly.

For investors, this presents a choice between two risk profiles. Infrastructure-layer companies such as Weaviate have potentially broad adoption, but their margin model competes with large cloud providers that incorporate comparable services into their own platforms. Application startups bear the risk of product-market fit in a specific segment, but can achieve higher margins if that fit holds.

Within the Dutch and broader European AI ecosystem, the presence of infrastructure companies such as Weaviate is relevant to the ecosystem's overall productivity. Founders building applications can opt for a European infrastructure player with open-source roots, which offers advantages in terms of both data governance and vendor independence. As EU regulation around AI and data continues to tighten, that consideration may carry increasing weight in the product decisions of startups based here.

External links open in a new tab and lead to sites outside Dutch Startup, we don't control their content.

On our platform

General IntuitionGeneral IntuitionStartupTraint AI-agents op miljarden gameplay-beelden voor ruimtelijk redenerenCuspAICuspAIStartupZoekt en genereert nieuwe materialen tien keer sneller dan traditionele methodenDeeployDeeployStartupAI-governanceplatform voor compliance en risicobeheersingTolokaTolokaStartupHoogwaardige trainingsdata voor AI-modellen via menselijke experts en automatiseringWeaviateWeaviateStartupOpen-source vectordatabase voor semantisch zoeken op miljardschaal!

Relevant from our ecosystem

Roseman LabsRoseman LabsStartupSamenwerken op gevoelige data zonder privacy te schendenHorusHorusStartupMobiele kartering met computer vision en deep learningAccerionAccerionStartupInfrastructuurvrije positionering voor robots op submillimeternauwkeurigheid

On our platform

General IntuitionGeneral IntuitionStartupTraint AI-agents op miljarden gameplay-beelden voor ruimtelijk redenerenCuspAICuspAIStartupZoekt en genereert nieuwe materialen tien keer sneller dan traditionele methodenDeeployDeeployStartupAI-governanceplatform voor compliance en risicobeheersingTolokaTolokaStartupHoogwaardige trainingsdata voor AI-modellen via menselijke experts en automatiseringWeaviateWeaviateStartupOpen-source vectordatabase voor semantisch zoeken op miljardschaal!

Relevant from our ecosystem

Roseman LabsRoseman LabsStartupSamenwerken op gevoelige data zonder privacy te schendenHorusHorusStartupMobiele kartering met computer vision en deep learningAccerionAccerionStartupInfrastructuurvrije positionering voor robots op submillimeternauwkeurigheid
PreviousSource.ag helps greenhouse growers make better decisions with data softwareNextStellaSpark makes the physical environment searchable with a digital twin

Frequently asked questions

What is a vector database and what is it used for?
A vector database stores data as mathematical representations called embeddings that capture the meaning of content. This enables semantic search, which is essential for applications like retrieval-augmented generation where language models retrieve relevant information from external knowledge sources.
What considerations play a role in choosing memory infrastructure?
Three considerations are important for startups. First, operational costs and query expenses: fully managed cloud solutions reduce overhead but bring per-query costs that scale quickly, while self-hosted open-source solutions provide more control but require infrastructure knowledge. Second, compliance and data storage. Third, the quality of training data that feeds the embeddings.
What is the difference between vector databases and traditional databases?
Traditional databases store structured data and search for exact matches. Vector databases, by contrast, convert data into mathematical representations that enable semantic search, where similar meanings are close together in vector space, even if they use different words.
What role does memory infrastructure play in AI agents?
AI agents must remember context across sessions to execute tasks autonomously. Vector databases serve as semantic long-term memory, complemented by short-term memory in the language model's context. This allows agents to account for previous discussions and decisions made.

Related articles

Eindhoven-based Securely lets AI take over web application security
dutchstartupyesterday

Eindhoven-based Securely lets AI take over web application security

Securely, an Eindhoven cybersecurity company founded in 2019, is building an AI platform that protects web applications against attacks and continuously monitors whether organisations comply with regulations such as NEN 7510 and NIS2.

Ruben Van VreelandRuben Van VreelandNick de BruijnNick de BruijnTIN CapitalTIN Capital
Pacmed builds AI software for the intensive care unit
dutchstartup2 days ago

Pacmed builds AI software for the intensive care unit

Pacmed develops AI software that helps ICU physicians make decisions about discharge timing and capacity planning. The Amsterdam-based company works with hospitals including OLVG, Maasstad and Catharina Ziekenhuis.

PacmedPacmedWouter KroeseWouter KroeseHidde HovenkampHidde Hovenkamp
Dutch startups in mobility and transport in 2026
dutchstartup2 days ago

Dutch startups in mobility and transport in 2026

More than fifty Dutch startups are working on solutions for mobility and transport, from smart charging and baggage recognition to autonomous robots and weather data. Their approaches differ, but the underlying questions are often the same.

Tibo EnergyTibo EnergySmart RoboticsSmart RoboticsAvularAvular

Watch about this

Nederlandse ondernemer Pim de Witte krijgt mega-investering van onder meer Jeff Bezos1:50
fundingNRC

Nederlandse ondernemer Pim de Witte krijgt mega-investering van onder meer Jeff Bezos

Why the Next AI Breakthrough May Come from Physics57:36
researchThe TWIML AI Podcast with Sam Charrington

Why the Next AI Breakthrough May Come from Physics

Max Welling (CuspAI): 'Verduurzaming is ons ideaal, maar in de chipsector is echt geld te verdienen'29:12
aiBNR Podcasts

Max Welling (CuspAI): 'Verduurzaming is ons ideaal, maar in de chipsector is echt geld te verdienen'

ICAI Day June 2022: Panel Discussion32:33
eventICAI Innovation Center for Artificial Intelligence

ICAI Day June 2022: Panel Discussion

Llama 3 RAG Demo with DSPy Optimization, Ollama, and Weaviate!25:18
researchConnor Shorten

Llama 3 RAG Demo with DSPy Optimization, Ollama, and Weaviate!

Search through Y Combinator startups with Weaviate!13:29
aiConnor Shorten

Search through Y Combinator startups with Weaviate!

Jina AI DocArray - Documentation Overview14:16
aiConnor Shorten

Jina AI DocArray - Documentation Overview

Python Tutorial: How to use Weaviate and Jina AI for Image Search!5:59
applicationsConnor Shorten

Python Tutorial: How to use Weaviate and Jina AI for Image Search!

DutchStartup.ai

The platform for the Dutch AI scene.

Add your startup
About·Contact·Privacy·Terms