mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-13 20:06:24 +00:00
- **Description**: issues a warning if inf and nan are passed as inputs to langchain_core.vectorstores.utils._cosine_similarity - **Issue**: Fixes #31496 - **Dependencies**: no external dependencies added, only warnings module imported --------- Co-authored-by: Mason Daugherty <mason@langchain.dev>