diff --git a/databases_config.example.json b/databases_config.example.json index 0695aa2..2ef62f7 100644 --- a/databases_config.example.json +++ b/databases_config.example.json @@ -4,7 +4,8 @@ "database": "database1", "table_name": "documents", "id_column": "id", - "content_column": "content", + "content_column": "content,file_identifiers", + "file_column": "file_identifiers", "title_column": "title", "metadata_columns": "created_at,updated_at", "content_separator": "\n",