Files
langchain/libs/community/langchain_community/embeddings
Baptiste Pasquier 440c162b8b community: Fix closed session in Infinity (#26933)
**Description:** 

The `aiohttp.ClientSession` is closed at the end of the with statement,
which causes an error during a second call.

The implemented fix is to define the session directly within the with
block, exactly like in the textembed code:


c6350d636e/libs/community/langchain_community/embeddings/textembed.py (L335-L346)
 
**Issue:** Fix #26932

Co-authored-by: ccurme <chester.curme@gmail.com>
2024-10-27 11:37:21 -04:00
..
2024-10-25 12:56:58 -07:00
2024-10-25 12:56:58 -07:00
2024-10-25 12:56:58 -07:00
2024-10-25 12:56:58 -07:00
2024-10-25 12:56:58 -07:00
2024-10-25 12:56:58 -07:00