Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cescoffier/quarkus-customer-review-triage
https://github.com/cescoffier/quarkus-customer-review-triage
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cescoffier/quarkus-customer-review-triage
- Owner: cescoffier
- License: apache-2.0
- Created: 2024-01-22T15:11:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T15:23:47.000Z (10 months ago)
- Last Synced: 2024-10-17T07:50:32.615Z (about 1 month ago)
- Language: JavaScript
- Size: 542 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.