Skip to content

Releases: HamaWhiteGG/langchain-java

v0.2.2

21 Dec 02:54
1c3978e
Compare
Choose a tag to compare

Features

  • [openai-client] Support create images #146

Improvements

  • [openai-client] Optimize class naming for ChatMessage

Bugfix

  • [openai-client] Incorrect type for logprobs field in CompletionResp #144

Full Changelog: v0.2.1...v0.2.2

v0.2.1

05 Dec 01:55
7869715
Compare
Choose a tag to compare

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

07 Oct 16:38
d664464
Compare
Choose a tag to compare

Features

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

10 Sep 13:09
402dbd2
Compare
Choose a tag to compare

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

04 Aug 02:27
1180d15
Compare
Choose a tag to compare

Features

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

Full Changelog: v0.1.10...v0.1.11

v0.1.10

22 Jul 14:59
80ca553
Compare
Choose a tag to compare

Features

Improvements

New Contributors

v0.1.9

13 Jul 12:20
c4a291d
Compare
Choose a tag to compare

What's Changed

  • Support MarkdownHeaderTextSplitter
  • Support Context aware text splitting and QA / Chat

Full Changelog: v0.1.8...v0.1.9

v0.1.8

06 Jul 12:37
49872e4
Compare
Choose a tag to compare

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