Jacob Lee

Results 200 comments of Jacob Lee
trafficstars

Ah. We're moving towards deprecating LLMChain in favor of a prompt -> LLM -> output parser runnable: https://js.langchain.com/docs/expression_language/cookbook/prompt_llm_parser Would you be up for switching over to that?

Looks good, can you add a documentation page under `docs/core_docs/docs/integrations/text_embedding/` to accompany the examples though?

Hey the fix should be live if you update to the latest @langchain/core! The tiktoken dep is there.

https://x.com/philippec_me/status/1790142477141147884?s=46&t=pBOviutddr6W7u_gV0VQqg

> guys I have only installed langchain npm. does this install langchain core? It does as a dependency, yes. See this guide: https://js.langchain.com/v0.2/docs/how_to/installation/#installing-integration-packages

This behavior for unused peer deps is a bit silly by `npm` and can be safely ignored with your command above. `yarn` and `pnpm` both don't have this problem. We...

Yes, long term something like that is going to be the best solution, but a significant amount of work. Maybe using >= is a good compromise in the short run