-
Notifications
You must be signed in to change notification settings - Fork 282
Video Q&A LLM (Gemini) #22
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
Conversation
[Title] Video Q&A LLM (Gemini) [Version] initial [Language] ENG [Package] google-generativeai, langchain-google-genai, langchain-core, langsmith Tutorial for Video Q&A LLM using Gemini - Using the Gemini API to process and use video content as an input. - Integerating the Gemini model into a LangChain workflow.
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.
- Review OS (Windows/Mac/Linux): MAC
- Did it follow the Template Rule guidelines (YES/NO): YES
- Did the Table of Contents links work properly (YES/NO): YES
- If images are included, do their filenames comply with the guidelines (YES/NO): YES
- Does the import statement follow the latest version instead of legacy style (YES/NO): YES
- Did all the code run without errors? (If warnings occurred, please comment): YES
- Additional Comments: -
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.
## Building a Chain with the Gemini Model for Video Data (LangChain)
목차에서 이 부분에 대한 링크가 작동을 안합니다. 내용 확인 부탁드립니다. :)
ps. (langchain)
이부분이 빠진듯합니다.
Updated header and fixed link errors in the Table of Contents.
아 제가 마지막에 변경한 사항이 적용이 안되어있었네요. 다시 수정했습니다! |
승인했습니다. 고생하셨습니다. 😄 |
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.
수고하셨습니다 :)
[Title] Video Q&A LLM (Gemini)
[Version] initial
[Language] ENG
[Package] google-generativeai, langchain-google-genai, langchain-core, langsmith
Tutorial for Video Q&A LLM using Gemini