Releases: HamaWhiteGG/langchain-java
Releases · HamaWhiteGG/langchain-java
v0.2.2
v0.2.1
Features
- Supports functions for openai-client #133
Improvements
- optimize Readme
- Ignore unknown fields by default for pinecone-client #122
Bugfix
- Fix dependency convergence errors #129
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Features
- Suppoert stream response by @kael-aiur #60 #104
- Support GoogleSearchAPIWrapper @HamaWhiteGG #110
- Support Support online API documentation, automatically executed via GitHub Actions @HamaWhiteGG #102
Improvements
- Pass Chain's input parameters to the kwargs parameter of the BaseTool#run method. @HamaWhiteGG
- Optimize the log output in the com.hw.langchain.agents.agent package. @HamaWhiteGG
- Add more unit tests to SparkSqlToolkitTest. @HamaWhiteGG
Full Changelog: v0.1.12...v0.2.0
v0.1.12
Features
- Support Azure OpenAI endpoint by @wangtl #33
- Support Ollama by #74
- Support ChatGLM2 #74
- Support Summarization(Stuff Chain) #97
- Support maxRetries for OpenAI and ChatOpenAI #96
- Support delete by ids for Pinecone #83
Improvements
- Change the log level of the langchain-example module to DEBUG.
Bugfix
- UncrecognizedPropertyException in CompetionRes #64
New Contributors
Full Changelog: v0.1.11...v0.1.12
v0.1.11
Features
- Support Flink SQL Agent by @HamaWhiteGG #56
- Support Milvus #38 by @HamaWhiteGG #38
Bugfix
- Exception at BaseCombineDocumentsChain when use BaseRetrievalQA, as missing key [question] by @kael-aiur in #58
- Hold "warning" filed when test in deprecated model like "text-davinci-003" by @wangmiao-1981 in #66
New Contributors
- @kael-aiur made their first contribution in #58
- @sandiegoe made their first contribution in #61
- @wangmiao-1981 made their first contribution in #66
Full Changelog: v0.1.10...v0.1.11
v0.1.10
Features
- Support i18n(pt-BR) for prompts in SQLDatabaseChain by @fwborges
- Support Database memory by @zhangxiaojiawow
- Support Spark SQL Agent by @HamaWhiteGG #53
- Support API chains by @HamaWhiteGG #26
- Support DirectoryLoadery @HamaWhiteGG #24
- Support Load limited messages from chat memory by @zhangxiaojiawow
Improvements
- Add okhttp interceptor by @zhangxiaojiawow
- Add username and password for proxy by @HamaWhiteGG #30
New Contributors
- @zhangxiaojiawow made their first contribution in #42
- @fwborges made their first contribution in #45
v0.1.9
What's Changed
- Support MarkdownHeaderTextSplitter
- Support Context aware text splitting and QA / Chat
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Features
- Support OpenAIEmbeddings
- Support Pinecone and add pinecone-client
- Support Retrieval QA
- Support Structured output parser (#3)
- Support Chat Modes for Prompt Templates, Chains, Agents and Memory
Improvements
- Add langchain-example module(Delete old QuickStart in langchain-core)
- Update README.md
New Contributors
- @tokuhirom made their first contribution in #20
- @threat made their first contribution in #28