Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.18 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.18 KB

Demo Application for LangChain4J with Spring

Setup

  • When using OpenAI, setup your API key with this environment variable: OPENAI_API_KEY
  • The OpenAI cost for running this project with the default model should be a few cents at most.
  • See application.properties for more details

Calls to the LLM (simple call, parameters, entities)

Use an Image as Input and ask questions about the image

Using an in-memory Vector Database

Using tools (function calling)