Gaurang Pawar

Results 3 comments of Gaurang Pawar

Hello @levalencia, not sure if this is the cause of issue, but there's a small typo in word **environment** in the tutorial that you've linked. ```pinecone.init(api_key=api_key, enviroment=env)```

Hello @AI-Chef, I think its because of ```on_chain_start()``` method is not able to parse the chain name in [stdout.py](https://github.com/hwchase17/langchain/blob/6cdd4b5edca511b0015f1b39102225fe638d8359/langchain/callbacks/stdout.py) file, as there is no "name" field in "serialized" dictionary. I...

@AI-Chef, ahh mybad, thanks for pointing that out.