From 7b47388e728cbeaab33c1758ddbf62e3b5aff577 Mon Sep 17 00:00:00 2001 From: Rene Jeglinsky Date: Tue, 12 Nov 2024 19:40:21 +0100 Subject: [PATCH] fix links --- guides/databases-hana.md | 2 +- guides/domain-modeling.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/databases-hana.md b/guides/databases-hana.md index f36df207d..88234bd9e 100644 --- a/guides/databases-hana.md +++ b/guides/databases-hana.md @@ -270,7 +270,7 @@ Vector embeddings are numerical representations that capture important features Typically vector embeddings are computed using an **embedding model**. The embedding model is specifically designed to capture important features and semantics of a specific type of data, it also determines the dimensionality of the vector embedding space. Unified consumption of embedding models and LLMs across different vendors and open source models is provided via the [SAP Generative AI Hub](https://community.sap.com/t5/technology-blogs-by-sap/how-sap-s-generative-ai-hub-facilitates-embedded-trustworthy-and-reliable/ba-p/13596153). -In CAP, vector embeddings are stored in elements of type [cds.Vector](../cds/types.md#built-in-types): +In CAP, vector embeddings are stored in elements of type [cds.Vector](../cds/types): ```cds entity Books : cuid { // [!code focus] diff --git a/guides/domain-modeling.md b/guides/domain-modeling.md index 81e2a81a0..bf013ac6d 100644 --- a/guides/domain-modeling.md +++ b/guides/domain-modeling.md @@ -372,7 +372,7 @@ CDS comes with a small set of built-in types: - `String`, `LargeString` - `Binary`, `LargeBinary` -[See list of **Built-in Types** in the CDS reference docs](../cds/types.md#built-in-types){.learn-more} +[See list of **Built-in Types** in the CDS reference docs](../cds/types){.learn-more} #### Common Reuse Types