ppetermann / Auto-GPT-DockerSetup

A template to *run* Auto-GPT in docker
21 stars 0 forks source link

Weaviate error "store is read-only" #1

Open DevMentat opened 1 year ago

DevMentat commented 1 year ago

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:

Requesting help to resolve this issue. ๐Ÿ™‚

ppetermann commented 1 year ago

Can you please give the following information:

What operating system are you using on the host?

Do files in workspace/aviate exist?

If so, are owner and rights correct?

On Thu, 27 Apr 2023, 10:27 DevMentat, @.***> wrote:

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

โ€” Reply to this email directly, view it on GitHub https://github.com/ppetermann/Auto-GPT-DockerSetup/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAQ5VUGYLGHD5W2IF37WFDXDIUW7ANCNFSM6AAAAAAXNQIWPI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

DevMentat commented 1 year ago

Okay so: MacOS Ventura 13.3.1 Yes the aviate folder was created and have file in it My user (who are in docker group) is the owner of the folder and this is the content:

Capture dโ€™eฬcran 2023-04-27 aฬ€ 12 02 09
ppetermann commented 1 year ago

a few notes from discord: