Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -101,11 +101,11 @@ The resulting embedding vector is stored in the `embeddings_bge-m3` column as a
|
|
| 101 |
|
| 102 |
## 🎓 Tutorials
|
| 103 |
|
| 104 |
-
### 1.
|
| 105 |
|
| 106 |
To learn how to load MediaTech's datasets from Hugging Face and integrate them into a Retrieval-Augmented Generation (RAG) pipeline, check out our [step-by-step RAG tutorial available on our GitHub repository !](https://github.com/etalab-ia/mediatech/blob/main/docs/hugging_face_rag_tutorial.ipynb)
|
| 107 |
|
| 108 |
-
### 2.
|
| 109 |
|
| 110 |
⚠️ The `embeddings_bge-m3` column is stored as a **stringified list** of floats (e.g., `"[-0.03062629,-0.017049594,...]"`).
|
| 111 |
To use it as a vector, you need to parse it into a list of floats or NumPy array.
|
|
|
|
| 101 |
|
| 102 |
## 🎓 Tutorials
|
| 103 |
|
| 104 |
+
### 🤖 1. How to load MediaTech's datasets from Hugging Face and use them in a RAG pipeline ?
|
| 105 |
|
| 106 |
To learn how to load MediaTech's datasets from Hugging Face and integrate them into a Retrieval-Augmented Generation (RAG) pipeline, check out our [step-by-step RAG tutorial available on our GitHub repository !](https://github.com/etalab-ia/mediatech/blob/main/docs/hugging_face_rag_tutorial.ipynb)
|
| 107 |
|
| 108 |
+
### 📌 2. Embedding Use Notice
|
| 109 |
|
| 110 |
⚠️ The `embeddings_bge-m3` column is stored as a **stringified list** of floats (e.g., `"[-0.03062629,-0.017049594,...]"`).
|
| 111 |
To use it as a vector, you need to parse it into a list of floats or NumPy array.
|