Difference between revisions of "Weaviate"
Jump to navigation
Jump to search
m (pushed from http://rq.bitplan.com) |
|||
Line 40: | Line 40: | ||
* https://www.semi.technology/documentation/weaviate/current/client-libs/python.html | * https://www.semi.technology/documentation/weaviate/current/client-libs/python.html | ||
[[Category:SiGNaL]] | [[Category:SiGNaL]] | ||
+ | == sample code == | ||
+ | === Integration tests === | ||
+ | * https://github.com/semi-technologies/weaviate-python-client/blob/master/integration/client_functions.py |
Revision as of 15:02, 5 August 2020
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
Installation
Docker
Prerequisites
sudo apt-get install curl docker docker-compose
Installweaviate
# Weaviate with an English Contextionary
# Download the Weaviate configuration file
curl -O https://raw.githubusercontent.com/semi-technologies/weaviate/0.22.14/docker-compose/runtime/en/config.yaml
# Download the Weaviate docker-compose file
curl -O https://raw.githubusercontent.com/semi-technologies/weaviate/0.22.14/docker-compose/runtime/en/docker-compose.yml
# Run Docker Compose
docker-compose up