AllAboutAI-YT / easy-local-rag

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

Embeddings are not generated #6

Closed fenerbahcem closed 4 months ago

fenerbahcem commented 4 months ago

After python localrag.py is run, the cursor moves to next line but no embedding is created. No action afterwards.

AllAboutAI-YT commented 4 months ago

will take a look,did you ollama pull mxbai-embed-large?

fenerbahcem commented 4 months ago

I think it is something to do with/n/n in the upload.py. I removed the empty lines between chunks in vault file and revise the code to add only /n, the code now works.

AllAboutAI-YT commented 4 months ago

okey very interesting. i might update that in the upload.py. thnx :)