-
- Downloads
take 2: Add documentation (#103)
Co-authored-by:
Jerry Liu <jerry@robustintelligence.com>
Showing
- gpt_index/indices/keyword_table/base.py 21 additions, 2 deletionsgpt_index/indices/keyword_table/base.py
- gpt_index/indices/keyword_table/rake_base.py 5 additions, 1 deletiongpt_index/indices/keyword_table/rake_base.py
- gpt_index/indices/keyword_table/simple_base.py 5 additions, 1 deletiongpt_index/indices/keyword_table/simple_base.py
- gpt_index/indices/list/__init__.py 7 additions, 1 deletiongpt_index/indices/list/__init__.py
- gpt_index/indices/list/base.py 23 additions, 2 deletionsgpt_index/indices/list/base.py
- gpt_index/indices/query/keyword_table/__init__.py 13 additions, 1 deletiongpt_index/indices/query/keyword_table/__init__.py
- gpt_index/indices/query/keyword_table/query.py 40 additions, 3 deletionsgpt_index/indices/query/keyword_table/query.py
- gpt_index/indices/query/list/__init__.py 6 additions, 1 deletiongpt_index/indices/query/list/__init__.py
- gpt_index/indices/query/list/embedding_query.py 14 additions, 1 deletiongpt_index/indices/query/list/embedding_query.py
- gpt_index/indices/query/list/query.py 27 additions, 2 deletionsgpt_index/indices/query/list/query.py
- gpt_index/indices/query/tree/__init__.py 11 additions, 1 deletiongpt_index/indices/query/tree/__init__.py
- gpt_index/indices/query/tree/embedding_query.py 20 additions, 0 deletionsgpt_index/indices/query/tree/embedding_query.py
- gpt_index/indices/query/tree/leaf_query.py 18 additions, 0 deletionsgpt_index/indices/query/tree/leaf_query.py
- gpt_index/indices/query/tree/retrieve_query.py 8 additions, 0 deletionsgpt_index/indices/query/tree/retrieve_query.py
- gpt_index/indices/tree/__init__.py 8 additions, 1 deletiongpt_index/indices/tree/__init__.py
- gpt_index/indices/tree/base.py 17 additions, 1 deletiongpt_index/indices/tree/base.py
- gpt_index/langchain_helpers/chain_wrapper.py 22 additions, 2 deletionsgpt_index/langchain_helpers/chain_wrapper.py
- gpt_index/prompts/__init__.py 5 additions, 1 deletiongpt_index/prompts/__init__.py
- gpt_index/readers/__init__.py 25 additions, 1 deletiongpt_index/readers/__init__.py
- gpt_index/readers/file.py 12 additions, 1 deletiongpt_index/readers/file.py
Loading
Please register or sign in to comment