Moved Maven modules from top level directory and embedding-clients subdirectory to all be under a single models directory.

Rename artifact ID of

* `transformers-embedding` to `spring-ai-transformers`
This commit is contained in:
Mark Pollack
2023-12-19 12:22:02 -05:00
parent 017d2a9bfc
commit 82fe510b39
121 changed files with 29 additions and 16 deletions

View File

@@ -21,6 +21,13 @@ Renaming of AiClient and related classes and packagenames
* Rename AiResponse to ChatResponse
* Rename AiStreamClient to StreamingChatClient
* Rename package org.sf.ai.client to org.sf.ai.chat
Rename artifact ID of
* `transformers-embedding` to `spring-ai-transformers`
Moved Maven modules from top level directoryand `embedding-clients` subdirectory to all be under a single `models` directory.
:warning:
December 1, 2023

View File

@@ -5,6 +5,7 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai</artifactId>
<version>0.8.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-azure-openai</artifactId>
<packaging>jar</packaging>

View File

@@ -6,6 +6,7 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai</artifactId>
<version>0.8.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-bedrock</artifactId>
<packaging>jar</packaging>

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -5,6 +5,7 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai</artifactId>
<version>0.8.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-huggingface</artifactId>
<packaging>jar</packaging>

View File

@@ -7,6 +7,7 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai</artifactId>
<version>0.8.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-ollama</artifactId>

View File

@@ -5,6 +5,7 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai</artifactId>
<version>0.8.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-openai</artifactId>
<packaging>jar</packaging>

View File

@@ -8,7 +8,7 @@
<version>0.8.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-postgresml-embedding-client</artifactId>
<artifactId>spring-ai-postgresml</artifactId>
<packaging>jar</packaging>
<name>Spring AI Embedding Client - PostgresML</name>
<description>Spring AI PostgresML Embedding Client</description>

View File

@@ -8,7 +8,7 @@
<version>0.8.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>transformers-embedding</artifactId>
<artifactId>spring-ai-transformers</artifactId>
<packaging>jar</packaging>
<name>Spring AI Transormers Embedding Client</name>
<description>Spring AI Transformers Embedding Client</description>

Some files were not shown because too many files have changed in this diff Show More