Hi All, tried to use the JSON query engine as per this document https://docs.llamaindex.ai/en/latest/examples/query_engine/json_query_engine.html Followed the instructions as it is and used the same sample json and schema given but got the JsonPathParserError. I'm using Zephyr 7b beta as LLM in colab. Any alternatives or solutions is much appreciated. Thanks!
I'm trying to invoke an api call to get data from elastic search based on the query given by the user to the LLM. Any reader or functions from llamaindex that can do this?