-
- Downloads
Token Usage Tracking (#85)
Co-authored-by:Mathew Teoh <mteoh@brain.im> Co-authored-by:
Jerry Liu <jerry@robustintelligence.com>
Showing
- .github/workflows/unit_test.yml 1 addition, 1 deletion.github/workflows/unit_test.yml
- .readthedocs.yaml 3 additions, 1 deletion.readthedocs.yaml
- README.md 1 addition, 1 deletionREADME.md
- gpt_index/indices/base.py 3 additions, 0 deletionsgpt_index/indices/base.py
- gpt_index/indices/keyword_table/base.py 2 additions, 0 deletionsgpt_index/indices/keyword_table/base.py
- gpt_index/indices/prompt_helper.py 2 additions, 2 deletionsgpt_index/indices/prompt_helper.py
- gpt_index/indices/query/keyword_table/query.py 2 additions, 0 deletionsgpt_index/indices/query/keyword_table/query.py
- gpt_index/indices/query/tree/leaf_query.py 2 additions, 0 deletionsgpt_index/indices/query/tree/leaf_query.py
- gpt_index/indices/tree/base.py 2 additions, 0 deletionsgpt_index/indices/tree/base.py
- gpt_index/indices/tree/inserter.py 2 additions, 0 deletionsgpt_index/indices/tree/inserter.py
- gpt_index/langchain_helpers/chain_wrapper.py 22 additions, 1 deletiongpt_index/langchain_helpers/chain_wrapper.py
- gpt_index/langchain_helpers/text_splitter.py 10 additions, 3 deletionsgpt_index/langchain_helpers/text_splitter.py
- gpt_index/utils.py 61 additions, 4 deletionsgpt_index/utils.py
- setup.py 19 additions, 12 deletionssetup.py
- tests/indices/embedding/test_base.py 48 additions, 3 deletionstests/indices/embedding/test_base.py
- tests/indices/keyword_table/test_base.py 12 additions, 2 deletionstests/indices/keyword_table/test_base.py
- tests/indices/list/test_base.py 12 additions, 4 deletionstests/indices/list/test_base.py
- tests/indices/query/test_recursive.py 67 additions, 6 deletionstests/indices/query/test_recursive.py
- tests/indices/test_prompt_helper.py 3 additions, 3 deletionstests/indices/test_prompt_helper.py
- tests/indices/tree/test_base.py 40 additions, 6 deletionstests/indices/tree/test_base.py
Loading
Please register or sign in to comment