Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -91,7 +91,7 @@ This dataset only includes data.gouv.fr datasets that have at least a 100 charac
|
|
| 91 |
|
| 92 |
The `chunk_text` field was created by combining the `title`, `organization` name, `description`.
|
| 93 |
|
| 94 |
-
The `description` was cropped to a maximum length of +- 1000 characters.
|
| 95 |
The Langchain's `RecursiveCharacterTextSplitter` function was used to crop the description.
|
| 96 |
|
| 97 |
The parameters used are :
|
|
|
|
| 91 |
|
| 92 |
The `chunk_text` field was created by combining the `title`, `organization` name, `description`.
|
| 93 |
|
| 94 |
+
The `description` was here cropped to a maximum length of +- 1000 characters.
|
| 95 |
The Langchain's `RecursiveCharacterTextSplitter` function was used to crop the description.
|
| 96 |
|
| 97 |
The parameters used are :
|