Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3588

Couldn't connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only file system:

$
0
0

hi @nan_dou ! Glat to hear that!

You run Embedded mode from “within” the client.

It will first then download the go binary and run it for you.

This is all you need for running with python:

import weaviate
client = weaviate.connect_to_embedded()
print(client.get_meta().get("version"))

now you content will be stored, by default, at ~/.local/share/weaviate/ (unless you specify otherwise)

Let me know if that helps!

Thanks!


Viewing all articles
Browse latest Browse all 3588

Trending Articles