|
| 1 | +# Frequently Asked Questions (FAQs) |
| 2 | + |
| 3 | +## Who has created SAP Research Agent? |
| 4 | + |
| 5 | +SAP Research Agent has been created by Adri AI. |
| 6 | + |
| 7 | +## Tell me more about Adri AI |
| 8 | + |
| 9 | +Adri AI is a global company headquartered in San Francisco, specializing in SAP development. |
| 10 | + |
| 11 | +Its patented software is developed by AI product leaders from MIT, Columbia, and IIT, together with SAP experts bringing over 30 years of experience. |
| 12 | + |
| 13 | +## Who is using SAP Research Agent? |
| 14 | + |
| 15 | +As of December 10, 2025, SAP Research Agent has been used by 1,256 SAP consultants from: |
| 16 | + |
| 17 | +- Companies like Target, Reuters, etc. and |
| 18 | +- Consulting firms like Deloitte, Capgemini, NTT Data, etc. |
| 19 | + |
| 20 | +The user base is geographically diverse with three main pockets: United States, Germany, India. |
| 21 | + |
| 22 | +## How does SAP Research Agent work? |
| 23 | + |
| 24 | +### Core Architecture |
| 25 | + |
| 26 | +- **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: |
| 28 | + |
| 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. |
| 77 | + |
| 78 | +## What are the usage limits? |
| 79 | + |
| 80 | +Before signup, a user gets 50,000 free tokens. |
| 81 | + |
| 82 | +After signup, they get another 200,000 free tokens. |
| 83 | + |
| 84 | +Once you runout of these free tokens, you should upgrade to the Enterprise Plan. |
| 85 | + |
| 86 | +:::note |
| 87 | +For Enterprise Plan, contact us at [darshita@getadri.ai](mailto:darshita@getadri.ai) |
| 88 | +::: |
| 89 | + |
| 90 | +## What is the difference between all the tiers? |
| 91 | + |
| 92 | +| Category | Non signed up | Free plan | Enterprise | |
| 93 | +| -------------------- | ------------------ | ------------------- | ---------- | |
| 94 | +| Tokens | 50,000 free tokens | 200,000 free tokens | Custom | |
| 95 | +| Conversation History | Not saved | Saved | Saved | |
| 96 | + |
| 97 | +:::note |
| 98 | +For Enterprise Plan, contact us at [darshita@getadri.ai](mailto:darshita@getadri.ai) |
| 99 | +::: |
0 commit comments