You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**AI Backend**: SAP Research Agent uses over 40+ Large Language Models with specialized configuration for SAP research tasks. More details [here](https://getadriai.github.io/code-agent-docs/faqs#which-models-are-being-used)
27
-
-**Vector Database**: The attached ERP system has been indexed into a ChromaDB vector database. It contains 18 million standard objects of ECC 6.0 EHP 7 and 27 million standard objects of S/4HANA 2023 like:
26
+
## Which models are being used?
28
27
29
-
- Transaction codes, programs, classes
30
-
- Tables, views, data elements
31
-
- BAdIs, enhancements, function modules
32
-
- Menu paths, documentation, and more
33
-
34
-
### Which models are being used?
35
-
36
-
SAP Research Agent uses a combination of:
37
-
38
-
- Internally fine-tuned models
39
-
- Public frontier models
40
-
41
-
Depending on the subtask, an appropriate combination of models is chosen dynamically.
42
-
43
-
| Model Provider | No. of models used |
44
-
| -------------- | ------------------ |
45
-
| Adri AI | 4 |
46
-
| Google | 9 |
47
-
| Mistral | 6 |
48
-
| Meta | 8 |
49
-
| OpenAI | 7 |
50
-
| Anthropic | 4 |
51
-
| Cohere | 4 |
52
-
| Total | 42 |
53
-
54
-
Note: Counts are as of November 2025
55
-
56
-
### Key Capabilities
57
-
58
-
1.**System Validation**
59
-
60
-
SAP Research Agent queries the attached SAP system by writing ChromaSQL queries. ChromaSQL is a SQL-inspired domain specific language created by Adri AI.
61
-
62
-
2.**Web Search**
63
-
64
-
SAP Research Agent also has the capability to search the internet for SAP solutions, best practices, and similar use cases.
65
-
66
-
3.**Document Processing**
67
-
68
-
SAP Research Agent can read the uploaded attachments and optionally index them for future reference.
69
-
70
-
### Typical Workflow
71
-
72
-
1. User asks a research question (text + optional attachments)
73
-
2. Depending on the question, the SAP Research Agent may think of a solution from its own knowledge base or search the web for relevant resources.
74
-
3. The solution is then validated against your SAP system's capabilities using the vector database.
75
-
4. The agent creates detailed implementation plans with specific T-codes, ABAP objects, and configuration steps.
76
-
5. The agent provides alternatives and visual diagrams when helpful.
0 commit comments