Add S3 transcript download and OPENAI_API_KEY validation for Lenny's Podcast example#40
Open
Add S3 transcript download and OPENAI_API_KEY validation for Lenny's Podcast example#40
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Created download_transcripts.py script to download from S3 - Updated Makefile with download-transcripts target and auto-download - Added OPENAI_API_KEY validation with clear error messages - Suppressed Neo4j driver warnings in graph client - Updated README with download instructions and API key requirements - Added comprehensive tests for download and config validation - Created .gitignore for data/ and tmp/ directories Co-authored-by: johnymontana <1222454+johnymontana@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Lenny Podcast example import instructions
Add S3 transcript download and OPENAI_API_KEY validation for Lenny's Podcast example
Jan 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Lenny's Podcast example required manual transcript setup and failed silently when OPENAI_API_KEY was missing. Neo4j driver warnings cluttered the import output.
Changes
S3 transcript download
scripts/download_transcripts.py: Downloads and validates archive from S3make load-*command, manualmake download-transcriptstarget--check-onlyand--forcemodesOPENAI_API_KEY validation
backend/src/config.py: Pydantic validator fails fast at startup with actionable errorscripts/load_transcripts.py: Pre-flight check before processingsk-*formatNeo4j driver warning suppression
src/neo4j_agent_memory/graph/client.py: Filter deprecation warnings, set neo4j.* loggers to WARNINGDocumentation
.env.example: Detailed API key documentation with setup link.gitignore: Excludedata/andtmp/directoriesTests
test_download_transcripts.py: Unit tests for download/validation, integration test for S3 availabilitytest_config_validation.py: API key validation edge casesWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
s3.us-west-1.amazonaws.com/usr/bin/python python scripts/download_transcripts.py --check-only(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.