Tagged articles
17 articles
Page 1 of 1
ITPUB
ITPUB
May 13, 2026 · Databases

Is the Hype Around Vector Databases a Pseudo‑Demand in the AI Era?

The article questions whether dedicated vector databases are truly needed for AI applications, examining market hype, the rapid emergence of many vector‑DB products, real‑world examples like PostgreSQL pgvector and major vendor integrations, and the hidden costs of data fragmentation and operational complexity.

AIPostgreSQLRAG
0 likes · 15 min read
Is the Hype Around Vector Databases a Pseudo‑Demand in the AI Era?
ITPUB
ITPUB
May 12, 2026 · Industry Insights

Why Pinecone Is Dismantling Its Own RAG Paradigm

In May 2026 Pinecone announced the end of its Retrieval‑Augmented Generation (RAG) approach, unveiling the Nexus knowledge engine and KnowQL query language to address the structural inefficiencies of RAG for AI agents, and positioning this shift as a strategic industry‑wide pivot.

AI agentsKnowQLKnowledge Compilation
0 likes · 8 min read
Why Pinecone Is Dismantling Its Own RAG Paradigm
James' Growth Diary
James' Growth Diary
Apr 26, 2026 · Databases

Vector Database Fundamentals: Embedding, Similarity Search, and Index Structures Explained in One Go

This article walks through the complete workflow of turning split text into high‑dimensional vectors, choosing the right embedding model, selecting an appropriate similarity metric, comparing index structures such as Flat, IVF, HNSW and PQ, and finally picking a vector database and integrating it with LangChain.js for production‑grade RAG pipelines.

LangChainRAGembeddings
0 likes · 25 min read
Vector Database Fundamentals: Embedding, Similarity Search, and Index Structures Explained in One Go
James' Growth Diary
James' Growth Diary
Apr 19, 2026 · Artificial Intelligence

Vector Database Basics: Embeddings, Similarity Search, and Index Structures

This article explains how embeddings turn text into high‑dimensional vectors, compares commercial and open‑source embedding models, details cosine, Euclidean and inner‑product similarity metrics, reviews common index structures such as Flat, IVF, HNSW and PQ, and shows how to choose and use a vector database with LangChain.js while avoiding typical pitfalls.

LangChainRAGembeddings
0 likes · 25 min read
Vector Database Basics: Embeddings, Similarity Search, and Index Structures
DeepHub IMBA
DeepHub IMBA
Apr 3, 2026 · Artificial Intelligence

Multi‑Aspect Embedding: Integrating Context Signals into Vector Similarity Search

The article analyzes how traditional vector database pipelines use external filters for context constraints and proposes the Aspect Database’s multi‑aspect embedding approach, which encodes contextual attributes directly into similarity vectors to enable unified, context‑aware retrieval for AI systems.

AI systemsANN searchEmbedding
0 likes · 9 min read
Multi‑Aspect Embedding: Integrating Context Signals into Vector Similarity Search
SuanNi
SuanNi
Mar 19, 2026 · Artificial Intelligence

Unlocking AI Agent Power with Multi‑Layer Memory: Scratchpad, Episodic & Semantic

This article explores a three‑tier memory system for AI agents—instant scratchpad (L1), structured episodic logs (L2), and external semantic knowledge bases (L3)—detailing their functions, implementation strategies, best‑practice patterns, and how they combine with retrieval‑augmented generation and vector databases to create truly intelligent, long‑term, and reliable agents.

AI agentsMemory ArchitectureRAG
0 likes · 18 min read
Unlocking AI Agent Power with Multi‑Layer Memory: Scratchpad, Episodic & Semantic
AI Algorithm Path
AI Algorithm Path
Jan 11, 2026 · Artificial Intelligence

How Vector Embeddings Enable AI to Understand Anything

This article explains the principle of vector embeddings, shows how they turn words, images, audio and other data into dense numeric vectors, compares them with one‑hot encoding, describes static and contextual models, training methods, similarity metrics, and a wide range of real‑world AI applications.

AI fundamentalsRAGembedding models
0 likes · 15 min read
How Vector Embeddings Enable AI to Understand Anything
Volcano Engine Developer Services
Volcano Engine Developer Services
Dec 5, 2025 · Artificial Intelligence

Why Vectors Power Scalable AI Search and How S3 Vectors Redefines Storage

This article explains how high‑dimensional vectors enable semantic AI search, compares exact and approximate nearest‑neighbor algorithms, examines the challenges of large‑scale vector storage, and evaluates AWS S3 Vectors' architecture, pricing, and hybrid solutions for cost‑effective, high‑performance retrieval.

AI semanticsANNS3 Vectors
0 likes · 17 min read
Why Vectors Power Scalable AI Search and How S3 Vectors Redefines Storage
BirdNest Tech Talk
BirdNest Tech Talk
Oct 20, 2025 · Artificial Intelligence

How Embedding Models Power Semantic Search: A Hands‑On LangChain Guide

This article explains what embeddings are, how LangChain’s Embeddings interface abstracts various providers, compares common models, and walks through a complete Python example that uses a Chinese‑optimized HuggingFace model to generate document and query vectors, compute cosine similarity, and identify the most relevant text.

LangChainNLPPython
0 likes · 9 min read
How Embedding Models Power Semantic Search: A Hands‑On LangChain Guide
DevOps Cloud Academy
DevOps Cloud Academy
Sep 28, 2025 · Operations

Mastering LLMOps: Essential Practices for Managing Large Language Models

This article outlines the lifecycle of large language models and presents LLMOps best practices—including data management, model development, deployment, monitoring, prompt engineering, and security—to help engineers build, scale, and maintain production-ready LLM applications.

LLMOpsOperationsartificial intelligence
0 likes · 19 min read
Mastering LLMOps: Essential Practices for Managing Large Language Models
Architects Research Society
Architects Research Society
Sep 6, 2025 · Artificial Intelligence

From Hype to Engineered AI: The Core Architecture Behind Modern AI Apps

This article breaks down the essential components of production‑grade AI applications, covering the intelligent core (model, orchestration, memory), enterprise‑level supporting infrastructure, and critical governance, security, and data‑integrity measures required for reliable AI systems.

AI ArchitectureAI OpsLLM Orchestration
0 likes · 4 min read
From Hype to Engineered AI: The Core Architecture Behind Modern AI Apps
Ops Development & AI Practice
Ops Development & AI Practice
Aug 25, 2025 · Industry Insights

How AI-Powered Codebase Indexing Transforms Software Development

This article explains how AI-driven codebase indexing converts massive, undocumented repositories into searchable semantic knowledge bases, detailing the workflow from parsing and embedding to storage and retrieval, and highlighting practical benefits such as faster navigation, code reuse, smarter AI assistants, and historical issue tracing.

AI embeddingscode indexingdeveloper productivity
0 likes · 7 min read
How AI-Powered Codebase Indexing Transforms Software Development
DaTaobao Tech
DaTaobao Tech
Mar 26, 2025 · Artificial Intelligence

Overview of Retrieval-Augmented Generation (RAG) and Related AI Technologies

The article surveys Retrieval‑Augmented Generation (RAG) as a solution to large language model limits—such as outdated knowledge, hallucinations, and security risks—by integrating vector‑database retrieval with LLM generation, and discusses related tools, multi‑agent frameworks, prompt engineering, fine‑tuning methods, and emerging optimization trends.

AI applicationsLLMPrompt engineering
0 likes · 29 min read
Overview of Retrieval-Augmented Generation (RAG) and Related AI Technologies
dbaplus Community
dbaplus Community
Feb 23, 2025 · Databases

Why Vector Databases Are Really Just Search Engines in Disguise

The article traces the evolution of embedding technology from a secret weapon of tech giants to a mainstream developer tool, explains the rapid rise and subsequent integration of vector databases into traditional search engines, and argues that vector databases are essentially search engines with added vector capabilities.

AI InfrastructureRAGdatabase integration
0 likes · 9 min read
Why Vector Databases Are Really Just Search Engines in Disguise
Baidu Tech Salon
Baidu Tech Salon
May 27, 2024 · Artificial Intelligence

Intelligent Agent Technology in Commercial Advertising Platforms: Architecture and Applications

The paper describes Baidu’s AI‑native advertising platform that employs a multi‑agent architecture built on large‑language models—combining large‑small model collaboration, domain SOP‑driven coordination, and long‑term memory—to enable natural‑language understanding, proactive planning, execution and human‑like responses, illustrated by GBI analytics and JarvisBot operations, delivering higher consumption, accuracy, speed and efficiency.

AI-native platformsBusiness IntelligenceLLM applications
0 likes · 16 min read
Intelligent Agent Technology in Commercial Advertising Platforms: Architecture and Applications
ITPUB
ITPUB
Jan 18, 2024 · Databases

Why the Database Market Is Booming: Cloud, AI, and Vector DB Trends

The global database market is accelerating beyond $1 trillion, driven by cloud adoption, AI workloads, and the rise of vector and NoSQL databases, while traditional relational vendors slow, creating a unique growth dynamic for enterprises seeking the right data solutions.

Market TrendsNoSQLRelational Databases
0 likes · 7 min read
Why the Database Market Is Booming: Cloud, AI, and Vector DB Trends
21CTO
21CTO
Dec 15, 2023 · Artificial Intelligence

Why 2024 Will Be the Year of AI Engineers and LLM‑Driven Apps

The article outlines five major AI engineering trends for 2024—including the rise of AI engineers, evolving LLM tech stacks, open‑source large models, vector databases, and AI agents—highlighting how these shifts will reshape application development and industry competition.

2024 trendsAI EngineeringAI agents
0 likes · 9 min read
Why 2024 Will Be the Year of AI Engineers and LLM‑Driven Apps