-
- Downloads
Remove _mode_to_query, consolidate with QueryRunner (#118)
Co-authored-by:
Jerry Liu <jerry@robustintelligence.com>
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- gpt_index/indices/base.py 31 additions, 19 deletionsgpt_index/indices/base.py
- gpt_index/indices/data_structs.py 6 additions, 0 deletionsgpt_index/indices/data_structs.py
- gpt_index/indices/keyword_table/base.py 1 addition, 38 deletionsgpt_index/indices/keyword_table/base.py
- gpt_index/indices/list/base.py 1 addition, 24 deletionsgpt_index/indices/list/base.py
- gpt_index/indices/query/list/embedding_query.py 3 additions, 1 deletiongpt_index/indices/query/list/embedding_query.py
- gpt_index/indices/query/query_map.py 7 additions, 1 deletiongpt_index/indices/query/query_map.py
- gpt_index/indices/query/query_runner.py 5 additions, 1 deletiongpt_index/indices/query/query_runner.py
- gpt_index/indices/query/schema.py 3 additions, 0 deletionsgpt_index/indices/query/schema.py
- gpt_index/indices/query/tree/embedding_query.py 8 additions, 6 deletionsgpt_index/indices/query/tree/embedding_query.py
- gpt_index/indices/tree/base.py 7 additions, 32 deletionsgpt_index/indices/tree/base.py
- gpt_index/indices/vector_store/faiss.py 7 additions, 16 deletionsgpt_index/indices/vector_store/faiss.py
Loading
Please register or sign in to comment