First you need to install core module right? #4020
Replies: 1 comment
-
🤖 Hi @NarHakobyan! I'm Dosu, a friendly bot here to assist you with your coding queries, issues, and contributions while the human maintainers are away. I'm here to make your experience with langchainjs smoother. Let's dive into your issue together! Yes, you're correct. The core module of LangChainJS is indeed "@langchain/core". This module provides the main functionalities of the LangChain framework, such as handling documents. This is indicated by the line The documentation you've pointed out seems to be outdated or incorrect. It should indeed suggest installing "@langchain/core" for the core functionalities. I recommend following the import statements in the codebase for the most accurate information. If you have further questions or need more clarification, feel free to ask. SourcesThis response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
-
just checked docs and found out it suggest to install community lib but it must be @langchain/core right?
langchainjs/docs/core_docs/docs/expression_language/get_started.mdx
Line 27 in fec52de
Also
JsonOutputFunctionsParser
function is missingBeta Was this translation helpful? Give feedback.
All reactions