6 ms·
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 ca
by rmykhajliw 5mo 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.
- rmykhajliw 5mo agoAs 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.