langchain_core 0.3.6 langchain_core: ^0.3.6 copied to clipboard
Contains core abstractions of LangChain.dart and the LangChain Expression Language (LCEL).
📣 Check out the releases page or the #announcements channel on the LangChain.dart Discord server for more details.
0.3.5 #
0.3.4 #
0.3.3 #
0.3.2 #
0.3.1 #
0.3.0 #
Note: This release has breaking changes.
If you are using "function calling" check how to migrate to "tool calling".
0.2.0 #
Note: This release has breaking changes.
If you are usingRunnable.fromFunction
check the migration guide.
- FEAT Add support for RunnableRouter (#386). (827e262)
- FEAT: Add support for Runnable.mapInputStream (#393). (a2b6bbb5)
- FEAT: Add support for JsonOutputParser (#392). (c6508f0f)
- FEAT: Reduce input stream for PromptTemplate, LLM, ChatModel, Retriever and Tool (#388). (b59bcd40)
- BREAKING FEAT: Support different logic for streaming in RunnableFunction (#394). (8bb2b8ed)
0.1.0 #
Note: This release has breaking changes.
Migration guide
- BREAKING REFACTOR: Introduce langchain_core and langchain_community packages (#328). (5fa520e6)
- BREAKING REFACTOR: Simplify LLMResult and ChatResult classes (#363). (ffe539c1)
- BREAKING REFACTOR: Simplify Output Parsers (#367). (f24b7058)
- REFACTOR: Simplify internal .stream implementation (#364). (c83fed22)
- FEAT: Implement .batch support (#370). (d254f929)
- FEAT: Add reduceOutputStream option to StringOutputParser (#368). (7f9a9fae)
0.0.1-dev.1 #
- Bootstrap package.