You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR resolves an issue where the system would crash during collection creation if a timeout occurred.
Previously, when the collection creation timed out, no alias was created, and the subsequent check
would fail when trying to access the first element of an empty aliases list.
Changes:
* Improved alias checking by verifying existence before comparison
* Added try-catch blocks in collection creation with helpful error messages suggesting timeout increase
# adapted from https://github.com/langchain-ai/langchain/blob/bfc12a4a7644cfc4d832cc4023086a7a5374f46a/libs/langchain/langchain/vectorstores/qdrant.py#L1965
0 commit comments