Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions best-practices/generative-ai/document-grounding/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Demo for SAP Document Grounding Service
Document Grounding service provides a simplified way of performing Retrieval Augmented Generation on your domain data. There are several out-of-the-box data connectors supported with this service to process source files. This section provides guidance and examples for connecting to these sources and different approaches to perform RAG.

Article related to this topic: [SAP Document Grounding Service](TODO)

## Language-Specific Examples
This repository includes examples in multiple programming languages to demonstrate these best practices:
* Python: Python implementation for accessing AI models
* TODO

Getting Started
Each language-specific folder contains its own README with detailed setup and usage instructions. Choose the implementation that best matches your technology stack to get started.
Loading