This repository is dedicated to my learning journey through the LangChain & Vector Databases in Production course offered by Activeloop. The course is part of the Gen AI 360 Foundational Model Certification and focuses on mastering Large Language Models (LLMs) and Vector Databases.
Stars
8
Forks
3
Watchers
8
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
107
commits
Fix: Use ChatGoogleGenerativeAI for single-turn translation
4402666View on GitHub1. **Import Change:** We've changed the import from `ChatOpenAI` to `ChatGemini` since we're now using a Gemini model.
aeb3328View on GitHubaider: Added progress bar and status text updates during transcription and summary process.
5007ab7View on GitHubaider: Define the available video formats and add them to the options list.
fb4cbd8View on GitHubaider: Prevent video from being downloaded multiple times after selecting video quality.
44c925cView on GitHubaider: The script now checks if both the URL and selected video quality are provided before downloading the video.
be45114View on GitHubaider: Changed the order of buttons and added progress bar, collapsed transcription by default, and prevented script from re-running when downloading.
02b040cView on GitHub