Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -90,6 +90,12 @@ The Langchain's `RecursiveCharacterTextSplitter` function was used to make these
|
|
| 90 |
|
| 91 |
Each `chunk_text` was embedded using the [**`BAAI/bge-m3`**](https://huggingface.co/BAAI/bge-m3) model. The resulting embedding vector is stored in the `embeddings_bge-m3` column as a **string**, but can easily be parsed back into a `list[float]` or NumPy array.
|
| 92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
## 📌 Embedding Use Notice
|
| 94 |
|
| 95 |
⚠️ The `embeddings_bge-m3` column is stored as a **stringified list** of floats (e.g., `"[-0.03062629,-0.017049594,...]"`).
|
|
|
|
| 90 |
|
| 91 |
Each `chunk_text` was embedded using the [**`BAAI/bge-m3`**](https://huggingface.co/BAAI/bge-m3) model. The resulting embedding vector is stored in the `embeddings_bge-m3` column as a **string**, but can easily be parsed back into a `list[float]` or NumPy array.
|
| 92 |
|
| 93 |
+
## 🔄 The chunking doesn't fit your use case?
|
| 94 |
+
|
| 95 |
+
[**SOON AVAILABLE FOR THIS DATASET**] ~~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).~~
|
| 96 |
+
|
| 97 |
+
⚠️ The tutorial is only relevant for datasets that were chunked **without overlap**.
|
| 98 |
+
|
| 99 |
## 📌 Embedding Use Notice
|
| 100 |
|
| 101 |
⚠️ The `embeddings_bge-m3` column is stored as a **stringified list** of floats (e.g., `"[-0.03062629,-0.017049594,...]"`).
|