Skip to content

Commit 544a067

Browse files
feat: [PromptRegistry] Release module (#400)
* feat: [Prompt Registry] Release module * import template in export * createUpdateTemplate * description * spring approved ✅ * remove export 🚫 * history test * remove warning * PMD
1 parent 98eda46 commit 544a067

File tree

106 files changed

+256
-8
lines changed

Some content is hidden

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

106 files changed

+256
-8
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<groupId>com.sap.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
77
<version>1.6.0-SNAPSHOT</version>
8+
<relativePath>../../pom.xml</relativePath>
89
</parent>
910
<artifactId>document-grounding</artifactId>
1011
<name>Document Grounding Client</name>
@@ -30,7 +31,7 @@
3031
</developer>
3132
</developers>
3233
<properties>
33-
<project.rootdir>${project.basedir}/../</project.rootdir>
34+
<project.rootdir>${project.basedir}/../../</project.rootdir>
3435
<coverage.complexity>80%</coverage.complexity>
3536
<coverage.line>71%</coverage.line>
3637
<coverage.instruction>85%</coverage.instruction>

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

document-grounding/src/main/java/com/sap/ai/sdk/grounding/model/Collection.java renamed to core-services/document-grounding/src/main/java/com/sap/ai/sdk/grounding/model/Collection.java

File renamed without changes.

document-grounding/src/main/java/com/sap/ai/sdk/grounding/model/CollectionCreatedResponse.java renamed to core-services/document-grounding/src/main/java/com/sap/ai/sdk/grounding/model/CollectionCreatedResponse.java

File renamed without changes.

0 commit comments

Comments
 (0)