-
Notifications
You must be signed in to change notification settings - Fork 0
Implemented LangChain and Gemini AI to generate AI enhanced Cv #126
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for smart-cv-migracode ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
inkpot-monkey
left a comment
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.
Hi @Priscilla-MacGatus nice work getting this working but we should aim to wrap the different models with the wrapper that Langchain provides so it is more flexible moving forward. This way we easily change models allow our users to use whatever language model they feel most comfortable with:
Try to implement a flow using this tutorial as a way of making this happen
inkpot-monkey
left a comment
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.
Fantastic work @Priscilla-MacGatus just a one question to clear up and a suggestion to implement, and we can get this merged!
-This PR introduces a new Netlify serverless function that leverages LangChain with Gemini (Google Generative AI) to enhance CV data automatically.
-Uses @langchain/google-genai to interact with Gemini 1.5 Flash model.
-Updated the API input key file path.