-
- Downloads
Add JSON Path based Query Engine (#4595)
* add llama index json path query based index * update to use jsonpath-ng module for json path query parsing/execution. Update notebook so that it works * add docstrings + unit tests * formatting * remove GPTJSONIndex as it didnt really fit into the paradigm of an index * updates from PR comments * fix linting error * black reformatting * line length
Showing
- data_requirements.txt 1 addition, 0 deletionsdata_requirements.txt
- docs/examples/index_structs/struct_indices/JSONIndexDemo.ipynb 358 additions, 0 deletions...examples/index_structs/struct_indices/JSONIndexDemo.ipynb
- llama_index/indices/struct_store/__init__.py 2 additions, 0 deletionsllama_index/indices/struct_store/__init__.py
- llama_index/indices/struct_store/json_query.py 186 additions, 0 deletionsllama_index/indices/struct_store/json_query.py
- llama_index/prompts/default_prompts.py 18 additions, 0 deletionsllama_index/prompts/default_prompts.py
- llama_index/prompts/prompt_type.py 3 additions, 0 deletionsllama_index/prompts/prompt_type.py
- tests/indices/struct_store/test_json_query.py 75 additions, 0 deletionstests/indices/struct_store/test_json_query.py
Loading
Please register or sign in to comment