Spaces:
Sleeping
Sleeping
Update LiveRAG_README.md
Browse files- LiveRAG_README.md +4 -4
LiveRAG_README.md
CHANGED
@@ -39,10 +39,10 @@
|
|
39 |
## 2.2 Accessing DataMorgana and Falcon3-10B-Instruct via AI71-Platform
|
40 |
1. Login to your [AI71-Platform account](https://platform.ai71.ai) after you followed the onboarding instructions
|
41 |
2. Access the DataMorgana [Sandbox](https://platform.ai71.ai/playground) and [try it](Operational_Instructions/DM_Sandbox.md) to get your first Q&A
|
42 |
-
3. Create your AI71-Platform [API key](https://platform.ai71.ai/api-keys)
|
43 |
-
3.1 Use your AI71-Platform key for programatic access to DataMorgana bulk requests generation via its [API](Operational_Instructions/DM_API_usage_example.ipynb)
|
44 |
-
3.2 Use your AI71-Platform key for programatic access to Falcon3-10B-Instruct (see [AI71 documentation](https://platform.ai71.ai/documentation))
|
45 |
-
|
46 |
|
47 |
## 2.3. Building, training, and evaluating your RAG system
|
48 |
1. Build your RAG system in your AWS Team account leveraging your FineWeb indices - make sure to use Falcon3-10B-Instruct to generate answers
|
|
|
39 |
## 2.2 Accessing DataMorgana and Falcon3-10B-Instruct via AI71-Platform
|
40 |
1. Login to your [AI71-Platform account](https://platform.ai71.ai) after you followed the onboarding instructions
|
41 |
2. Access the DataMorgana [Sandbox](https://platform.ai71.ai/playground) and [try it](Operational_Instructions/DM_Sandbox.md) to get your first Q&A
|
42 |
+
3. Create your AI71-Platform [API key](https://platform.ai71.ai/api-keys)\
|
43 |
+
3.1 Use your AI71-Platform key for programatic access to DataMorgana bulk requests generation via its [API](Operational_Instructions/DM_API_usage_example.ipynb)\
|
44 |
+
3.2 Use your AI71-Platform key for programatic access to Falcon3-10B-Instruct (see [AI71 documentation](https://platform.ai71.ai/documentation))\
|
45 |
+
**Remark:** Accessing Falcon via the AI71-Platform API is optional and recommended for a quick start. However, for a robust solution, suitable for the live event, it is recommended to set up your own Falcon3-10B-Instruct instance
|
46 |
|
47 |
## 2.3. Building, training, and evaluating your RAG system
|
48 |
1. Build your RAG system in your AWS Team account leveraging your FineWeb indices - make sure to use Falcon3-10B-Instruct to generate answers
|