l

langchain4j-ollama-spring-boot-starter

LangChain4j Ollama Spring Boot Starter.
https://github.com/ThomasVitale/langchain4j-spring-boot
The Apache License, Version 2.0
Thomas Vitale
Files download
File Operation
langchain4j-ollama-spring-boot-starter-0.12.0.jar download
langchain4j-ollama-spring-boot-starter-0.12.0.pom download
langchain4j-ollama-spring-boot-starter-0.12.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.thomasvitale.langchain4j</groupId>
  <artifactId>langchain4j-ollama-spring-boot-starter</artifactId>
  <version>0.12.0</version>
</dependency>
Gradle Groovy
implementation 'io.thomasvitale.langchain4j:langchain4j-ollama-spring-boot-starter:0.12.0'
Gradle Kotlin
implementation("io.thomasvitale.langchain4j:langchain4j-ollama-spring-boot-starter:0.12.0")
Scala SBT
libraryDependencies += "io.thomasvitale.langchain4j" % "langchain4j-ollama-spring-boot-starter" % "0.12.0"
Groovy Grape
@Grapes(
  @Grab(group='io.thomasvitale.langchain4j', module='langchain4j-ollama-spring-boot-starter', version='0.12.0')
)
Apache Ivy
<dependency org="io.thomasvitale.langchain4j" name="langchain4j-ollama-spring-boot-starter" rev="0.12.0" />
Leiningen
[io.thomasvitale.langchain4j/langchain4j-ollama-spring-boot-starter "0.12.0"]
Apache Buildr
'io.thomasvitale.langchain4j:langchain4j-ollama-spring-boot-starter:jar:0.12.0'