You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/pinecone/langchain_pinecone
Harry Jiang 1ee208541c
langchain: fix pinecone upsert when async_req is set to False (#19793)
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.
6 months ago
..
__init__.py pinecone[patch], docs: PineconeVectorStore, release 0.0.3 (#17896) 7 months ago
_utilities.py core[patch]: Convert SimSIMD back to NumPy (#19473) 6 months ago
py.typed pinecone: init pkg (#16556) 8 months ago
vectorstores.py langchain: fix pinecone upsert when async_req is set to False (#19793) 6 months ago