Edward

Results 215 comments of Edward
trafficstars

Depending on your browser you should be able to open the developer mode with either `fn+f12` or `ctrl+f12` This will open a console that will hopefully give us more insights...

Hmm, these logs don't show any useful errors. Can you provide more information about how you start Verba and what Operating System you're using? Did you make sure to create...

I still think there is an issue with the communication between the frontend and backend since the screenshot is also showing the ```connecting``` status, which indicates that the frontend is...

Ah interesting! Great call, will definitely change this. Thanks a lot

I just merged @LotzF fix, you can try again by pulling the latest changes and re-installing Verba. Let me know if this fixes your issue

Thanks a lot for the great work and PR! 🚀 I'll have a closer look next week, with more time 🙏

We added this to the newest v2 release

Thanks for the issue. Are you using OpenAI with Verba? I think, this might be related to an incompatible openai version. If you're using OpenAI, what version are you using?

If you're using Ollama, make sure to have a model selected via `ollama run ` before using Verba. We'll add validation mechanisms in future update to prevent these errors

Thanks for the issue! Adding a new environment variable to split Generation and Embedding Model for Ollama is definitely on the list. We'll look into that 🚀