Skip to content

hg-ms/customer-support-agent

 
 

Repository files navigation

AI powered expert system demo

This app shows how you can use LangChain4j to build an AI-powered system that:

  • Has access to terms and conditions (retrieval augmented generation, RAG)
  • Can access tools (Java methods) to perform actions
  • Uses an LLM to interact with the user

All credit for the example goes to LangChain4j, this demo simply expands on it by adding a React UI and a database.

Requirements

  • Java 17+
  • OpenAI API key in OPENAI_API_KEY environment variable

Running

Run the app by running Application.java in your IDE or mvn in the command line.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 79.2%
  • TypeScript 18.3%
  • HTML 2.5%