-
- Downloads
Hook up new LLM abstraction to LLMPredictor (#6685)
* wip * wip * wip * wip * wip * add notebook * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wi * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * rip out token counter * wip * wip * wip * remove formatted prompt logging * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wipg * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * better typing * fix bug * wip * wip * wip * simplify and rename * wip * wip * wip * wup * wip * wip * wip * wip * wip * wip * wip * allow tiktoken for python38 * wip * wip * address comments * fix lint * add note * fix merge * wip * wip * wiup * add to agent and programs * wip * update notebook * wip * wip * wiup * wip * wip * wip * wip * wip * wip * wip * wip * remove unused imports * update change log * add back missing file * clean * wip * update notebook * update notebook * wip * expose message history * wip * wip * revert chat engine changes * wip * lint
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- docs/examples/llm/llm_predictor.ipynb 205 additions, 0 deletionsdocs/examples/llm/llm_predictor.ipynb
- docs/examples/llm/openai.ipynb 365 additions, 0 deletionsdocs/examples/llm/openai.ipynb
- docs/examples/response_builder/tree_summarize.ipynb 10 additions, 10 deletionsdocs/examples/response_builder/tree_summarize.ipynb
- docs/examples/vector_stores/SimpleIndexDemo.ipynb 401 additions, 347 deletionsdocs/examples/vector_stores/SimpleIndexDemo.ipynb
- docs/how_to/customization/custom_llms.md 54 additions, 64 deletionsdocs/how_to/customization/custom_llms.md
- docs/how_to/customization/llms_migration_guide.md 55 additions, 0 deletionsdocs/how_to/customization/llms_migration_guide.md
- experimental/classifier/utils.py 2 additions, 2 deletionsexperimental/classifier/utils.py
- llama_index/__init__.py 2 additions, 2 deletionsllama_index/__init__.py
- llama_index/bridge/langchain.py 0 additions, 4 deletionsllama_index/bridge/langchain.py
- llama_index/chat_engine/condense_question.py 2 additions, 2 deletionsllama_index/chat_engine/condense_question.py
- llama_index/chat_engine/react.py 18 additions, 16 deletionsllama_index/chat_engine/react.py
- llama_index/chat_engine/simple.py 2 additions, 3 deletionsllama_index/chat_engine/simple.py
- llama_index/evaluation/guideline_eval.py 1 addition, 1 deletionllama_index/evaluation/guideline_eval.py
- llama_index/indices/base.py 0 additions, 3 deletionsllama_index/indices/base.py
- llama_index/indices/common/struct_store/base.py 1 addition, 1 deletionllama_index/indices/common/struct_store/base.py
- llama_index/indices/common_tree/base.py 1 addition, 1 deletionllama_index/indices/common_tree/base.py
- llama_index/indices/document_summary/retrievers.py 1 addition, 1 deletionllama_index/indices/document_summary/retrievers.py
- llama_index/indices/keyword_table/base.py 2 additions, 2 deletionsllama_index/indices/keyword_table/base.py
- llama_index/indices/keyword_table/retrievers.py 1 addition, 1 deletionllama_index/indices/keyword_table/retrievers.py
Loading
Please register or sign in to comment