-
- Downloads
Implement own SQLDatabase class, remove langchain (#7929)
Showing
- docs/api_reference/struct_store.rst 1 addition, 1 deletiondocs/api_reference/struct_store.rst
- docs/examples/data_connectors/DatabaseReaderDemo.ipynb 11 additions, 14 deletionsdocs/examples/data_connectors/DatabaseReaderDemo.ipynb
- docs/examples/index_structs/struct_indices/SQLIndexDemo.ipynb 23 additions, 120 deletions.../examples/index_structs/struct_indices/SQLIndexDemo.ipynb
- llama_index/__init__.py 3 additions, 1 deletionllama_index/__init__.py
- llama_index/bridge/langchain.py 0 additions, 4 deletionsllama_index/bridge/langchain.py
- llama_index/indices/common/struct_store/base.py 1 addition, 1 deletionllama_index/indices/common/struct_store/base.py
- llama_index/indices/common/struct_store/sql.py 1 addition, 1 deletionllama_index/indices/common/struct_store/sql.py
- llama_index/indices/struct_store/container_builder.py 1 addition, 1 deletionllama_index/indices/struct_store/container_builder.py
- llama_index/indices/struct_store/sql.py 1 addition, 1 deletionllama_index/indices/struct_store/sql.py
- llama_index/indices/struct_store/sql_query.py 1 addition, 1 deletionllama_index/indices/struct_store/sql_query.py
- llama_index/objects/table_node_mapping.py 1 addition, 1 deletionllama_index/objects/table_node_mapping.py
- llama_index/readers/database.py 1 addition, 1 deletionllama_index/readers/database.py
- llama_index/utilities/sql_wrapper.py 214 additions, 0 deletionsllama_index/utilities/sql_wrapper.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- tests/indices/struct_store/test_base.py 1 addition, 1 deletiontests/indices/struct_store/test_base.py
- tests/indices/struct_store/test_sql_query.py 1 addition, 1 deletiontests/indices/struct_store/test_sql_query.py
- tests/utilities/test_sql_wrapper.py 66 additions, 0 deletionstests/utilities/test_sql_wrapper.py
Loading
Please register or sign in to comment