Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.06 KB

File metadata and controls

25 lines (18 loc) · 1.06 KB

Retrieval Augmented Generation based Application

Work in Progress

This app is an AI-powered customer support chat application that uses an LLM to interact with the user

Technology Stack:

Requirements

  • Java 17+
  • Azure OpenAI endpoint and API key
  • Azure AI Search endpoint and key

Running the application

Run the app by running Application.java in your IDE or ./mvnw spring-boot:run in the command line.

Note

Also exploring other AI models like Open AI and vector databases like PgVector. Also giving Langchain4j a try. Please check other branches for their implementations.