jonmatumalpha
conceptsnotesexperimentsessays

© 2026 Jonatan Mata · alpha · v0.1.0

#embeddings

4 articles tagged #embeddings.

  • Embeddings

    Dense vector representations that capture the semantic meaning of text, images, or other data in a numerical space where proximity reflects conceptual similarity.

    evergreen#embeddings#vectors#nlp#semantic-similarity#representation-learning
  • Retrieval-Augmented Generation

    Architectural pattern that combines information retrieval from external sources with LLM text generation, reducing hallucinations and keeping knowledge current without retraining the model.

    evergreen#rag#llm#embeddings#vector-search#information-retrieval#ai-architecture
  • Semantic Search

    Information retrieval technique that uses vector embeddings to find results by meaning, not just exact keyword matching.

    growing#search#embeddings#vector-search#nlp#transformers#information-retrieval
  • Vector Databases

    Storage systems specialized in indexing and searching high-dimensional vectors efficiently, enabling semantic search and RAG applications at scale.

    seed#vector-database#embeddings#similarity-search#rag#pinecone#pgvector
All tags