Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Weaviate error "store is read-only"ย #1

@DevMentat

Description

@DevMentat

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. ๐Ÿ™‚

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions