Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cescoffier/quarkus-customer-review-triage


https://github.com/cescoffier/quarkus-customer-review-triage

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Quarkus, Langchain4J, OpenShift AI - All together

This is a demo project to show how to use Quarkus, Langchain4J (through quarkus-langchain4j) and OpenShift AI together.

## Requirements

Make sure you have deployed your model on OpenShift AI. This demo uses mistra-7b, and is served using the caikit model server.
Then, open the `application.properties` file and change the base url and model id properties to match your model server URL and model.

## Running the application in dev mode

You can run your application in dev mode that enables live coding using:

```
./mvnw quarkus:dev
```

Then, open your browser to `http://localhost:8080`.