Update langchain-pinecone dependency and add Pinecone API key (#1854)
* Update langchain-pinecone dependency and related code * Add Pinecone API key to environment variables * Fix commented out code in codeTabsComponent, parameterComponent, and editNodeModal * Add PineconeSearchComponent to PineconeSearch.py * Update PineconeComponent to accept pinecone_api_key as optional parameter
This commit is contained in:
parent
0226706391
commit
21be1268ae
9 changed files with 131 additions and 33 deletions
|
|
@ -101,6 +101,7 @@ The default list at the moment is:
|
|||
- GOOGLE_API_KEY
|
||||
- HUGGINGFACEHUB_API_TOKEN
|
||||
- OPENAI_API_KEY
|
||||
- PINECONE_API_KEY
|
||||
- SEARCHAPI_API_KEY
|
||||
- SERPAPI_API_KEY
|
||||
- VECTARA_CUSTOMER_ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue