Difference between revisions of "Weaviate"

From BITPlan Wiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
Fill with dictionary "e.g. english".
 
Fill with dictionary "e.g. english".
 
+
<youtube>SDOl9fRObVg</youtube>
 
* https://stackoverflow.com/questions/27652335/semantic-search-engines/60361878#60361878
 
* https://stackoverflow.com/questions/27652335/semantic-search-engines/60361878#60361878
 
* https://www.semi.technology/news/fosdem-2020.html
 
* https://www.semi.technology/news/fosdem-2020.html

Revision as of 10:00, 11 March 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