<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>4.1. Custom Embedding&#39;s | GenAI Learning</title>
    <link>https://genai.gitpull.in/4-embedding-and-vectors/4.1-custom-embeddings/index.html</link>
    <description>Custom Embeddings: Why, When, and How? Why Would You Need Custom Embeddings? Pre-trained embeddings (like OpenAI’s text-embedding-ada-002 or SentenceTransformers) work well in most cases. However, custom embeddings are necessary when:&#xA;Domain-Specific Knowledge&#xA;If you’re working with medical, legal, finance, or technical text, general-purpose embeddings may not capture key relationships. Example: “BP” in general NLP models means “British Petroleum,” but in medicine, it means “Blood Pressure.” Multilingual Support&#xA;Many embedding models are optimized for English, so custom training is needed for non-English or code-mixed languages (e.g., Hinglish). Fine-Tuned Retrieval &amp; Search</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://genai.gitpull.in/4-embedding-and-vectors/4.1-custom-embeddings/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>