Skip to content

Commit b6be2b4

Browse files
Merge pull request #49 from karimmohraz/patch-3
refine-grounding
2 parents ba073bb + 20eb236 commit b6be2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sap-ai-core/grounding-454c558.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Grounding integrates external, contextually relevant, domain-specific, or real-t
66

77
Grounding is a service designed to handle data-related tasks, such as grounding and retrieval, using vector databases. It provides specialized data retrieval through these databases, grounding the retrieval process with your own external and context-relevant data. Grounding combines generative AI capabilities with the ability to use real-time, precise data to improve decision-making and business operations for specific AI-driven business solutions.
88

9-
Grounding converts user provided documents into a vector reprentations which are stored as a database. The indexing pipeline preprocesses unstructured and semi structured data into chunks and embeddings. For more information, see [Pipeline API](pipeline-api-a9badce.md) and [Vector API](vector-api-0358c5c.md).
9+
Grounding converts user provided documents into vector reprentations which are stored as a database. The indexing pipeline preprocesses unstructured and semi structured data into chunks and embeddings. For more information, see [Pipeline API](pipeline-api-a9badce.md) and [Vector API](vector-api-0358c5c.md).
1010

11-
The retrieval pipeline takes incoming user queries and converts into vector representations. The query vectors are used to search the database and retrieva relevant information. For more information, see [Retrieval API](retrieval-api-a27f4ad.md).
11+
The retrieval pipeline takes incoming user queries and converts them into vector representations. The query vectors are used to search the database and retrieva relevant information. For more information, see [Retrieval API](retrieval-api-a27f4ad.md).
1212

1313
The Pipeline API is compatible with the following data repositories:
1414

0 commit comments

Comments
 (0)