Nomic released an open-source embeddings model rivaling OpenAI. When to use, comparison, and how to integrate in your RAG.
Read moreTag: embeddings
OpenAI text-embedding-3: What Changes vs the Previous One
OpenAI released text-embedding-3 with higher quality and the variable-dimensions trick. How to leverage what’s new without rebuilding your RAG stack.
Read morepgvector in 2024: HNSW Indexes and Real Scaling
pgvector 0.5 added HNSW and changed the conversation. When PostgreSQL with pgvector is enough, how to index well, and where it starts to hurt.
Read moreCohere Embed v3: Multilingual and Enterprise-Oriented
Cohere Embed v3 added internal document-quality ranking and kept its multilingual focus. How it compares with OpenAI and when it fits better.
Read moreVector Databases: Qdrant, Pinecone, and Weaviate
Vector databases have gone from experimental to backbone of LLM products. A pragmatic comparison of the three most-used options in 2023.
Read morepgvector: Semantic Search Without Leaving Postgres
pgvector turns PostgreSQL into a competent vector database. When to choose it over Qdrant or Pinecone and how to configure it well.
Read moreText Embeddings: Turning Words Into Useful Vectors
Embeddings turn text into vectors with semantic meaning. How they’re generated, which models to choose, and what they’re really useful for.
Read moreChroma: A Lightweight Vector Database for Embedding Prototypes
Chroma is the simplest option to start with embeddings and semantic search. When it shines, when it falls short, and how to deploy it.
Read more