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