Replies: 2 comments
-
move data_ingestion.py to Auto-GPT/ folder |
Beta Was this translation helpful? Give feedback.
0 replies
-
No module named 'config' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to follow the instructions for pre-seeding the memory with documents from a local folder, but I am getting an error right off the start:
python autogpt/data_ingestion.py -h
Traceback (most recent call last):
File ".../Auto-GPT/autogpt/data_ingestion.py", line 4, in
from autogpt.config import Config
I am literally running the command from the doc:
python autogpt/data_ingestion.py --dir seed_data --init --overlap 200 --max_length 1000
I'm on MacOS with python installed through homebrew. I probably made some dumb setup error, so please set me straight ;-)
Beta Was this translation helpful? Give feedback.
All reactions