AllAboutAI-YT / easy-local-rag

SuperEasy 100% Local RAG with Ollama + Email RAG
MIT License
675 stars 177 forks source link

embeddings #4

Closed EdwardDali closed 4 months ago

EdwardDali commented 4 months ago

are the embeddings created each time? I gues will be much easier to store them and re-use them...is it possible?

AllAboutAI-YT commented 4 months ago

yeah, in this simple setup they are generated on each startup. But should be pretty easy to store them for future use if you need too:)