Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky committed Nov 12, 2024
1 parent 45fc13c commit 7b47388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/databases-hana.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion guides/domain-modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b47388

Please sign in to comment.