Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabrena/spring-boot-langchain4j-demo
https://github.com/jabrena/spring-boot-langchain4j-demo
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jabrena/spring-boot-langchain4j-demo
- Owner: jabrena
- License: apache-2.0
- Created: 2024-03-19T11:02:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T18:19:49.000Z (8 months ago)
- Last Synced: 2024-10-11T03:14:45.473Z (about 1 month ago)
- Language: Java
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-langchain4j-demo
## References
- https://www.adictosaltrabajo.com/2024/03/05/langchain4j-potenciando-tus-aplicaciones-java-con-inteligencia-artificial-ia-y-modelos-de-lenguaje-de-gran-escala-llm-primeros-pasos/
## Tools
```
sdk install springboot
spring init --list
spring init --build "maven" -j "21" -l "java" -d "web, actuator, devtools" -x -f
```