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