-
Notifications
You must be signed in to change notification settings - Fork 301
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
Error getting data #6
Comments
Do you observe any other errors ? Also what is the configuration of your system ? It needs 16 GB of RAM, otherwise the process might get killed |
I found this in the console by inspecting the webpage. Warning: Each child in a list should have a unique "key" prop. Check the render method of |
@swapatel06 This can happen when the model is not downloaded. Can you download the model by clicking on "Download model" in the UI. Model size is 3.2 GB and can take some time to download. Once done, you will be able to do queries to your data |
I have manually downloaded the model from https://huggingface.co/orel12/ggml-gpt4all-j-v1.3-groovy/tree/main {response: 'Download completed'} And then this error |
From the client side, it doesn't look like there is any error. Warning is not an error and can be ignored But from the server side it is possible the model is not being run well on the system. Which OS are you using ? And can you check the errors on server terminal |
I'm using centos 7 and there is just this is the only log on the server terminal 127.0.0.1 - - [26/May/2023 18:06:44] "OPTIONS /get_answer HTTP/1.1" 200 - |
Have added now error messages on the client side to indicate what the error was instead of a generic unable to answer message. From what I see it looks like it is unable to find the model but you can check once on your system |
Actually i retried everything and I realized that when i start the server with the models/ folder inside server directory it gives me the error Illegal instruction(core dumped) And the server starts up without the models/ folder and then copy/pasting the model was making it work. But due to this it generates no errors and still doesn't work. I'll be following these threads for now which are regarding this Illegal instruction issue |
Looks like an issue with model compatibility with the OS. Keeping this thread until a solution is found |
same problem.127.0.0.1 - - "POST /get_answer HTTP/1.1" 400 - |
The issue was because it requires avx2 support on the cpu. I just used another system for it which had avx2 support it works fine. |
@swapatel06 Thanks for sharing |
The cpu of my server supports AVX2, but the same error is reported, so strange |
I'm facing an issue after uploading the document and successfully ingesting the data.
When I send a message in the prompt it says Error getting data and i get no response.
The server side terminal displays this -
127.0.0.1 - - [26/May/2023 16:13:19] "OPTIONS /get_answer HTTP/1.1" 200 -
Using embedded DuckDB with persistence: data will be stored in: db/
127.0.0.1 - - [26/May/2023 16:13:20] "POST /get_answer HTTP/1.1" 400 -
The text was updated successfully, but these errors were encountered: