n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.54k stars 252 forks source link

Problems after update to 1.7 #196

Closed phpia closed 5 months ago

phpia commented 5 months ago

Hi! Is necessary any change in the configuration or similar after update 1.7?

Im not able to get working any bot.

Thanks

n4ze3m commented 5 months ago

Hey, what error is the application throwing? There is no configuration required.

phpia commented 5 months ago

Well, its like dialoqbase is not able to connect to openai, so when I wrote in a chat I get : "There was an error processing your request."

If I try to process a file with embdedings got: [App] Processing queue [App] Error: Embedding not found. Please verify the embedding id [App] at textQueueController (/home/daniel/code/cityrobot/server/dist/queue/controllers/text.controller.js:28:15) [App] at async queueHandler (/home/daniel/code/cityrobot/server/dist/queue/index.js:38:25)

Thank you for your support

n4ze3m commented 5 months ago

Hey, which embedding model are you using?

Also, are you using the dialoqbase image and not the dialoqbase-next, right?

n4ze3m commented 5 months ago

Hey, If you are not using Docker, go to the server folder and run yarn seed

phpia commented 5 months ago

Yes, Im not using Docker

yarn seed, fix the problem :)

Thanks!