> Markdown version of [/videos/830-what-comes-after-chatgpt-vector-databases-the-simple-and-powerful-future-of-ml?t=3351](https://www.wearedevelopers.com/videos/830-what-comes-after-chatgpt-vector-databases-the-simple-and-powerful-future-of-ml?t=3351). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # What comes after ChatGPT? Vector Databases - the Simple and powerful future of ML? How do you ground ChatGPT in private enterprise data without hitting strict token limits? Discover how vector databases use deep-learning embeddings to search unstructured content and eliminate AI hallucinations. - **Speakers:** Erik Bamberg - **Event:** WeAreDevelopers LIVE - **Published:** November 17, 2023 - **Duration:** 59:38 - **URL:** https://www.wearedevelopers.com/videos/830-what-comes-after-chatgpt-vector-databases-the-simple-and-powerful-future-of-ml ## Summary Traditional databases excel at managing structured information but fundamentally struggle with the unstructured data—like images, audio, and large text repositories—that makes up roughly 80% of modern enterprise content. Manual tagging relies too heavily on subjective human perspectives and lacks scalability. Vector databases bridge this gap by storing data as deep-learning "embeddings." By converting unstructured media into high-dimensional mathematical arrays using models like BERT or ResNet, these databases capture the true semantic context of content, placing conceptually similar items close to one another within a multidimensional vector space. Instead of executing slow, exhaustive distance calculations across entirely raw datasets, modern vector databases utilize Approximate Nearest Neighbor (ANN) and Hierarchical Navigable Small World (HNSW) indexing to return similarity search results in milliseconds. This empowers engineering teams to execute highly complex queries that smoothly combine unstructured semantic context with traditional structured metadata filtering. Because new data is simply embedded and stored rather than learned from scratch, leveraging a vector database can eliminate the slow, expensive process of continuously retraining classification or facial recognition machine learning models. One of the most immediate and powerful applications of vector storage is overcoming the constraints of large language models like ChatGPT. By processing internal enterprise documentation or expansive product catalogs into data chunks and storing their embeddings, teams can execute a semantic lookup against a user's prompt to find the most relevant context. Feeding only those targeted chunks back to ChatGPT efficiently bypasses strict token limits, grounds the AI in proprietary private data, and drastically reduces the rate of model hallucinations. **Keywords:** vector databases, unstructured data storage, high-dimensional vector embeddings, semantic similarity search, overcoming llm token limitations, reducing chatgpt hallucinations, text chunking for llms, pinecone vector database, weaviate open source, milvus architecture, approximate nearest neighbor indexing, hnsw algorithm, postgresql pgvector extension, avoiding ml model retraining, domain-specific language embeddings, multidimensional vector space, machine learning clustering ## Chapters 1. **ChatGPT context limitations and the struggle with custom datasets** (02:24) — How maximum token sizes prevent large language models from analyzing extensive custom documents. 1. **Database evolution and the funding behind vector databases** (05:03) — Identifying the shift toward vector databases to handle unstructured data that relational and document stores cannot accommodate. 1. **Challenges of manual metadata tagging for unstructured content** (08:08) — Why categorizing audio, images, and video through human-assigned text tags fails to capture semantic meaning or context. 1. **Translating unstructured data into vector embeddings using ML models** (12:29) — How machine learning models convert text, images, and code into high-dimensional numerical arrays representing conceptual similarity. 1. **Visualizing semantic similarity within a multi-dimensional vector space** (18:32) — Examining an interactive visualization of neural network embeddings to observe how semantic relationships map directly to spatial distances. 1. **Mathematical search techniques for locating similar dataset embeddings** (23:19) — Applying mathematical formulas like cosine similarity and Euclidean distance to calculate the contextual relatedness of search vectors. 1. **Storing and querying multi-dimensional arrays inside vector databases** (26:18) — Leveraging approximate nearest neighbor algorithms to rapidly search unstructured content alongside structured metadata filters. 1. **Evaluating open-source and cloud-based vector database vendors** (29:32) — Comparing deployment options and API architectures among popular semantic data stores like Pinecone, Weaviate, Milvus, and Postgres. 1. **Replacing constant model retraining with database update operations** (34:05) — How anomaly detection and facial recognition systems avoid expensive GPU retraining cycles by updating stored vector records instead. 1. **Architecting a semantic long-term memory system for LLMs** (37:48) — Chunking enterprise information into a vector database to fetch context-specific answers and prevent language model hallucinations. 1. **Alternative domain use cases for vector similarity matching** (43:52) — Expanding application horizons into document deduplication, recommendation engines, and high-frequency time series anomaly tracking. 1. **Managing concurrency and scalability in multi-node vector architectures** (46:51) — How vector stores implement document-based replication techniques to isolate asynchronous operations and seamlessly scale queries across clusters. 1. **Adapting pre-trained embedding models for domain specific terminology** (53:23) — Fine-tuning baseline language models with specialized datasets to accurately reflect niche industry nomenclature and financial semantics. 1. **Substituting traditional classification models with search-based AI architecture** (55:51) — Why vector databases will democratize enterprise machine learning by replacing expensive manual training epochs with rapid embedding lookups. ## Related Moments - [Storing machine learning data with specialized vector databases](https://www.wearedevelopers.com/videos/844-enter-the-brave-new-world-of-genai-with-vector-search) (from "Enter the Brave New World of GenAI with Vector Search") - [Storing and querying vector data with native database features](https://www.wearedevelopers.com/videos/1526-genai-unpacked-beyond-basic) (from "GenAI Unpacked: Beyond Basic") - [Understanding vector databases and retrieval-augmented generation pipelines](https://www.wearedevelopers.com/videos/1141-building-ai-driven-spring-applications-with-spring-ai) (from "Building AI-Driven Spring Applications With Spring AI") - [Retrieving semantic context using vector databases](https://www.wearedevelopers.com/videos/1170-from-foundation-model-to-hosted-ai-solution-in-minutes) (from "From foundation model to hosted AI solution in minutes") - [Demonstrating semantic latency reductions using Spring AI configurations](https://www.wearedevelopers.com/videos/1714-reducing-llm-calls-with-vector-search-patterns-raphael-de-lio-redis) (from "Reducing LLM Calls with Vector Search Patterns - Raphael De Lio (Redis)") - [Mitigating language model costs with vector search patterns](https://www.wearedevelopers.com/videos/1709-wearedevelopers-live-vector-similarity-search-patterns-for-efficiency-and-more) (from "WeAreDevelopers LIVE - Vector Similarity Search Patterns for Efficiency and more") ## Related Articles - [Graph and AI Trends 2026: Why Is AI Running but Not Yet Delivering?](https://www.wearedevelopers.com/magazine/680-graph-and-ai-trends-2026-why-is-ai-running-but-not-yet-delivering) - [What Are Large Language Models?](https://www.wearedevelopers.com/magazine/304-what-are-large-language-models) - [MLOps And AI Driven Development](https://www.wearedevelopers.com/magazine/82-mlops-and-ai-driven-development) - [16 Ways Developers Can Use ChatGPT-4 and GPT-4o](https://www.wearedevelopers.com/magazine/204-16-ways-developers-can-use-chatgpt-4-and-gpt-4o) ## Related Jobs - [Principal Engineer - AI Search & Vector Infrastructure](https://www.wearedevelopers.com/jobs/ext/319507-principal-engineer-ai-search-vector-infrastructure) at **Redis** - [Principal Engineer - AI Search & Vector Infrastructure](https://www.wearedevelopers.com/jobs/ext/353953-principal-engineer-ai-search-vector-infrastructure) at **Redis** - [Principal Engineer - AI Search & Vector Infrastructure](https://www.wearedevelopers.com/jobs/ext/381484-principal-engineer-ai-search-vector-infrastructure) at **Redis** - [AI Software Engineer (Germany)](https://www.wearedevelopers.com/jobs/48317-ai-software-engineer-germany) at **Sunhat** - [Data Scientist](https://www.wearedevelopers.com/jobs/ext/1351648-data-scientist) at **Almedia** - [Machine Learning Engineer](https://www.wearedevelopers.com/jobs/ext/1355348-machine-learning-engineer) at **TWILIO**