Text embeddings for RAG and search - Python, Ollama, OpenAI-compatible APIs:
https://www.glukhov.org/rag/embeddings/
#Embeddings #RAG #Python #Ollama #LLM #SelfHosting #VectorDatabase
https://www.glukhov.org/rag/embeddings/
#Embeddings #RAG #Python #Ollama #LLM #SelfHosting #VectorDatabase

Text embeddings for RAG and search - Python, Ollama, OpenAI-compatible APIs
Learn what text embeddings are, how they power RAG and semantic search, and how to call embedding APIs from Python using Ollama or an OpenAI-compatible server (for example llama.cpp). Includes persistence, retrieval, and links to chunking, vector stores, and reranking on this site.