-
Notifications
You must be signed in to change notification settings - Fork 50
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
Adding semantic search using Gemini API #74
Comments
👋 Hey there, rockstar! Thanks for dropping an issue! The BlogLog team is on it like pineapple on pizza (love it or hate it). Stick around, magic's about to happen! |
Could you please describe your issue in detail ? |
@jinx-vi-0 So basically gemini can handle something called embeddings. Using its api which is free 1500 requests/day, we can implement a functionality that helps user search his/her thoughts by using natural language/english which can be related to the thought but might/might not be exactly word to word search. |
🎉 Congratulations @anishka25! Your issue has been successfully closed! Thanks for your contribution! If you enjoyed contributing, please consider giving us a ⭐ and following us for updates! |
Is your feature request related to a problem? Please describe.
For now the semantic search of thoughts is not possible.
Describe the solution you'd like
Adding semantic search using Gemini API
The text was updated successfully, but these errors were encountered: