Auto-GPT-DockerSetup icon indicating copy to clipboard operation
Auto-GPT-DockerSetup copied to clipboard

Weaviate error "store is read-only"

Open DevMentat opened this issue 1 year ago • 3 comments

Issue: Weaviate error "store is read-only" in Auto-GPT-DockerSetup project

Description

When I use Weaviate as recommended in the README file for the Auto-GPT-DockerSetup project, I encounter an error when Auto-GPT asks for user input. The error is:

{'error': [{'message': 'store is read-only'}]}

Steps to reproduce:

  • Set up Weaviate according to the Getting Started section in the README

  • Follow the rest of the instructions in the README

  • When the Auto-GPT instance asks for user input, the error occurs

  • Weaviate host and port configuration in the .env file:

    MEMORY_BACKEND=weaviate
    WEAVIATE_HOST="127.0.0.1"
    WEAVIATE_PORT=8080
    WEAVIATE_PROTOCOL="http"
    USE_WEAVIATE_EMBEDDED=True
    WEAVIATE_EMBEDDED_PATH="/app/autogpt/auto_gpt_workspace/aviate"
    

Requesting help to resolve this issue. 🙂

DevMentat avatar Apr 27 '23 08:04 DevMentat