-
- Downloads
feat: JSONalyze Query Engine (#10067)
* feat: JSONalyze Query Engine Perform stats with in-memory SQLite on retrieved JSON list. * chore: beautify print_text and notebook docs * fix: wrong argument names and doc string * chore: add more comments * fix: address Logan's review comments for improvement * docs: address Haotian's review comments for improvement
Showing
- docs/examples/query_engine/JSONalyze_query_engine.ipynb 741 additions, 0 deletionsdocs/examples/query_engine/JSONalyze_query_engine.ipynb
- docs/module_guides/deploying/query_engine/modules.md 1 addition, 0 deletionsdocs/module_guides/deploying/query_engine/modules.md
- llama_index/prompts/default_prompts.py 20 additions, 1 deletionllama_index/prompts/default_prompts.py
- llama_index/query_engine/__init__.py 2 additions, 0 deletionsllama_index/query_engine/__init__.py
- llama_index/query_engine/jsonalyze_query_engine.py 345 additions, 0 deletionsllama_index/query_engine/jsonalyze_query_engine.py
Loading
Please register or sign in to comment