-
- Downloads
Add tree "summarize" query mode (#117)
Co-authored-by:
Jerry Liu <jerry@robustintelligence.com>
Showing
- examples/paul_graham_essay/TestEssay.ipynb 86 additions, 3 deletionsexamples/paul_graham_essay/TestEssay.ipynb
- gpt_index/indices/base.py 2 additions, 0 deletionsgpt_index/indices/base.py
- gpt_index/indices/common/__init__.py 1 addition, 0 deletionsgpt_index/indices/common/__init__.py
- gpt_index/indices/common/tree/__init__.py 1 addition, 0 deletionsgpt_index/indices/common/tree/__init__.py
- gpt_index/indices/common/tree/base.py 119 additions, 0 deletionsgpt_index/indices/common/tree/base.py
- gpt_index/indices/query/base.py 3 additions, 3 deletionsgpt_index/indices/query/base.py
- gpt_index/indices/query/query_map.py 2 additions, 0 deletionsgpt_index/indices/query/query_map.py
- gpt_index/indices/query/schema.py 3 additions, 0 deletionsgpt_index/indices/query/schema.py
- gpt_index/indices/query/tree/summarize_query.py 75 additions, 0 deletionsgpt_index/indices/query/tree/summarize_query.py
- gpt_index/indices/response_utils/response.py 10 additions, 9 deletionsgpt_index/indices/response_utils/response.py
- gpt_index/indices/tree/base.py 28 additions, 102 deletionsgpt_index/indices/tree/base.py
- gpt_index/indices/tree/inserter.py 3 additions, 3 deletionsgpt_index/indices/tree/inserter.py
- gpt_index/prompts/default_prompts.py 1 addition, 1 deletiongpt_index/prompts/default_prompts.py
- gpt_index/prompts/prompts.py 3 additions, 3 deletionsgpt_index/prompts/prompts.py
- tests/indices/test_response.py 62 additions, 0 deletionstests/indices/test_response.py
- tests/indices/tree/test_base.py 31 additions, 0 deletionstests/indices/tree/test_base.py
- tests/mock_utils/mock_predict.py 1 addition, 1 deletiontests/mock_utils/mock_predict.py
- tests/mock_utils/mock_prompts.py 1 addition, 1 deletiontests/mock_utils/mock_prompts.py
Loading
Please register or sign in to comment