Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -94,17 +94,17 @@ The resulting embedding is stored as a JSON stringified array of 1024 floating p
|
|
| 94 |
|
| 95 |
## 🎓 Tutorials
|
| 96 |
|
| 97 |
-
### 1.
|
| 98 |
|
| 99 |
If you need to reconstitute the original, un-chunked dataset, you can follow [this tutorial notebook available on our GitHub repository](https://github.com/etalab-ia/mediatech/blob/main/docs/reconstruct_vector_database.ipynb).
|
| 100 |
|
| 101 |
⚠️ The tutorial is only relevant for datasets that were chunked **without overlap**.
|
| 102 |
|
| 103 |
-
### 2.
|
| 104 |
|
| 105 |
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)
|
| 106 |
|
| 107 |
-
### 3.
|
| 108 |
|
| 109 |
⚠️ The `embeddings_bge-m3` column is stored as a **stringified list** of floats (e.g., `"[-0.03062629,-0.017049594,...]"`).
|
| 110 |
To use it as a vector, you need to parse it into a list of floats or NumPy array.
|
|
|
|
| 94 |
|
| 95 |
## 🎓 Tutorials
|
| 96 |
|
| 97 |
+
### 🔄 1. The chunking doesn't fit your use case?
|
| 98 |
|
| 99 |
If you need to reconstitute the original, un-chunked dataset, you can follow [this tutorial notebook available on our GitHub repository](https://github.com/etalab-ia/mediatech/blob/main/docs/reconstruct_vector_database.ipynb).
|
| 100 |
|
| 101 |
⚠️ The tutorial is only relevant for datasets that were chunked **without overlap**.
|
| 102 |
|
| 103 |
+
### 🤖 2. How to load MediaTech's datasets from Hugging Face and use them in a RAG pipeline ?
|
| 104 |
|
| 105 |
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)
|
| 106 |
|
| 107 |
+
### 📌 3. Embedding Use Notice
|
| 108 |
|
| 109 |
⚠️ The `embeddings_bge-m3` column is stored as a **stringified list** of floats (e.g., `"[-0.03062629,-0.017049594,...]"`).
|
| 110 |
To use it as a vector, you need to parse it into a list of floats or NumPy array.
|