Skip to content

Commit 3c8e4f6

Browse files
newtorka-d
andauthored
chore: Rename grounding to document-grounding (#352)
* Initial rename * Add release note --------- Co-authored-by: Alexander Dümont <[email protected]>
1 parent 8d264de commit 3c8e4f6

File tree

72 files changed

+16
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+16
-14
lines changed

docs/guides/GROUNDING.md

Lines changed: 4 additions & 4 deletions

docs/release-notes/release_notes.md

Lines changed: 2 additions & 0 deletions
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<artifactId>sdk-parent</artifactId>
77
<version>1.4.0-SNAPSHOT</version>
88
</parent>
9-
<artifactId>grounding</artifactId>
10-
<name>Grounding client</name>
11-
<description>SAP Cloud SDK for AI is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service. This is the client for the Grounding Service.</description>
9+
<artifactId>document-grounding</artifactId>
10+
<name>Document Grounding Client</name>
11+
<description>SAP Cloud SDK for AI is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service. This is the client for the Document Grounding Service.</description>
1212

1313
<url>https://github.com/SAP/ai-sdk-java?tab=readme-ov-file#documentation</url>
1414
<organization>

grounding/src/main/java/com/sap/ai/sdk/grounding/GroundingClient.java renamed to document-grounding/src/main/java/com/sap/ai/sdk/grounding/GroundingClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import lombok.experimental.Tolerate;
1212

1313
/**
14-
* Service class for the Grounding APIs.
14+
* Service class for the Document Grounding APIs.
1515
*
1616
* @since 1.3.0
1717
*/

grounding/src/main/java/com/sap/ai/sdk/grounding/client/PipelinesApi.java renamed to document-grounding/src/main/java/com/sap/ai/sdk/grounding/client/PipelinesApi.java

File renamed without changes.

grounding/src/main/java/com/sap/ai/sdk/grounding/client/RetrievalApi.java renamed to document-grounding/src/main/java/com/sap/ai/sdk/grounding/client/RetrievalApi.java

File renamed without changes.

grounding/src/main/java/com/sap/ai/sdk/grounding/client/VectorApi.java renamed to document-grounding/src/main/java/com/sap/ai/sdk/grounding/client/VectorApi.java

File renamed without changes.

grounding/src/main/java/com/sap/ai/sdk/grounding/model/ApiError.java renamed to document-grounding/src/main/java/com/sap/ai/sdk/grounding/model/ApiError.java

File renamed without changes.

grounding/src/main/java/com/sap/ai/sdk/grounding/model/BaseDocument.java renamed to document-grounding/src/main/java/com/sap/ai/sdk/grounding/model/BaseDocument.java

File renamed without changes.

grounding/src/main/java/com/sap/ai/sdk/grounding/model/Chunk.java renamed to document-grounding/src/main/java/com/sap/ai/sdk/grounding/model/Chunk.java

File renamed without changes.

0 commit comments

Comments
 (0)