Commit Graph

3 Commits

Author SHA1 Message Date
Maiko Bossuyt
6403bf1127 Update data_ingestion.py
fixed linting
2023-04-14 10:35:30 +02:00
Maiko Bossuyt
280647ff38 Update data_ingestion.py
move the search_file function inside the data_ingestion script
add memory initialisation argument
add overlap argument
add chunk max_length argument
2023-04-12 20:19:36 +02:00
Maiko Bossuyt
8faa6ef949 Create data_ingestion.py
This script is use when we want to seed Auto-GPT memory with one or multiple documents.

The document are read, split into chunks and store in the memory.
2023-04-12 19:47:51 +02:00