Restructure repository into topic-based organization#65
Open
Restructure repository into topic-based organization#65
Conversation
Major Changes: - Organize into 7 clear categories: Quickstarts, RAG & Search, Agents, Finetuning, Evals, Tools & Integrations, Instant Clusters, Multimodal - Move 44 notebooks to appropriate categories - Consolidate Advanced Techniques into Quickstarts (3 notebooks total) - Separate agent frameworks into Tools & Integrations Link & Reference Fixes: - Fix image paths in 14 notebooks (images/ → ../images/) - Update Colab badges in 28 notebooks to reflect new locations - Correct 30 image references for proper relative paths - Verify all Colab links point to correct locations Documentation: - Create comprehensive README for each category - Update main README with new structure and navigation - Preserve all git history with git mv Benefits: - Better discoverability and navigation - Clear progressive learning path - Scalable structure for future content - Professional organization for open source project - Simpler structure (7 vs 8 categories)
- Update image paths from ../../images/ to ../../../images/ - Fixes broken images in 8 Agent Framework notebooks: - LangGraph (2 notebooks) - DSPy, Agno, Composio, Arcade, KlavisAI, PydanticAI - Notebooks at depth 3 require ../../../ prefix - All image references now correctly point to images/ directory
- Update ../images/ to ../../images/ for depth-2 notebook - Contextual_RAG_on_Union.ipynb now has correct relative path
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.
Note
Reorganizes the repo into topic-based directories, adds consolidated RAG/Search and Tools/Integrations content, introduces Instant Clusters docs, updates paths/Colab badges, and removes duplicated root notebooks.
RAG_and_Search/,Tools_and_Integrations/(Agent_Frameworks, Code_Execution), andTogether_Instant_Clusters/.Search_with_Reranking.ipynb,Semantic_Search.ipynb,Text_RAG.ipynb,Together_Code_Interpreter.ipynb).Text_RAG,Semantic_Search,Search_with_Reranking,RAG_with_Reasoning_Models,Embedding_Visualization, and README.Code_Execution/Together_Code_Interpreter.ipynb(moved/updated) and related docs.Together_Instant_Clusters/with README and GRPO example reference.Written by Cursor Bugbot for commit 86729f2. This will update automatically on new commits. Configure here.