Nuno Campos

Results 249 comments of Nuno Campos

Great, happy to help you contribute this If you're familiar with python the first place to look is the equivalent in the python library https://github.com/hwchase17/langchain/blob/c01f9100e4da26ba7014733f82ea04827b98eb16/langchain/chains/combine_documents/map_reduce.py#L75 We'd want to follow the...

This is now released

@mayooear could you confirm which version of `@pinecone-database/pinecone` you are using in your project? We only support the most recent version released 2 days ago `0.0.9`.

I have added some tests in #166 but couldn't reproduce your issue. Do you want to have a look at the tests and let me know if you can spot...

Ah, I think the issue is the version of `langchain`. version 0.0.11 was using a different library for the pinecone client, and recently we've changed to use the official pinecone...

The most recent version is now ESM only. In order to work with it your project needs to have `"type": "module"` in its package.json. I'd recommend also changing your tsconfig...

@mayooear ah interesting, thanks a lot for debugging! We should at least definitely be a bit more defensive handling the response from pinecone

@mayooear yes thank you!

@mayooear thanks for looking into this more. from reading the pinecone docs I think namespace is optional, see `When you don't specify a namespace name for an operation, Pinecone uses...

Hi @carlosdp thanks for opening the issue. It sounds like the issue might be in your project you have another dependency maybe using`axios` 1.x? The most recent 0.x axis version...