Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 7, 2023
1 parent d55979f commit 53b90b3
Show file tree
Hide file tree
Showing 49 changed files with 57 additions and 66 deletions.
2 changes: 1 addition & 1 deletion chroma/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-chroma-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-chroma-deployment</artifactId>
<name>Quarkus Langchain4j - Chroma - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion chroma/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-chroma-parent</artifactId>
<name>Quarkus Langchain4j - Chroma - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion chroma/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-chroma-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-chroma</artifactId>
<name>Quarkus Langchain4j - Chroma - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion core/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-core-deployment</artifactId>
<name>Quarkus Langchain4j - Core - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-core-parent</artifactId>
<name>Quarkus Langchain4j - Core - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-core</artifactId>
<name>Quarkus Langchain4j - Core - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hugging-face/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-hugging-face-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-hugging-face-deployment</artifactId>
<name>Quarkus Langchain4j - Hugging Face - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion hugging-face/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-hugging-face-parent</artifactId>
<name>Quarkus Langchain4j - Hugging Face - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion hugging-face/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-hugging-face-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-hugging-face</artifactId>
<name>Quarkus Langchain4j - Hugging Face - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/azure-openai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-integration-tests-azure-openai</artifactId>
<name>Quarkus Langchain4j - Integration Tests - Azure OpenAI</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/devui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-integration-tests-devui</artifactId>
<name>Quarkus Langchain4j - Integration Tests - Dev UI</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/hugging-face/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-integration-tests-hugging-face</artifactId>
<name>Quarkus Langchain4j - Integration Tests - Hugging Face</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>in-process-embedding-all-minilm-l6-v2-q</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>in-process-embedding-all-minilm-l6-v2</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>in-process-embedding-bge-small-en-q</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>in-process-embedding-bge-small-en</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>in-process-embedding-e5-small-v2-q</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/in-process-embedding-e5-small-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>in-process-embedding-e5-small-v2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/ollama/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-integration-tests-ollama</artifactId>
<name>Quarkus Langchain4j - Integration Tests - Ollama</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/openai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-integration-tests-openai</artifactId>
<name>Quarkus Langchain4j - Integration Tests - OpenAI</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
<name>Quarkus Langchain4j - Integration Tests - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion ollama/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-ollama-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-ollama-deployment</artifactId>
<name>Quarkus Langchain4j - Ollama - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion ollama/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-ollama-parent</artifactId>
<name>Quarkus Langchain4j - Ollama - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion ollama/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-ollama-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-ollama</artifactId>
<name>Quarkus Langchain4j - Ollama - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion openai/azure-openai/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-azure-openai-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-azure-openai-deployment</artifactId>
<name>Quarkus Langchain4j - Azure OpenAI - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion openai/azure-openai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>quarkus-langchain4j-azure-openai-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openai/azure-openai/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-azure-openai-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-azure-openai</artifactId>
<name>Quarkus Langchain4j - Azure OpenAI - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion openai/openai-common/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-openai-common-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-openai-common-deployment</artifactId>
<name>Quarkus Langchain4j - OpenAI - Common - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion openai/openai-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>quarkus-langchain4j-openai-common-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openai/openai-common/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-openai-common-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-openai-common</artifactId>
<name>Quarkus Langchain4j - OpenAI - Common - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion openai/openai-vanilla/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-openai-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-openai-deployment</artifactId>
<name>Quarkus Langchain4j - OpenAI - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion openai/openai-vanilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>quarkus-langchain4j-openai-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openai/openai-vanilla/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-openai-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-openai</artifactId>
<name>Quarkus Langchain4j - OpenAI - Runtime</name>
Expand Down
5 changes: 2 additions & 3 deletions pgvector/deployment/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-pgvector-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-pgvector-deployment</artifactId>
<name>Quarkus langchain4j-pgvector - Deployment</name>
Expand Down
7 changes: 3 additions & 4 deletions pgvector/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-pgvector-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>
<name>Quarkus langchain4j-pgvector - Parent</name>
<modules>
Expand Down
5 changes: 2 additions & 3 deletions pgvector/runtime/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-pgvector-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-pgvector</artifactId>
<name>Quarkus langchain4j-pgvector - Runtime</name>
Expand Down
6 changes: 2 additions & 4 deletions pinecone/deployment/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-pinecone-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-pinecone-deployment</artifactId>
<name>Quarkus Langchain4j - Pinecone embedding store - Deployment</name>
Expand Down
6 changes: 2 additions & 4 deletions pinecone/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-pinecone-parent</artifactId>
<name>Quarkus Langchain4j - Pinecone embedding store - Parent</name>
Expand Down
6 changes: 2 additions & 4 deletions pinecone/runtime/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-pinecone-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>quarkus-langchain4j-pinecone</artifactId>
<name>Quarkus Langchain4j - Pinecone embedding store - Runtime</name>
Expand Down
Loading

0 comments on commit 53b90b3

Please sign in to comment.