Skip to content

Tag: rag

All the articles with the tag "rag".

pgvector for Local Embeddings

pgvector for Local Embeddings

Run embeddings on Postgres with pgvector. Skip Chroma/Qdrant, tune IVFFlat vs HNSW indexes, build RAG pipelines locally.

RAGAS: Evaluating RAG Without Vibes

RAGAS: Evaluating RAG Without Vibes

Stop guessing if your RAG pipeline works. RAGAS gives you reproducible metrics: faithfulness, answer relevance, context precision and recall.

AnythingLLM as Knowledge Base

AnythingLLM as Knowledge Base

AnythingLLM is the closest thing to a real private NotebookLM you can self-host. Workspaces, RAG, agents, document chat, running locally on Ollama in 20 minutes.

RAG Evaluation with Ragas

RAG Evaluation with Ragas

Most RAG demos look great until you ship them. Ragas measures faithfulness, context precision, answer relevancy, the metrics that actually predict user trust.