Hey team, thank you so much for the hard work you put in upgrading everything. Just a quick heads up: all of the postgres integrations:
llama-index-storage-kvstore-postgres
,
llama-index-vector-stores-postgres
,
llama-index-storage-index-store-postgres
work. There is one that is
not working: llama-index-storage-docstore-postgres
. It throws the next exception:
Because no versions of llama-index-storage-docstore-postgres match >0.1.0,<0.2.0
and llama-index-storage-docstore-postgres (0.1.0) depends on llama-index-core (0.10.0), llama-index-storage-docstore-postgres (>=0.1.0,<0.2.0) requires llama-index-core (0.10.0).
So, because project depends on both llama-index-core (^0.10.1) and llama-index-storage-docstore-postgres (^0.1.0), version solving failed.
Any guidance would be greatly appreciated, and thank you so much for your help and support.