weaviate / weaviate-examples

Weaviate vector database – examples
MIT License
300 stars 75 forks source link

Added movie search engine example (GSoC) #22

Closed YASH-GU24 closed 2 years ago

bobvanluijt commented 2 years ago

Thanks @YASH-GU24 - added @sebawita for review

weaviate-git-bot commented 2 years ago

Great to see you again! Thanks for the contribution.

beep boop - the SeMI bot 👋🤖

YASH-GU24 commented 2 years ago

Hello @sebawita , -I fixed the typo error -By example folder, I meant the folder of this code, basically where add_data.py resides. So i mentioned that in readme also -The dowload_poster.py had no role in this demo. That was the file that was created for the poster image reverse searching feature which we initially discussed but then dropped. Somehow that file made it in the initial commit but now I have deleted it. -I made the deleting of the schema class as conditional. It will search for all the schema classes present and delete the 'Movies' class if found.