Files
Auto-GPT/scripts
Maiko Bossuyt 0dddc94bda Add file ingestion methode in file_operations.py
Add the following functions to ingest data into memory before Auto-GPT run.

- split_file: given a content, split it in chunks of max_length with (or without) a specified overlap

- ingest_file: read a file, use split_file to split it in chunks and load each chunk in memory

- ingest_directory: ingest all files in a directory in memory
2023-04-12 19:13:04 +02:00
..
2023-04-10 14:25:24 +02:00
2023-04-12 00:11:24 -04:00
2023-04-11 07:53:32 +02:00
2023-04-12 16:32:16 +10:00
2023-04-12 00:11:24 -04:00
2023-04-10 14:25:24 +02:00
2023-04-10 14:25:24 +02:00
2023-04-09 15:42:53 +02:00
2023-04-12 02:26:30 +02:00
2023-04-09 15:39:11 +02:00