Difference between revisions of "Weaviate"

From BITPlan Wiki
Jump to navigation Jump to search
Line 29: Line 29:
  
 
= Installation =
 
= Installation =
see https://raw.githubusercontent.com/semi-technologies/weaviate/
+
see https://weaviate.io/developers/weaviate/installation
 
== Setup, schema, importing data and GraphQL ==
 
== Setup, schema, importing data and GraphQL ==
 
<youtube>L0Y_zZR8FRI</youtube>
 
<youtube>L0Y_zZR8FRI</youtube>

Revision as of 10:52, 10 June 2023

see

Fill with dictionary "e.g. english".

Versions

Presentations

Installation

see https://weaviate.io/developers/weaviate/installation

Setup, schema, importing data and GraphQL

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