mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-30 17:03:12 +00:00
Issue:
When async_req is the default value True, pinecone client return the
multiprocessing AsyncResult object.
When async_req is set to False, pinecone client return the result
directly. `[{'upserted_count': 1}]` . Calling get() method will throw an
error in this case.