6 Matching Annotations
  1. Oct 2025
    1. Are you referring to this? self.redis_host = os.getenv("REDIS_HOST", "localhost") If so, should it look like this to use pinecone? self.redis_host = os.getenv("REDIS_HOST", "pinecone") Or is it this: self.memory_backend = os.getenv("MEMORY_BACKEND", 'local') and should be this: self.memory_backend = os.getenv("MEMORY_BACKEND", 'pinecone') I'm no coder so forgive my ignorance. :( I had already pasted the API for Pinecone but it has yet to use it and nothing is being properly written into the files upon completion of tasks. :(
    1. Thanks for the tip. I had to enable Virtual Maschine in BIOS to run the Docker now. (...)! I believe it worked! One strange thing though, as you can see: it first states it cant find the file, then proceeds to read the output of the fily anyway -meaning it found the file-: Executing file 'generate_dinner_recipe.py' in workspace 'auto_gpt_workspace' [2023-04-07T03:22:43.847792900Z][docker-credential-desktop.EXE][W] Windows version might not be up-to-date: The system cannot find the file specified. SYSTEM: Command execute_python_file returned: (...) BUT, I can now read from executing files, which feels amazing, like this was a big step and THANK you
  2. Sep 2025