Description
I installed the latest version of weaviate on my local with docker, I would like to know how to access the data with the some kind of GUI console, does it support a default console , or is there a GUI client to access the data?
docker run -d \
–name weaviate
-p 8080:8080
-e QUERY_DEFAULTS_LIMIT=20
-e AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED=true
-e PERSISTENCE_DATA_PATH=/var/lib/weaviate
-e ENABLE_MODULES=text2vec-openai
-e OPENAI_APIKEY=
-e CLUSTER_HOSTNAME=weaviate-node
-e CLUSTER_DISCOVERY_METHOD=none
semitechnologies/weaviate:latest
Server Setup Information
- Weaviate Server Version: latest
- Deployment Method: docker
- Multi Node? Number of Running Nodes:
- Client Language and Version:
- Multitenancy?: