All articles

#embeddings

2 articles tagged embeddings

Aug 21, 2026AI & LLMs

Understanding Embeddings and Vector Search in .NET (With Real Code)

Vector embeddings in .NET explained: what embedding vectors are, cosine similarity in C#, semantic search, and when you need a real vector database.

Intermediate5 min read
Aug 11, 2026AI & LLMs

RAG Explained for .NET Developers: Build a Document Q&A System in C#

RAG C# implementation guide: chunking, embeddings, vector search and grounded prompts — build a document Q&A system in .NET with real code.

Intermediate5 min read