opensearch-jvector
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.opensearch.knn</groupId> <artifactId>opensearch-jvector</artifactId> <version>3.0.0.0-alpha1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.opensearch.knn</groupId> <artifactId>opensearch-jvector</artifactId> <version>3.0.0.0-alpha1</version> <name>opensearch-jvector-plugin</name> <dependencies> <dependency> <groupId>org.opensearch</groupId> <artifactId>opensearch</artifactId> <version>3.0.0-alpha1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>failureaccess</artifactId> <version>1.0.1</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.1.3-jre</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.6</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>5.13.0</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna-platform</artifactId> <version>5.13.0</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.oshi</groupId> <artifactId>oshi-core</artifactId> <version>6.4.13</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.github.jbellis</groupId> <artifactId>jvector</artifactId> <version>4.0.0-beta.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.agrona</groupId> <artifactId>agrona</artifactId> <version>1.20.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.opensearch.knn</groupId> <artifactId>opensearch-jvector</artifactId> <version>3.0.0.0-alpha1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.opensearch.test</groupId> <artifactId>framework</artifactId> <version>3.0.0-alpha1-SNAPSHOT</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>2.9.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> <exclusion> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> </exclusion> </exclusions> <optional>true</optional> </dependency> <dependency> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> <version>2.5.2</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.opensearch</groupId> <artifactId>common-utils</artifactId> <version>3.0.0.0-alpha1</version> <scope>runtime</scope> <optional>true</optional> </dependency> </dependencies> <url>https://github.com/opensearch-project/opensearch-jvector</url> <scm> <url>https://github.com/opensearch-project/opensearch-jvector</url> </scm> <inceptionYear>2021</inceptionYear> <description>OpenSearch jVector plugin</description> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>OpenSearch</name> <url>https://github.com/opensearch-project/opensearch-jvector</url> </developer> </developers> </project>