Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/groupe-key-consulting/any-chatbot
Experimenting with Langchain4J and Quarkus
https://github.com/groupe-key-consulting/any-chatbot
ai java langchain langchain4j llm quarkus
Last synced: 4 months ago
JSON representation
Experimenting with Langchain4J and Quarkus
- Host: GitHub
- URL: https://github.com/groupe-key-consulting/any-chatbot
- Owner: Groupe-Key-Consulting
- License: apache-2.0
- Created: 2024-07-07T07:51:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T06:38:45.000Z (7 months ago)
- Last Synced: 2024-09-30T05:22:09.849Z (4 months ago)
- Topics: ai, java, langchain, langchain4j, llm, quarkus
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Langchain4j with Quarkus
A brief description of what this project does and who it's for
## Badges
Add badges from somewhere like: [shields.io](https://shields.io/)
[![Apache v2](https://img.shields.io/badge/License-Apache-green.svg)](https://choosealicense.com/licenses/apache)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)## Authors
- [Gaëtan Bloch](https://www.github.com/gaetanbloch)
## Run Locally
Clone the project
```bash
git clone https://link-to-project
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```## Features
- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform## API Reference
#### Get all items
```http
GET /api/items
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `api_key` | `string` | **Required**. Your API key |#### Get item
```http
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](https://via.placeholder.com/468x300?text=App+Screenshot+Here)
## Deployment
To deploy this project run
```bash
npm run deploy
```## Documentation
[Documentation](https://linktodocumentation)
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Acknowledgements
- [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
- [Awesome README](https://github.com/matiassingers/awesome-readme)
- [How to write a Good readme](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project)