mirror of
https://github.com/hwchase17/langchain
synced 2024-11-11 19:11:02 +00:00
e002c855bd
## Description Currently, the Qdrant integration relies on exceptions raised by [`get_collection` ](https://qdrant.tech/documentation/concepts/collections/#collection-info) to check if a collection exists. Using [`collection_exists`](https://qdrant.tech/documentation/concepts/collections/#check-collection-existence) is recommended to avoid missing any unhandled exceptions. This PR addresses this. ## Testing All integration and unit tests pass. No user-facing changes. |
||
---|---|---|
.. | ||
__init__.py | ||
_utils.py | ||
py.typed | ||
vectorstores.py |