-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Hugging Face Inference Endpoints as a rest embedder guide #3053
base: main
Are you sure you want to change the base?
Conversation
How to see the preview of this PR?Go to this URL: https://website-git-deploy-preview-mei-16-meili.vercel.app/docs/branch:add-hugging-face-inference-endpoint-guide Credentials to access the page are in the company's password manager as "Docs deploy preview". |
@@ -0,0 +1,87 @@ | |||
--- | |||
title: Semantic Search with Hugging Face Inference Endpoints - Meilisearch documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we focussing on semantic search specifically for this one, instead of going with hybrid?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've reused the snippet used by similar guides like Cohere, Cloudflare, etc... to keep consistency, we can definitely go with the hybrid instead.
Co-authored-by: gui machiavelli <[email protected]>
Co-authored-by: gui machiavelli <[email protected]>
Thanks for the review, @guimachiavelli; we definitely need to explain somewhere how to leverage the rest embedder to adapt to a wide variety of models API! |
What does this PR do?