l

langchain4j-weaviate-spring-boot-starter

LangChain4j Weaviate Spring Boot Starter.
https://github.com/ThomasVitale/langchain4j-spring-boot
The Apache License, Version 2.0
Thomas Vitale
文件下载
文件名 操作
langchain4j-weaviate-spring-boot-starter-0.11.0.jar 下载
langchain4j-weaviate-spring-boot-starter-0.11.0.pom 下载
langchain4j-weaviate-spring-boot-starter-0.11.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.thomasvitale.langchain4j</groupId>
  <artifactId>langchain4j-weaviate-spring-boot-starter</artifactId>
  <version>0.11.0</version>
</dependency>
Gradle Groovy
implementation 'io.thomasvitale.langchain4j:langchain4j-weaviate-spring-boot-starter:0.11.0'
Gradle Kotlin
implementation("io.thomasvitale.langchain4j:langchain4j-weaviate-spring-boot-starter:0.11.0")
Scala SBT
libraryDependencies += "io.thomasvitale.langchain4j" % "langchain4j-weaviate-spring-boot-starter" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='io.thomasvitale.langchain4j', module='langchain4j-weaviate-spring-boot-starter', version='0.11.0')
)
Apache Ivy
<dependency org="io.thomasvitale.langchain4j" name="langchain4j-weaviate-spring-boot-starter" rev="0.11.0" />
Leiningen
[io.thomasvitale.langchain4j/langchain4j-weaviate-spring-boot-starter "0.11.0"]
Apache Buildr
'io.thomasvitale.langchain4j:langchain4j-weaviate-spring-boot-starter:jar:0.11.0'