Skip to content
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

[docs] Custom Models for Fastembed #1341

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

davidmyriel
Copy link
Contributor

@davidmyriel davidmyriel commented Dec 10, 2024

Copy link

netlify bot commented Dec 10, 2024

Deploy Preview for condescending-goldwasser-91acf0 ready!

Name Link
🔨 Latest commit 9980bc0
🔍 Latest deploy log https://app.netlify.com/sites/condescending-goldwasser-91acf0/deploys/675793695cffe80008b274a2
😎 Deploy Preview https://deploy-preview-1341--condescending-goldwasser-91acf0.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@kacperlukawski kacperlukawski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking that over! I left some comments, and I think we should refactor FastEmbed before publishing it.

Moreover, we could just show how to do it for a single model, and not for two. The idea is the same, and people will rather use this doc to bring their own models, not these particular ones either way.

Comment on lines +11 to +17
## Why Use Qdrant with FastEmbed?

Qdrant seamlessly integrates with vectorization solutions like FastEmbed, offering a high-performance, distributed vector search engine. Combining Qdrant's scalable infrastructure with custom models enhances:
- Personalized search experiences
- Real-time recommendations
- Advanced semantic understanding for niche domains

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think people already know the benefits if they start to read this article.

Comment on lines +399 to +400
# Monkey patch the __init__ method
ImageEmbedding.__init__ = custom_init
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Monkey-patching is an antipattern, and if that's the only way to do it, we need to make FastEmbed easier to extend. @joein What do you think?

Comment on lines +502 to +508
## Practical Applications with Qdrant

By leveraging Qdrant alongside FastEmbed, businesses can unlock:
- **Intelligent Search**: Enable users to find relevant content faster.
- **Enhanced Recommendations**: Deliver tailored suggestions in e-commerce, media, and more.
- **Domain-Specific Insights**: Power unique applications in medicine, law, or academia.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our users rather understand why they want to achieve. If that's not for SEO, I would remove this part.


## Get Started Today

Ready to enhance your AI-powered solutions? Explore Qdrant’s capabilities and integrate it with FastEmbed for cutting-edge vector search and semantic analysis. [Learn More](https://qdrant.tech/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CTA could have been to create a free-tier cluster on the Cloud. People are already on the qdrant.tech domain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants