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
文件下载
文件名 操作
langchain4j-ollama-spring-boot-starter-0.6.1.jar 下载
langchain4j-ollama-spring-boot-starter-0.6.1.pom 下载
langchain4j-ollama-spring-boot-starter-0.6.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.thomasvitale.langchain4j</groupId>
  <artifactId>langchain4j-ollama-spring-boot-starter</artifactId>
  <version>0.6.1</version>
</dependency>
Gradle Groovy
implementation 'io.thomasvitale.langchain4j:langchain4j-ollama-spring-boot-starter:0.6.1'
Gradle Kotlin
implementation("io.thomasvitale.langchain4j:langchain4j-ollama-spring-boot-starter:0.6.1")
Scala SBT
libraryDependencies += "io.thomasvitale.langchain4j" % "langchain4j-ollama-spring-boot-starter" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='io.thomasvitale.langchain4j', module='langchain4j-ollama-spring-boot-starter', version='0.6.1')
)
Apache Ivy
<dependency org="io.thomasvitale.langchain4j" name="langchain4j-ollama-spring-boot-starter" rev="0.6.1" />
Leiningen
[io.thomasvitale.langchain4j/langchain4j-ollama-spring-boot-starter "0.6.1"]
Apache Buildr
'io.thomasvitale.langchain4j:langchain4j-ollama-spring-boot-starter:jar:0.6.1'