You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Anush e002c855bd
qdrant[patch]: Use collection_exists API instead of exceptions (#22764)
## 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.
4 months ago
..
cli cli[patch]: Release 0.0.25 (#22876) 4 months ago
community community[minor]: Prem Templates (#22783) 4 months ago
core core: release 0.2.6 (#22868) 4 months ago
experimental Fix: lint errors and update Field alias in models.py and AutoSelectionScorer initialization (#22846) 4 months ago
langchain docs: `ReAct` reference (#22830) 4 months ago
partners qdrant[patch]: Use collection_exists API instead of exceptions (#22764) 4 months ago
standard-tests multiple: add `stop` attribute (#22573) 4 months ago
text-splitters Community[minor]: Add language parser for Elixir (#22742) 4 months ago