Skip to content

0.24.0

Compare
Choose a tag to compare
@langchain4j langchain4j released this 12 Nov 18:09
· 621 commits to main since this release
  • Integration with OpenSearch by @riferrei
  • Vertex AI: embed in batches of 5
  • Support of database name configuration for Milvus by @Heezer
  • OpenAI: added option to setup a custom Tokenizer, increased default timeouts to 60 seconds
  • Azure OpenAI: increased default timeouts to 60 seconds
  • Add support for custom base url for OpenAI model in Spring Boot starter by @marlukcz
  • Make some aspects of the project swappable by external integrations by @geoand
  • In case a model like Vertex does not have a ToolSpecification do not use the generate method expecting one by @SimonVerhoeven
  • Include metadata for custom Spring Boot properties by @ThomasVitale
  • Add support for loading documents from S3 by @jmgang
  • Add BOM to manage artifacts by @Martin7-1
  • Integration with PGVector by @kevin-wu-os
  • Add support for autocompletion of Boot configuration properties by @jkuipers
  • Integration with Ollama by @Martin7-1
  • Make AiServices swappable by external implementations by @geoand
  • Introduce SPI for HuggingFace by @geoand
  • Allow using another metadata key than text_segment in Pinecone by @Artur-
  • Typo fix in VertexAI support by @Heezer
  • Integration with Amazon Bedrock by @pascalconfluent
  • Adding Memory Id to Tool Method Call by @benedictstrube