Difference between revisions of "Weaviate"

From BITPlan Wiki
Jump to navigation Jump to search
Line 22: Line 22:
 
= Versions =
 
= Versions =
 
* https://medium.com/semi-technologies/weaviate-version-1-2-x-now-supports-transformer-models-4a12d858cce3
 
* https://medium.com/semi-technologies/weaviate-version-1-2-x-now-supports-transformer-models-4a12d858cce3
 +
 +
= Presentations =
 +
<youtube>Ufs0cU-gaeM</youtube>
  
 
= Installation =
 
= Installation =

Revision as of 09:01, 16 May 2021

see

Fill with dictionary "e.g. english".

Versions

Presentations

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