langflow-ai / langflow

⛓️ Langflow is a visual framework for building multi-agent and RAG applications. It's open-source, Python-powered, fully customizable, LLM and vector store agnostic.
http://www.langflow.org
MIT License
18.48k stars 2.77k forks source link

Langflow occurs error when building Pinecone node #686

Closed toanmx0101 closed 9 months ago

toanmx0101 commented 10 months ago

Describe the bug Error building node Pinecone: init() got an unexpected keyword argument 'pinecone_api_key'

ValueError: Error building node Pinecone: __init__() got an unexpected keyword argument 'pinecone_api_key'                                                                                      
ERROR    [09:31:59] - ERROR - Error while building the flow: Error building node Pinecone: __init__() got an unexpected keyword argument 'pinecone_api_key'                                   

Browser and Version

To Reproduce

Screenshot 2023-07-26 at 09 33 58 Screenshot 2023-07-26 at 09 47 00

Command

python -m langflow --log-level debug

Screenshots

Screenshot 2023-07-26 at 09 33 20
LongRodSilver commented 10 months ago

Did you solve it? I am encoutering the same error message on LangFlow?

toanmx0101 commented 10 months ago

Did you solve it? I am encoutering the same error message on LangFlow?

@LongRodSilver not yet. I just used Chroma instead of Pinecone.

prek-prek commented 9 months ago

Any solve for that? Im encountering the same issue

LongRodSilver commented 9 months ago

No I used Chroma, I belive you can use Qdrant also instead of Pinecone

toanmx0101 commented 9 months ago

@prek-prek I think it was fixed on newest Langflow version. I tested this version on my local and it works.

simonau123 commented 8 months ago

seems to be broken still

Ayelaurencena commented 8 months ago

still broken

tmaian commented 8 months ago

Same problem

matthieubouilde commented 2 months ago

Same error here too...