eliranwong / letmedoit

An advanced AI assistant that leverages the capabilities of ChatGPT API, Gemini Pro, AutoGen, and open-source LLMs, enabling it both to engage in conversations and to execute computing tasks on local devices.
https://letmedoit.ai
GNU General Public License v3.0
112 stars 24 forks source link

Question about rebuilding missing chromasqlite3 database #57

Closed Orion120 closed 4 months ago

Orion120 commented 4 months ago

I've been having issues with autogen, and noticed that the chromasqlite3 db was missing from the folder. Both Chat and Memory have their dbs. What is the best way to remedy this? Do I need to change embedding model to have it refresh?

eliranwong commented 4 months ago

what errors do you get from the terminal?

Orion120 commented 4 months ago

This has been popping up on crash or attempts to save recently:

RuntimeError: Failed to import transformers.models.xlm_roberta.modeling_xlm_roberta because of the following error (look up to see its traceback):
Failed to import transformers.generation.utils because of the following error (look up to see its traceback):
module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
eliranwong commented 4 months ago

Hi @Orion120 have you sorted this issued?