Weaviate: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
* http://wiki.bitplan.com/index.php/Weaviate
* http://wiki.bitplan.com/index.php/Weaviate
* https://hackernoon.com/how-weaviates-graphql-api-was-designed-t93932tl
* https://hackernoon.com/how-weaviates-graphql-api-was-designed-t93932tl
= Versions =
* https://medium.com/semi-technologies/weaviate-version-1-2-x-now-supports-transformer-models-4a12d858cce3
= Installation =
= Installation =
see https://raw.githubusercontent.com/semi-technologies/weaviate/
see https://raw.githubusercontent.com/semi-technologies/weaviate/

Revision as of 07:29, 11 April 2021

see

Fill with dictionary "e.g. english".

Versions

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