README fix
Browse files
README.md
CHANGED
@@ -49,6 +49,7 @@ default parameters of LiteLLMBackend (see aiflows.backends.LiteLLMBackend). Exce
|
|
49 |
- `filter` (str): The filter to apply to the documents. Default: null
|
50 |
- `paths_to_data` (List[str]): The paths to the data to store in the database at instantiation. Default: []
|
51 |
- `chunk_size` (int): The size of the chunks to split the documents into. Default: 700
|
|
|
52 |
- `chunk_overlap` (int): The overlap between the chunks. Default: 0
|
53 |
- `persist_directory` (str): The directory to persist the database. Default: "./demo_db_dir"
|
54 |
|
|
|
49 |
- `filter` (str): The filter to apply to the documents. Default: null
|
50 |
- `paths_to_data` (List[str]): The paths to the data to store in the database at instantiation. Default: []
|
51 |
- `chunk_size` (int): The size of the chunks to split the documents into. Default: 700
|
52 |
+
- `seperator` (str): The separator to use to split the documents. Default: "\n"
|
53 |
- `chunk_overlap` (int): The overlap between the chunks. Default: 0
|
54 |
- `persist_directory` (str): The directory to persist the database. Default: "./demo_db_dir"
|
55 |
|