Difference between revisions of "Weaviate"
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
= Installation = | = Installation = | ||
see https://raw.githubusercontent.com/semi-technologies/weaviate/ | see https://raw.githubusercontent.com/semi-technologies/weaviate/ | ||
+ | == Setup, schema, importing data and GraphQL == | ||
+ | <youtube>L0Y_zZR8FRI</youtube> | ||
== Docker == | == Docker == | ||
=== Prerequisites === | === Prerequisites === | ||
Line 53: | Line 55: | ||
=== 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 | ||
+ | |||
= Videos = | = Videos = | ||
<youtube>Gd5Fx0fOdfA</youtube> | <youtube>Gd5Fx0fOdfA</youtube> | ||
<youtube>tKGRyzelDjU</youtube> | <youtube>tKGRyzelDjU</youtube> |
Revision as of 08:14, 19 September 2021
see
- https://www.semi.technology/news/fosdem-2020.html
- https://www.semi.technology/documentation/weaviate/current/about/philosophy.html#about-the-contextionary
- Word2vec
- BERT
- GloVe
Fill with dictionary "e.g. english".
- https://stackoverflow.com/questions/27652335/semantic-search-engines/60361878#60361878
- https://www.semi.technology/news/fosdem-2020.html
- https://en.wikipedia.org/wiki/Bob_van_Luijt
- Weaviate playground
- https://www.semi.technology/documentation/weaviate/current/about/philosophy.html#about-the-contextionary
- https://nlp.stanford.edu/pubs/glove.pdf
- http://wiki.bitplan.com/index.php/Weaviate
- https://hackernoon.com/how-weaviates-graphql-api-was-designed-t93932tl
- https://medium.com/semi-technologies/finding-answers-in-complex-standardizations-documents-using-weaviates-semantic-search-modules-4dcdb83527fb
Versions
Presentations
Installation
see https://raw.githubusercontent.com/semi-technologies/weaviate/
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