Update README.md
Browse files
README.md
CHANGED
|
@@ -110,6 +110,12 @@ If needed, the Langchain's `RecursiveCharacterTextSplitter` function was used to
|
|
| 110 |
Each `chunk_text` was embedded using the [**`BAAI/bge-m3`**](https://huggingface.co/BAAI/bge-m3) model.
|
| 111 |
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.
|
| 112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
## 📌 Embedding Use Notice
|
| 114 |
|
| 115 |
⚠️ The `embeddings_bge-m3` column is stored as a **stringified list** of floats (e.g., `"[-0.03062629,-0.017049594,...]"`).
|
|
|
|
| 110 |
Each `chunk_text` was embedded using the [**`BAAI/bge-m3`**](https://huggingface.co/BAAI/bge-m3) model.
|
| 111 |
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.
|
| 112 |
|
| 113 |
+
## 🔄 The chunking doesn't fit your use case?
|
| 114 |
+
|
| 115 |
+
[**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).~~
|
| 116 |
+
|
| 117 |
+
⚠️ The tutorial is only relevant for datasets that were chunked **without overlap**.
|
| 118 |
+
|
| 119 |
## 📌 Embedding Use Notice
|
| 120 |
|
| 121 |
⚠️ The `embeddings_bge-m3` column is stored as a **stringified list** of floats (e.g., `"[-0.03062629,-0.017049594,...]"`).
|