Weaviate AI Database (@weaviate_io) on X (original) (raw)
Pinned Here are the LEGO blocks of AI agents. Letโs build some ๐ฎ๐ด๐ฒ๐ป๐๐ถ๐ฐ ๐ฎ๐ฟ๐ฐ๐ต๐ถ๐๐ฒ๐ฐ๐๐๐ฟ๐ฒ๐ with them! Our new (and FREE!) eBook covers: โข Single vs multi-agent systems โข Patterns in multi-agent systems โข 6 examples of agentic architectures โฆand much more! ๐
Your RAG system is probably broken. Here's how to fix it in 2025. (๐๐น๐บ๐ผ๐๐!) ๐๐๐ฒ๐ฟ๐ ๐๐ ๐๐ฒ๐ฎ๐บ ๐ต๐ฎ๐ ๐๐ต๐ฒ ๐๐ฎ๐บ๐ฒ ๐ฝ๐ฟ๐ผ๐ฏ๐น๐ฒ๐บ: their RAG retrieves irrelevant chunks, hallucinates answers, and performs worse than expected. Hereโs how to fix it: ๐ฆ๐๐ผ๐ฝ
Struggling to keep up with new RAG variants? Hereโs a cheat sheet of 7 of the most popular RAG architectures. Which variants did we miss?
6 types of vector embeddings for your AI applications (and when to use them) When weโre talking about vector embeddings, mostly weโre referring to dense vector embeddings. But did you know that there are many different types of embeddings? Here's a quick overview of some of
๐๐ด๐ฒ๐ป๐๐ถ๐ฐ ๐๐ฟ๐ฐ๐ต๐ถ๐๐ฒ๐ฐ๐๐๐ฟ๐ฒ๐ are the future of app development. And weโve got the cheat sheet to prove it. Whatโs inside: - Learn how to leverage reasoning, memory, and tools to build autonomous AI applications that solve complex problems. - Guidance for both
Is your retrieval pipeline struggling with domain-specific queries? Fine-tuning your embedding model could be the improvement youโre missing. Here's what most people don't realize: off-the-shelf embedding models are trained on general knowledge - Wikipedia, books, web crawls.
We just released an open source framework that sets up agentic search and RAG in a full web UI on your own data in just two terminal commands. Meet Elysia - a decision tree based agentic system that dynamically displays data, learns from user feedback, and chunks documents
Traditional vector embeddings represent entire documents as single vectors. But what if we could capture more nuanced relationships? Enter ๐บ๐๐น๐๐ถ-๐๐ฒ๐ฐ๐๐ผ๐ฟ ๐ฒ๐บ๐ฏ๐ฒ๐ฑ๐ฑ๐ถ๐ป๐ด๐. ๐ช๐ต๐ฎ๐ ๐ฎ๐ฟ๐ฒ ๐๐ต๐ฒ๐? Instead of one vector per document, multi-vector embeddings (like
Which chunking technique should you use for your RAG system? Here's a quick cheat sheet of 8 popular chunking strategies: Read the full deep-dive into each with code examples and decision frameworks: weaviate.io/blog/chunking-โฆ
Why would you want to use Agentic RAG instead of 'normal' RAG? Agentic RAG is, in contrast to normal RAG, using agents to make a decision on what to do, instead of following a pre-defined pipeline. ๐๐๐ฒ ๐ ๐๐๐ญ๐ฎ๐ซ๐๐ฌ 1. Smart Routing: Agents automatically decide which
We just released our complete guide to Context Engineering. (These 6 components are the future of production AI apps) Every developer hits the same wall when building with Large Language Models: the model is brilliant but fundamentally disconnected. It can't access your private
Your RAG is probably committing fraud. Not โhallucinatingโ. Not "confused". Committing fraud, because you asked a multi-step question, and it did a single blind vector search, grabbed the Top-5 nearest neighbors, and called it a day. Your query "affordable eco-friendly
What is Model Context Protocol (MCP) and why is everyone building an MCP server? Letโs break it down ๐ MCP is a new standard designed to unlock the full potential of AI models by giving them structured, dynamic access to the right context, without having to reinvent the wheel
Stop chunking first. Start embedding first. ๐๐ฎ๐๐ฒ ๐ฐ๐ต๐๐ป๐ธ๐ถ๐ป๐ด improves retrieval quality of your RAG system: First, letโs do a quick chunking refresher: ๐ง๐ฟ๐ฎ๐ฑ๐ถ๐๐ถ๐ผ๐ป๐ฎ๐น ๐๐ต๐๐ป๐ธ๐ถ๐ป๐ด (the basics we all started with) โข Token Chunking - split by token count โข