-
Notifications
You must be signed in to change notification settings - Fork 667
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
anyio.ClosedResourceError #100
Comments
I'm hitting this as well after sending a trivial "Hi" message:
Any updates from the sec-insights team? Thank you so much for this work! (Trying to find your discord so I can investigate/research this more) |
FWIW, I'm unfortunately seeing this both in GitHub codespaces and in my local setup. |
It seems that a deprecated model is hard-coded in the source https://platform.openai.com/docs/deprecations/2023-11-06-chat-model-updates |
I've noticed an
anyio.ClosedResourceError
is raised intermittently on the backend server when making queries through the frontend conversation interface. I'm unsure the cause of this error and whether it affects the generated response.I've seen this exception raised at times when I get a response that relevant context cannot be found, but also at times when I get an accurate response to the same query.
It seems to happen randomly (i.e., does not always re-appear when I repeat a query that caused it). I see there was a pull reqest in November 2023 to fix what appears to be the same issue by upgrading to LlamaIndex v0.9.7. However, I am seeing this issue while running the app locally from Codespace using the latest version of the main branch, which includes this version of LlamaIndex.
The text was updated successfully, but these errors were encountered: