Difference between revisions of "Weaviate"

From BITPlan Wiki
Jump to navigation Jump to search
Line 43: Line 43:
 
=== Integration tests ===  
 
=== Integration tests ===  
 
* https://github.com/semi-technologies/weaviate-python-client/blob/master/integration/client_functions.py
 
* https://github.com/semi-technologies/weaviate-python-client/blob/master/integration/client_functions.py
= Contributors meetup =
+
= Videos =
 
<youtube>Gd5Fx0fOdfA</youtube>
 
<youtube>Gd5Fx0fOdfA</youtube>
 +
<youtube>tKGRyzelDjU</youtube>

Revision as of 10:59, 21 December 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?"
# Run Docker Compose
docker-compose up

Installation Issue

Python Library

sample code

Integration tests

Videos