Weaviate: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* https://github.com/semi-technologies/weaviate
<youtube>https://youtu.be/3NfcAF4qm2k</youtube>
<youtube>https://youtu.be/3NfcAF4qm2k</youtube>
see  
see  

Revision as of 17:21, 8 April 2021

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?"
# Run Docker Compose
docker-compose up

Installation Issue

Python Library

sample code

Integration tests

Videos