Jacob Lee

Results 200 comments of Jacob Lee

Hey everyone! The project is not dead, and is being actively maintained and used to power parts of StdLib's (https://stdlib.com) infrastructure. We'll aim to be more responsive in the future,...

Hey @fh-thudson, maybe I can help? What sort of joins are you trying to do? Might also be helpful to separate this into another issue.

Hey @ruai0511, we've deprecated importing from `langchain/vectorstores` and `langchain/embeddings` in favor of new entrypoints to avoid issues like this (some other vector stores are Node only and use `fs`). In...

Thanks! We've added images in messages and are exploring ways for other modalities as well.

Examples on individual integration pages, also: https://js.langchain.com/docs/integrations/chat/openai#multimodal-messages

This looks really cool! Sorry for the wait. I'd love to do a little experimenting and comparing as well - one thing I'm curious about is the benefit of the...

Moved the chunk header into the `createDocuments` method itself @mryraghi as I think a common use case would be re-using a text splitter for multiple documents rather than needing to...

Does this occur for you when setting version to `2023-05-15`? Looked into this on the JS side and it seems there's a change in events in the preview version -...

Unfortunately yeah - it's going to require some code changes. If you have time to submit a PR that'd be awesome, otherwise I can look tomorrow.

It seems OpenAI is hacking around MIME type discovery for the input audio file by using the `.path` property of a stream - it's present on `fs.createReadStream()` by default, which...