forked from kennknowles/python-jsonpath-rw
-
Notifications
You must be signed in to change notification settings - Fork 88
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
BUG: Unable to parse the JSON schema for LlamaIndex when there is a space in dictionary key #150
Comments
@prabhupant It would help if you could provide a code sample not using LlamaIndex which exhibits this problem. |
@michaelmior I don't have a code without LlamaIndex right now, I came across jsonpath-ng through LlamaIndex only. If it helps I am pasting the error I got from LlamaIndex when this library was called
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The below code throws error when this schema is passed in LlamaIndex's JSONQueryEngine. The error occurs because the key
Issue id
has a space in between. Tried this after removing the space with underscore and it workedThe text was updated successfully, but these errors were encountered: