📄 Issue Description
The README file currently contains incorrect paths for multiple notebooks listed under the “Libraries and Corresponding Notebooks” section.
All the notebook links are missing the part1/ directory prefix, causing them to return 404 – Page Not Found errors when accessed directly from the README.
❌ Current (Broken) Notebook Paths
✅ Corrected Notebook Paths (with part1/ Prefix)
🧠 Example of the 404 Error
📂 Example of Actual File Path
🛠 Suggested Fix
Update all notebook links in the README to include the missing part1/ directory prefix to ensure that all notebook links are valid and accessible.
✅ Impact
- Fixes all broken notebook links in the README
- Improves accessibility and learner experience for the O’Reilly AI Memory Management in Agentic Systems course
- Maintains consistency with the current repo folder structure
📄 Issue Description
The README file currently contains incorrect paths for multiple notebooks listed under the “Libraries and Corresponding Notebooks” section.
All the notebook links are missing the
part1/directory prefix, causing them to return 404 – Page Not Found errors when accessed directly from the README.❌ Current (Broken) Notebook Paths
information_retrieval/zero_to_hero_with_genai_with_mongodb_openai.ipynblangmem/memory_augmented_agent_with_mongodb.ipynbmem0/memory_augmented_agent_with_mem0_mongodb.ipynbmemory_bank/memory_augmented_agent_with_local_memory.ipynbmemorizz/memagent_single_agent.ipynb✅ Corrected Notebook Paths (with
part1/Prefix)part1/information_retrieval/zero_to_hero_with_genai_with_mongodb_openai.ipynbpart1/langmem/memory_augmented_agent_with_mongodb.ipynbpart1/mem0/memory_augmented_agent_with_mem0_mongodb.ipynbpart1/memory_bank/memory_augmented_agent_with_local_memory.ipynbpart1/memorizz/memagent_single_agent.ipynb🧠 Example of the 404 Error
📂 Example of Actual File Path
🛠 Suggested Fix
Update all notebook links in the README to include the missing
part1/directory prefix to ensure that all notebook links are valid and accessible.✅ Impact