Please enable JavaScript.
Coggle requires JavaScript to display documents.
AI-103/200 - Coggle Diagram
AI-103/200
RAG
embeddings
-
model (neural net)
distribution of values, absolute cosine si
improvements
hybrid search
keyword (BM25)
-
score = frequency appears in doc, weighted by how rare each term is. No motion of 'meaning'
-
+vector search
-
vector search wins: "My card got declined" → doc says "the transaction was rejected by the issuing bank"
-
keyword = precise on exact terms, brittle on wording; vector = robust to wording, blurry on exact terms
-
-
-
-
-