Weaviate

From BITPlan Wiki
Revision as of 16:03, 24 July 2020 by Wf (talk | contribs) (pushed from http://rq.bitplan.com)
Jump to navigation Jump to search

see

Fill with dictionary "e.g. english".

Installation

Docker

Prerequisites

sudo apt-get install curl docker docker-compose

Installweaviate

# Weaviate with an English Contextionary
# Download the Weaviate configuration file
curl -O https://raw.githubusercontent.com/semi-technologies/weaviate/0.22.14/docker-compose/runtime/en/config.yaml
# Download the Weaviate docker-compose file
curl -O https://raw.githubusercontent.com/semi-technologies/weaviate/0.22.14/docker-compose/runtime/en/docker-compose.yml
# Run Docker Compose
docker-compose up

Installation Issue

Python Library