Settings

Theme

RAG as Similarity Engine

necromant2005.github.io

2 points by rmykhajliw 13 days ago · 3 comments

Reader

magicalhippo 13 days ago

This isn't RAG, it's using the embedding-based similarity search part of RAG for doing similarity search things.

The use-case presented, finding similar recipes based on ingredients, is interesting. I'm curious how well it works in practice, especially with a generic embedding model like the one used.

rmykhajliwOP 13 days ago

Small approach to use RAG for better result in similarity for related content. The best thing is the process of getting vectors are don't only once, then you can reuse them indefinitely.

  • rmykhajliwOP 13 days ago

    As obvious it's possible to use local Ollama models instead of ChatGPT , it you have large amount of data. But I love using the same approach even for building linking inside internal documentation, I really helps to keep all the changes updated and related.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection