Changelog for langchain-hs-0.0.2.0
Changelog for langchain-hs
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
Unreleased
0.0.2.0 - 2025-05-04
Added
- Added
OpenAILLM integration. - Added
DirectoryLoaderfor loading Documents from a directory. - Added
HuggingFaceLLM integration. - Added docusaurus documentation.
- Added
OpenAIembeddings integration. - Added GHC CI matrix build.
- Added
TokenBufferMemoryMemory integration. - Added
RetrievalQAchain. - Added
CalculatorTooltool.
Fixed
- Fixed
loadAndSplitfunction forPdfLoader. - Minor documentation fixes.
- Fixed
WebScraperto only scrape textual content. - Made langchain-hs buildable till stack-lts-19.33
- Fixed
Reactagent.
Changed
- Generalized LLMParams to accept different type per LLM.