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`
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
Before Width: | Height: | Size: 429 KiB After Width: | Height: | Size: 429 KiB |
|
Before Width: | Height: | Size: 379 KiB After Width: | Height: | Size: 379 KiB |
|
Before Width: | Height: | Size: 416 KiB After Width: | Height: | Size: 416 KiB |
|
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 340 KiB |
|
Before Width: | Height: | Size: 403 KiB After Width: | Height: | Size: 403 KiB |
|
Before Width: | Height: | Size: 307 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
Before Width: | Height: | Size: 4.4 MiB After Width: | Height: | Size: 4.4 MiB |