Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Quarkus Langchain4j extension
| Date | Stars |
|---|---|
| 2026-07-31 | 310 |
| 2026-08-01 | 310 |
| 2026-08-03 | 310 |
| 2026-08-04 | 310 |
| 2026-08-05 | 310 |
| 2026-08-06 | 311 |
Today
+1 stars today
This week
— stars this week
This month
— stars this month
Momentum
39.0
growth rate 0.00%/day
# Quarkus LangChain4j
[](https://search.maven.org/artifact/io.quarkiverse.langchain4j/quarkus-langchain4j)
[](https://deepwiki.com/quarkiverse/quarkus-langchain4j)
This repository contains Quarkus extensions that facilitate seamless integration between Quarkus and [LangChain4j](https://github.com/langchain4j/langchain4j), enabling easy incorporation of Large Language Models (LLMs) into your Quarkus applications.
## Features
Here is a non-exhaustive list of features that are currently supported:
- Declarative AI services
- Integration with diverse LLMs (OpenAI GPTs, Hugging Faces, Ollama...)
- Tool support
- Embedding support
- Document store integration (Redis, Chroma, Infinispan...)
- Native compilation support
- Integration with Quarkus observability stack (metrics, tracing...)
- Pluggable auth providers
## Documentation
Refer to the comprehensive [documentation](https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html) for detailed information and usage guidelines.
## Samples
Check out the [samples](https://github.com/quarkiverse/quarkus-langchain4j/tree/main/samples) and [integration tests](https://github.com/quarkiverse/quarkus-langchain4j/tree/main/integration-tests) to gain practical insights on how to use these extensions effectively.
## Getting Started
To incorporate Quarkus LangChain4j into your Quarkus project, add the following Maven dependency:
```xml
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-openai</artifactId>
<version>1.12.0</version>
</dependency>
```
or, to use Ollama:
```xml
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-ollama</artifactId>
<version>1.12.0</version>
</dependency>
```
## Contributing
Feel free to contribute to this project by submitting issues or pull requests.
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
Excerpt of 2,167 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:47a281a58e4c43ad, topic:llm