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

Is there a GUI console to access the db data after install the weaviate?

$
0
0

Hi @Mohamed_Shahin Thanks for your reply :slightly_smiling_face:
One more question: how to set the customized model (I would like to use Zhipu’s model)when I initiate a Weaviate DB instance, and use it to create the object? Can we set the environment variables (DEFAULT_VECTORIZER_MODULE=custom,CUSTOM_VECTORIZER_URL)for the cloud instance?

version: '3.4'
services:
  weaviate:
    image: semitechnologies/weaviate:latest
    ports:
      - "8080:8080"
    environment:
      - QUERY_DEFAULTS_LIMIT=20
      - AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED=true
      - PERSISTENCE_DATA_PATH=/var/lib/weaviate
      - DEFAULT_VECTORIZER_MODULE=custom
      - CUSTOM_VECTORIZER_URL=http://zhipu-api-url/v1/vectorize
      - CUSTOM_VECTORIZER_API_KEY=your_zhipu_api_key

Viewing all articles
Browse latest Browse all 3588

Trending Articles