Qdrant-client -> 1.7.0 -- minor code update due to this
0.1.136
Task.step(): fix small issue when handling invalid recipient.
0.1.135
Fixed PARA_SENTENCE window_id issue
0.1.134
parser: fix add_window_ids so PARA_SENTENCE works correctly
0.1.133
In `utils/configuration.py` add global settings.cache_type one of ["redis", "fakeredis", "momento"] E.g. either directly set settings.cache_type = ... or run pytests with --ct "fakeredis"
0.1.132
ChromaDB vector store: `similar_texts_with_scores` : ensure we upper-bound k by the num chunks in the collection