Leon-Sander / Local-Multimodal-AI-Chat

GNU General Public License v3.0
124 stars 73 forks source link

OperationalError: no such table: messages #21

Closed joaquindev23 closed 5 months ago

joaquindev23 commented 5 months ago

When installing all the requirements of the .txt file and doing the RUN I get this error. How would you add the table in this sense? Thank you

Captura desde 2024-04-01 23-52-44

joaquindev23 commented 5 months ago

Captura desde 2024-04-02 00-48-36

Leon-Sander commented 5 months ago

When installing all the requirements of the .txt file and doing the RUN I get this error. How would you add the table in this sense? Thank you

Point 7 i from the getting started section: image

joaquindev23 commented 5 months ago

After doing so I get this error, I cannot interact, I cannot ask the chat nor load the audio, image or pedf

1 2

Leon-Sander commented 5 months ago

Please read and do all the necessary steps from the Getting Started section.

gauravgary01 commented 5 months ago

I'm getting this error: No module named 'langchain' Screenshot 2024-04-04 010741

gauravgary01 commented 5 months ago

I am running on python 3.12.0 with pip_freeze.txt and requirements installed.

B7-9414 commented 5 months ago

@joaquindev23 You should read the README and install all model from hugging face. and make sure you have the same names as shown in the config file.

joaquindev23 commented 5 months ago

@B7-9414 --> TypeError: INSTRUCTOR._load_sbert_model() got an unexpected keyword argument 'token'

Captura desde 2024-04-18 19-37-16 Captura desde 2024-04-18 19-38-44 Captura desde 2024-04-18 19-41-08 Captura desde 2024-04-18 19-43-50

Leon-Sander commented 5 months ago

Solution in #23