langchain4j

Java version of LangChain

APACHE-2.0 License

Stars
3.2K
Committers
155

Bot releases are visible (Hide)

langchain4j - 0.12.0

Published by langchain4j over 1 year ago

langchain4j - 0.11.0

Published by langchain4j over 1 year ago

Added "Dynamic Tools": Now, the LLM can generate code for tasks that require precise calculations, such as math and string manipulation. This will be dynamically executed in a style akin to GPT-4's code interpreter! We use Judge0, hosted by Rapid API, for code execution. You can subscribe and receive 50 free executions per day.

langchain4j - 0.10.0

Published by langchain4j over 1 year ago

  • Now you can add your custom knowledge base to "AI Services". Relevant information will be automatically retrieved and incorporated into the prompt. This way, the LLM will have a context of the data and will answer based on it!
  • The current date and time can now be automatically injected into the prompt using special {{current_date}}, {{current_time}} and {{current_date_time}} placeholders.
langchain4j - 0.9.0

Published by langchain4j over 1 year ago

Added support for Spring Boot 3

langchain4j - 0.8.0

Published by langchain4j over 1 year ago

langchain4j - 0.7.0

Published by langchain4j over 1 year ago

langchain4j - 0.6.0

Published by langchain4j over 1 year ago

  • You can now define ChatMemory in AiServices and it will keep history of your interactions
  • Added OpenAI moderation model, so you can moderate texts, documents and messages
  • Added auto moderation for AiServices. Just put @Moderate on top of your method and it will automatically verify that user input does not violates content policy
langchain4j - 0.5.0

Published by langchain4j over 1 year ago

HuggingFace embedding models are now supported via HF Inference API

langchain4j - 0.4.0

Published by langchain4j over 1 year ago

  • renamed from ai4j to langchain4j
  • big design changes
  • added "AI Services" (declarative AI facades)
  • added more document loaders and splitters
  • added in-memory embedding store
langchain4j - 0.3.0

Published by langchain4j over 1 year ago

langchain4j - 0.2.0

Published by langchain4j over 1 year ago

langchain4j - 0.1.0

Published by langchain4j over 1 year ago