carlosrosas commited on
Commit
06a77a8
·
verified ·
1 Parent(s): d0c8e07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -49,7 +49,7 @@ The complete repository can be accessed at: https://echanges.dila.gouv.fr/OPENDA
49
  - Chunk size: Approximately 350 words for RAG system compatibility
50
  - Storage: LanceDB databases for improved retrieval methods (e.g., hybrid search)
51
  - The "text" column has been vectorized and stored in LanceDB databases
52
- - The main title of each document comes from the "name" column
53
  - All other columns have been preserved as metadata for each entry
54
 
55
  ### Collection-Specific Modifications
@@ -61,7 +61,6 @@ The complete repository can be accessed at: https://echanges.dila.gouv.fr/OPENDA
61
  - Filtered to retain only entries with "VIGUEUR" status in etat_juridique column
62
 
63
  #### LEGI-Specific
64
- - Split into two parquet files for improved handling with pandas and other libraries
65
  - "name" column created by concatenating "titre" and "article" fields
66
  - "name" column content prepended to each "text" entry
67
  - Filtered to retain only entries with "VIGUEUR" or "VIGUEUR_DIFF" status in etat_value column
 
49
  - Chunk size: Approximately 350 words for RAG system compatibility
50
  - Storage: LanceDB databases for improved retrieval methods (e.g., hybrid search)
51
  - The "text" column has been vectorized and stored in LanceDB databases
52
+ - The main title of each document is in the "name" column
53
  - All other columns have been preserved as metadata for each entry
54
 
55
  ### Collection-Specific Modifications
 
61
  - Filtered to retain only entries with "VIGUEUR" status in etat_juridique column
62
 
63
  #### LEGI-Specific
 
64
  - "name" column created by concatenating "titre" and "article" fields
65
  - "name" column content prepended to each "text" entry
66
  - Filtered to retain only entries with "VIGUEUR" or "VIGUEUR_DIFF" status in etat_value column