-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since the update, the bots are no longer working, but... #258
Comments
Hey, sorry about that. Which version did you update from to get to the latest one? Also, in Settings > Models > Embedding Models, is your 'dialoqbase_eb_text-embedding-ada-002' model disabled? Just to clarify, are you running via Docker or directly? |
Hey, dialoqbase_eb_text-embedding-ada-002 is the internal reference ID for text-embedding-ada-002. After referring to your screenshot, I think it's disabled, which is causing the issue. If you enable it from the embedding table, it may resolve all the issues. |
That's weird. I will look into it. Can you check your bot to see if it's working now? It should have worked. Unlike the chat model, you can't currently change embedding models due to dimensional issues. Doing so may completely break the bot, which is why this feature is disabled. I will look into a way to fix it |
Don't worry, I've deleted the docker and I'll start all over again. It's not a bad thing |
In version 1.8.2, embedding models won't be disabled, but you can change them. Make sure you switch to the correct dimension model, or you'll need to retrain all the data sources |
Hello, I started everything from scratch on another server. Until yesterday, I had no problem, but now I again have the sentence "There was an error processing your request." Here are the logs:
|
hey, did you change the embedding model ? |
No, actually I created two bots that I use on Telegram, and when it didn't work, I didn't have a PC. I think before the outage, I made a third bot based on a YouTube video, but there was a problem and I deleted the bot. If necessary, I don't mind deleting the server again, it's quick. |
That is strange. I will try to reproduce this issue, since it's caused by the embedding model. By the way, which embedding model are you currently using |
I'm using text-embedding-3-large, but I have also tried text-embedding-3-small. Since I'm using the program for two Telegram bots, I erased everything and started over again. I don't want to touch it for now, and if the problem comes back, I'll give you full access and start over on another server. Thank you for your help. |
As I wrote in the title, since the update, none of the bots are working. There are no errors in the logs, which remain on "Connecting to database..."
I had the idea to do a test on Telegram and I got the message "Oops! Embedding not found".
It's true that I changed the API and I forgot to put an Embedding model.
I fixed that, created a new bot and it's working.
My problem is that for the existing bots, I can't change the model and they don't work.
How can I fix this?
Thank you
The text was updated successfully, but these errors were encountered: