weaviate / weaviate-examples

Weaviate vector database – examples
MIT License
297 stars 72 forks source link

Quick Demo: Add ports to weaviate service and use in newspublications #3

Closed cbuescher closed 2 years ago

cbuescher commented 2 years ago

I tried running the Quick start demo over at https://www.semi.technology/developers/weaviate/current/getting-started/quick-start.html and had trouble with the linked docker-compose file. I could not access the weaviate service through localhost:8080 as described. After adding the ports section in this PR this started to work. I'm not a Docker expert so there might be other / better ways to achieve this, but I wanted to raise this to save other folks time. Also, I changed to port in the newspublications section because before I did I didn't see any schema or objects like the quick start described. After the change I saw lots of activity of the t2v-transformers logs and eventually also some data, so I guess this is also necessary for data to get ingested.

bobvanluijt commented 2 years ago

Thanks @cbuescher 🙏