Comand line interface to interact with weaviate


Keywords
python, semantic-search, vector-database
License
BSD-3-Clause
Install
pip install weaviate-cli==2.1.0

Documentation

Weaviate CLI

Weaviate logo

Build Status (Travis CI) PyPI version

Command Line Interface (CLI) tool for interacting with a Weaviate instance directly from your Terminal

Visit the official SeMi Technology website for more information about the Weaviate and how to use it in production.

Check out our weaviate-client library for interacting with a Weaviate instance using python.

Installation

Install using: pip install weaviate-cli
Run using: weaviate --help

Articles

Here are some articles on weaviate:

Support

  • Use our Slack Channel for support or any other question.
  • Use the weaviate tag on Stackoverflow for questions.
  • For bugs and/or problems with the package submit a Github issue.

Contributing