reorproject / reor

Private & local AI personal knowledge management app.
https://reorproject.org
GNU Affero General Public License v3.0
6.65k stars 381 forks source link

Error: Error invoking remote method 'augment-prompt-with-rag': TypeError: Cannot read properties of undefined (reading 'search') #134

Open dsk7890 opened 4 months ago

dsk7890 commented 4 months ago

after loaded local model codellama-7b.Q4_K_M.gguf, error reported during Q&A interaction

samlhuillier commented 4 months ago

Thanks for reporting! This is likely an issue with the vector database setup. Could you try running from source and report any errors you see:

git clone https://github.com/reorproject/reor
npm install
npm run dev