Weaviate: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
Line 30: Line 30:
# Weaviate with an English Contextionary
# Weaviate with an English Contextionary
# Download the Weaviate configuration file
# Download the Weaviate configuration file
curl -O https://raw.githubusercontent.com/semi-technologies/weaviate/0.22.14/docker-compose/runtime/en/config.yaml
curl -o docker-compose.yaml "https://configuration.semi.technology/docker-compose?"
# Download the Weaviate docker-compose file
# 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
curl -O https://raw.githubusercontent.com/semi-technologies/weaviate/0.22.14/docker-compose/runtime/en/docker-compose.yml
Line 36: Line 36:
docker-compose up
docker-compose up
</source>
</source>
== Installation Issue ==
== Installation Issue ==
* https://github.com/semi-technologies/weaviate/issues/1215
* https://github.com/semi-technologies/weaviate/issues/1215

Revision as of 14:15, 19 November 2020

see

Fill with dictionary "e.g. english".

Installation

see https://raw.githubusercontent.com/semi-technologies/weaviate/

Docker

Prerequisites

sudo apt-get install curl docker docker-compose

Installweaviate

# Weaviate with an English Contextionary
# Download the Weaviate configuration file
curl -o docker-compose.yaml "https://configuration.semi.technology/docker-compose?"
# 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

sample code

Integration tests