James Briggs
Vector Search Specialist
Prominent vector search and semantic retrieval educator with over 120,000 YouTube subscribers. Author of countless industry-standard guides on dense retrieval, hybrid BM25 + vector search, reranking models (Cohere Rerank), and Pinecone architectures.
Areas of focus
Professional niches
Watch James Briggs in Action
Proof of Work
Vector Search and RAG Engineering Repositories
Maintains open-source code repositories with over 10,000 stars containing complete implementations of vector indexes, metadata filtering, and chunking evaluation benchmarks.
Vector similarity degrades on exact keyword search (e.g. part numbers, hashes) without hybrid sparse weighting.
Context: Python, PyTorch, Pinecone, FAISS, Hugging Face Datasets.
View missionAdvanced RAG: Hybrid Search, Reranking, and Context Precision
Authored technical video investigation comparing dense vector embeddings versus reciprocal rank fusion (RRF) with BM25 sparse vectors, demonstrating 28% improvement in Mean Reciprocal Rank (MRR).
Two-stage retrieval pipelines introduce 100-250ms of additional network latency for the reranking stage.
Context: Pinecone, Cohere Rerank, BM25, text-embedding-3-large, LangChain.
View mission