-
- Downloads
Fix support for vector indices that require db client in composability framework (#1011)
* wuip * wip * wip * wip * wip * wip * wip * add registry * wip * wip * add * wip * aquery * working * wip * wup * wip * update notebook * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wpi * wip * wip * lint
Showing
- examples/composable_indices/city_analysis/PineconeDemo-CityAnalysis.ipynb 145 additions, 185 deletions...ble_indices/city_analysis/PineconeDemo-CityAnalysis.ipynb
- gpt_index/constants.py 2 additions, 1 deletiongpt_index/constants.py
- gpt_index/indices/base.py 15 additions, 3 deletionsgpt_index/indices/base.py
- gpt_index/indices/composability/graph.py 49 additions, 13 deletionsgpt_index/indices/composability/graph.py
- gpt_index/indices/composability/utils.py 70 additions, 0 deletionsgpt_index/indices/composability/utils.py
- gpt_index/indices/query/query_runner.py 7 additions, 0 deletionsgpt_index/indices/query/query_runner.py
- gpt_index/indices/vector_store/base.py 13 additions, 11 deletionsgpt_index/indices/vector_store/base.py
- gpt_index/indices/vector_store/queries.py 0 additions, 260 deletionsgpt_index/indices/vector_store/queries.py
- gpt_index/indices/vector_store/vector_indices.py 14 additions, 169 deletionsgpt_index/indices/vector_store/vector_indices.py
- gpt_index/vector_stores/chatgpt_plugin.py 9 additions, 1 deletiongpt_index/vector_stores/chatgpt_plugin.py
- gpt_index/vector_stores/chroma.py 7 additions, 1 deletiongpt_index/vector_stores/chroma.py
- gpt_index/vector_stores/faiss.py 16 additions, 6 deletionsgpt_index/vector_stores/faiss.py
- gpt_index/vector_stores/opensearch.py 6 additions, 0 deletionsgpt_index/vector_stores/opensearch.py
- gpt_index/vector_stores/pinecone.py 39 additions, 1 deletiongpt_index/vector_stores/pinecone.py
- gpt_index/vector_stores/qdrant.py 8 additions, 2 deletionsgpt_index/vector_stores/qdrant.py
- gpt_index/vector_stores/registry.py 67 additions, 0 deletionsgpt_index/vector_stores/registry.py
- gpt_index/vector_stores/simple.py 4 additions, 0 deletionsgpt_index/vector_stores/simple.py
- gpt_index/vector_stores/types.py 6 additions, 1 deletiongpt_index/vector_stores/types.py
- gpt_index/vector_stores/weaviate.py 10 additions, 1 deletiongpt_index/vector_stores/weaviate.py
- tests/indices/composability/__init__.py 0 additions, 0 deletionstests/indices/composability/__init__.py
Loading
Please register or sign in to comment