weaviate / weaviate-examples

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

Added text search example with own vectors #4

Closed sky-2002 closed 2 years ago

sky-2002 commented 2 years ago

Added a new example that implements a text based search and searches for documents/text that are most relevant to the query using my own vectors (generated using SBERT).

weaviate-git-bot commented 2 years ago

To avoid any confusion in the future about your contribution to Weaviate, we work with a Contributor License Agreement. If you agree, you can simply add a comment to this PR that you agree with the CLA so that we can merge.

beep boop - the SeMI bot 👋🤖

sky-2002 commented 2 years ago

I agree with the CLA.

laura-ham commented 2 years ago

Hi @sky-2002, thanks for your contribution! It would be great if you can add a small readme to your code (folder) so people know how to run the demo right away. You can also add a link to the project in the table in the readme. I'll merge the PR if there is a readme :)

sky-2002 commented 2 years ago

@laura-ham ,I have added a readme file in my example's folder and also updated the link on the table.