Spaces:
Sleeping
Sleeping
Update LiveRAG_README.md
Browse files- LiveRAG_README.md +23 -19
LiveRAG_README.md
CHANGED
@@ -2,37 +2,41 @@
|
|
2 |
|
3 |
|
4 |
|
5 |
-
|
6 |
-
## π£ LiveRAG Challenge Onboarding
|
7 |
|
8 |
|
9 |
|
10 |
-
1. Setting up your AWS accounts - See [AWS Accounts instructions - section 1](Operational_Instructions/AWS_Accounts_for_LiveRAG.md) for the full details
|
11 |
-
|
12 |
-
1.
|
13 |
-
|
14 |
-
|
|
|
|
|
15 |
</center>
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
19 |
**Remark:** Do you use Pinecone servcies until you see the allocated credits appear in your account, otherwise you will be charged
|
20 |
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
24 |
|
25 |
|
26 |
---
|
27 |
-
## π£ LiveRAG Challenge Step-by-Step Guide
|
28 |
|
29 |
-
1
|
30 |
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
|
31 |
-
1.
|
32 |
-
|
33 |
-
|
34 |
|
35 |
-
2. Accessing DataMorgana and Falcon3-10B-Instruct via AI71-Platform
|
36 |
2.1 Login to your [AI71-Platform account](https://platform.ai71.ai) after you followed the onboarding instructions
|
37 |
2.2 Access the DataMorgana [Sandbox](https://platform.ai71.ai/playground) and [try it](Operational_Instructions/DM_Sandbox.md) to get your first Q&A\
|
38 |
2.3 Create your AI71-Platform [API key](https://platform.ai71.ai/api-keys)
|
|
|
2 |
|
3 |
|
4 |
|
5 |
+
## 1. π£ LiveRAG Challenge Onboarding
|
|
|
6 |
|
7 |
|
8 |
|
9 |
+
### 1.1 Setting up your AWS accounts - See [AWS Accounts instructions - section 1](Operational_Instructions/AWS_Accounts_for_LiveRAG.md) for the full details
|
10 |
+
|
11 |
+
1. Accessing the AWS LiveRAG account - follow the instructions you received by email\
|
12 |
+
2. Applying your AWS credits to your team account - follow the instructions you received by email\
|
13 |
+
<center>
|
14 |
+
<B>CAVEAT: The credits are valid for the use of AWS services only and you will be responsible for any Bedrock 3rd Party FM billing as well as any solution from our partners listed in AWS Marketplace, such as Pinecone.**\
|
15 |
+
IF YOU EXCEED YOUR CREDITS, YOU WILL BE DIRECTED CHARGED AND NOT BE REFUNDED BY THE ORGANIZERS</B>
|
16 |
</center>
|
17 |
+
|
18 |
+
### 1.2 Setting your Pinecone account if you want to build your own dense index
|
19 |
+
|
20 |
+
1. Sign up for a [Pinecone](https://pinecone.io ) account, adding a payment method (upgrade to standard). You will not be charged at this time\
|
21 |
+
2. Send mail sigir2025-liverag-tech@tii.ae with your team information and Pinecone account name and we will apply the $750 credits to your account\
|
22 |
**Remark:** Do you use Pinecone servcies until you see the allocated credits appear in your account, otherwise you will be charged
|
23 |
|
24 |
+
### 1.3. Register to AI71-Platform to access DataMorgana and Falcon3-10B-Instruct LLM
|
25 |
+
|
26 |
+
1. Register to [AI71-Platform](https://platform.ai71.ai/register) and send the email address used for registration to sigir2025-liverag-tech@tii.ae\
|
27 |
+
2. After you're notified that you are approved, login to your [AI71-Platform account](https://platform.ai71.ai)
|
28 |
|
29 |
|
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 |
2.1 Login to your [AI71-Platform account](https://platform.ai71.ai) after you followed the onboarding instructions
|
41 |
2.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 |
2.3 Create your AI71-Platform [API key](https://platform.ai71.ai/api-keys)
|