yoelle commited on
Commit
5c61409
·
verified ·
1 Parent(s): bf027c4

Update LiveRAG_README.md

Browse files
Files changed (1) hide show
  1. LiveRAG_README.md +5 -5
LiveRAG_README.md CHANGED
@@ -30,18 +30,18 @@
30
  ---
31
  # 2. 👣 LiveRAG Challenge Step-by-Step Guide
32
 
33
- ## 2.1 Accessing or building your RAG indices\
34
  You can use the pre-built indices, [Pinecone](https://www.pinecone.io/) and [OpenSearch](https://opensearch.org/) or build your own indices on top of the same of [FineWeb Sample-10BT](https://huggingface.co/datasets/HuggingFaceFW/fineweb/viewer/sample-10BT) corpus
35
  1. To use the pre-built indices follow this [sample notebook](Operational_Instructions/Indices_Usage_Examples_for_LiveRAG.ipynb)
36
  2. To build your own **OpenSearch** index, create or use your existing AWS account and apply the provided AWS credits to save costs (see [here](Operational_Instructions/AWS_Accounts_for_LiveRAG.md))\
37
  3. To build your own **Pinecone** index, create or use your existing Pinecone account and apply the provided Pinecone credits to save costs (see [here](Operational_Instructions/Pinecone_for_LiveRAG.md))
38
 
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\
 
30
  ---
31
  # 2. 👣 LiveRAG Challenge Step-by-Step Guide
32
 
33
+ ## 2.1 Accessing or building your RAG indices
34
  You can use the pre-built indices, [Pinecone](https://www.pinecone.io/) and [OpenSearch](https://opensearch.org/) or build your own indices on top of the same of [FineWeb Sample-10BT](https://huggingface.co/datasets/HuggingFaceFW/fineweb/viewer/sample-10BT) corpus
35
  1. To use the pre-built indices follow this [sample notebook](Operational_Instructions/Indices_Usage_Examples_for_LiveRAG.ipynb)
36
  2. To build your own **OpenSearch** index, create or use your existing AWS account and apply the provided AWS credits to save costs (see [here](Operational_Instructions/AWS_Accounts_for_LiveRAG.md))\
37
  3. To build your own **Pinecone** index, create or use your existing Pinecone account and apply the provided Pinecone credits to save costs (see [here](Operational_Instructions/Pinecone_for_LiveRAG.md))
38
 
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\