Update Readme to load & run pretrained embeddings directly. (Possible #240)#241
Update Readme to load & run pretrained embeddings directly. (Possible #240)#241srbhr wants to merge 2 commits intofacebookresearch:mainfrom
Conversation
Adding a section titled "Working with Pre-Trained Embeddings" adding details on how you can run the embedding directly (and hassle free) with Weaviate.
Adding a section to Pre-Trained Embeddings
|
Hi @srbhr! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Checking on #240 I've added a way to work with pretrained embedding directly in order to load/run pretrained models with the help of Weaviate.
Types of changes
Motivation and Context / Related issue
Q: Why is this change required? What problem does it solve?
A: In regards to the issue discussed in #240 I propose a solution to easily work with pre-trained embeddings in order to load/work with them easily.
Q: Please link to an existing issue here if one exists.
A: Possible #240
How Has This Been Tested (if it applies)
Q: Please describe here how your modifications have been tested.
A: It's a markdown and is Able to merge with main.
Checklist