MVN

io.github.opensabe-tech : langchain4j-vespa

Maven & Gradle

May 29, 2024

LangChain4j :: Integration :: Vespa · Vespa is a fully featured search engine and vector database. Integration with LangChain4j uses: - Vespa's client & vespa-feed-client libraries which have Apache License 2.0: https://github.com/vespa-engine/vespa/blob/master/LICENSE - org.apache.httpcomponents.client5.httpclient5-fluent library which has Apache License 2.0: https://github.com/apache/httpcomponents-client/blob/master/LICENSE.txt

<dependency>
    <groupId>io.github.opensabe-tech</groupId>
    <artifactId>langchain4j-vespa</artifactId>
    <version>0.30.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.opensabe-tech : langchain4j-vespa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.30.0

All Versions

Choose a version of io.github.opensabe-tech : langchain4j-vespa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.30.x
langchain4j-vespa-0.30.0

How to add a dependency to Maven

Add the following io.github.opensabe-tech : langchain4j-vespa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.opensabe-tech</groupId>
    <artifactId>langchain4j-vespa</artifactId>
    <version>0.30.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.opensabe-tech : langchain4j-vespa gradle dependency to your build.gradle file:

implementation 'io.github.opensabe-tech:langchain4j-vespa:0.30.0'

Gradle Kotlin DSL: Add the following io.github.opensabe-tech : langchain4j-vespa gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.opensabe-tech:langchain4j-vespa:0.30.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.opensabe-tech : langchain4j-vespa sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.opensabe-tech" % "langchain4j-vespa" % "0.30.0"