mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-26 22:05:29 +00:00
fmt
This commit is contained in:
@@ -92,7 +92,7 @@ class PineconeEmbeddings(BaseModel, Embeddings):
|
||||
self._client = client
|
||||
|
||||
# initialize async client
|
||||
if not (self._async_client or None):
|
||||
if not self._async_client:
|
||||
self._async_client = aiohttp.ClientSession(
|
||||
headers={
|
||||
"Api-Key": api_key_str,
|
||||
|
Reference in New Issue
Block a user