Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Growing the Tree: Multi-Agent LLMs Meet RAG, Vector Search, and Goal-Oriented Thinking - Part 2

Growing the Tree: Multi-Agent LLMs Meet RAG, Vector Search, and Goal-Oriented Thinking - Part 2
Simulating Better Decision-Making in Insurance and Care Management Through RAGIn the Part 1 post, I walked through how I built a CLI that runs multi-agent conversations in a social media (Reddit-inspi...
04.05.2025 0 Read More

Ingest (almost) any non-PDF document in a vector database, effortlessly

Ingest (almost) any non-PDF document in a vector database, effortlessly
One of my areas of focus, recently, has been the development of a universal and zero-effort way of converting text-based documents (and even images) into PDF files, so that they could fit into my RAG ...
25.04.2025 0 Read More

Setting up the Pinecone MCP server in your IDE

Setting up the Pinecone MCP server in your IDE
Want to prototype and test your Pinecone indexes, right from your IDE?In this blog post, I'll show you how to avoid the IDE-docs-console-app shuffle by adding the Pinecone Developer MCP server to your...
28.04.2025 0 Read More

Semantic Search with Spring Boot & Redis

Semantic Search with Spring Boot & Redis
TL;DR: You’re building a semantic search app using Spring Boot and Redis. Instead of matching exact words, semantic search finds meaning using Vector Similarity Search (VSS). It works by turning ...
29.04.2025 0 Read More

VectorRAG is naive, lacks domain awareness, and can’t handle full dataset retrieval

If we were building a GenAI stack today, we'd start with one question: Can your retrieval system handle multi-hop logic?Trick question, b/c most can’t. They treat retrieval as nearest-neighbor searc...
29.04.2025 0 Read More

Build Code-RAGent, an agent for your codebase

Build Code-RAGent, an agent for your codebase
Introduction Recently, I've been hooked up with automating data ingestion into vector databases, and I came up with ingest-anything, which I talked about in my last post. After Chonkie releas...
29.04.2025 0 Read More

Improve Your Python Search Relevancy with Astra DB Hybrid Search

Improve Your Python Search Relevancy with Astra DB Hybrid Search
Astra DB now supports hybrid search, which can increase the accuracy of your search by up to 45%. It does this by performing both vector search and BM25 keyword search and then reranking the results f...
29.04.2025 0 Read More

Vector Databases: their utility and functioning (RAG usage)

Vector Databases: their utility and functioning (RAG usage)
A reflection on vector databases and their usage by LLMs, by implementing a rudimentary one! Introduction TLDR;Vector databases have emerged as a critical infrastructure component in the era o...
30.04.2025 0 Read More

Postgres vs. Qdrant: Why Postgres Wins for AI and Vector Workloads

Postgres vs. Qdrant: Why Postgres Wins for AI and Vector Workloads
It's Timescale Launch Week and we’re bringing benchmarks: Postgres vs. Qdrant on 50M Embeddings.There’s a belief in the AI infrastructure world that you need to abandon general-purpose databases t...
30.04.2025 0 Read More
Loading...
#reading
Kubernetes: Migrating from Ingress to Gateway API
0
The AI VIBES Framework
0
The 5 Most Overlooked Linux Files That Could Expose Your Server to Hackers | by Faruk Ahmed | Apr, 2025
0
Effortlessly Split Images Online: A Must-Have Tool for Instagram & Design Professionals
0
How to Install Metasploit on Android (Termux) & Ethical Remote Access Testing
0
#popular
Top 8 Open-Source Tools for Web Application Development
0
New Release: Free Email Signature Generator
0
Turn any git repo into llm readable format
0
Debugging PHP with VSCode and XDebug: A Step-by-Step Guide
1
Understanding Event Delegation in JavaScript: From Bubbling to Data Attributes
0