/langchain4j-quarkus

Experimenting with Langchain4J and Quarkus

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Langchain4j with Quarkus

A brief description of what this project does and who it's for

Badges

Add badges from somewhere like: shields.io

Apache v2 Commitizen friendly

Authors

Run Locally

Clone the project

git clone https://link-to-project

Go to the project directory

cd my-project

Install dependencies

npm install

Start the server

npm run start

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Cross platform

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

add(num1, num2)

Takes two numbers and returns the sum.

Screenshots

App Screenshot

Deployment

To deploy this project run

npm run deploy

Documentation

Documentation

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Acknowledgements