Skip to content

Commit

Permalink
Updated README - Adithya S K
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya-s-k committed Dec 2, 2024
1 parent 9e6f510 commit 88b9137
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@

## 🎯 Mission

In today's AI-driven world, finding your path through the maze of scattered learning resources can be overwhelming. AI Engineering Academy stands as your beacon, offering carefully curated, structured learning paths that transform complex AI concepts into digestible, practical knowledge.
Your journey into AI shouldn't be overwhelming. [AIengineering.academy](https://aiengineering.academy/) curate and organize essential knowledge into clear learning paths, making complex AI concepts accessible and practical for everyone.

## 🌟 Why Choose AI Engineering Academy?

- 📚 **Structured Learning**: Carefully designed pathways from fundamentals to advanced concepts
- 💻 **Hands-on Practice**: Real-world projects and implementations
- 🔄 **Up-to-date Content**: Regular updates reflecting the latest in AI technology
- 🎓 **Industry-Aligned**: Focus on practical, production-ready skills
- 🤝 **Community-Driven**: Learn alongside peers and experts

Expand Down
14 changes: 0 additions & 14 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ nav:
- Overview: RAG/01_BM25_RAG/README.md
- Implementation: RAG/01_BM25_RAG/notebook.ipynb
- Data Ingestion:
- Overview: RAG/01_Data_Ingestion/README.md
- Data Parsing: RAG/01_Data_Ingestion/data_parsing.ipynb
- Data Chunking: RAG/01_Data_Ingestion/data_chunking.ipynb
- Data Embedding: RAG/01_Data_Ingestion/data_embedding.ipynb
- Data Ingestion: RAG/01_Data_Ingestion/data_ingestion.ipynb
Expand All @@ -110,43 +108,31 @@ nav:
- Overview: RAG/01_RAG_Observability/README.md
- Implementation: RAG/01_RAG_Observability/notebook.ipynb
- ReRanker RAG:
- Overview: RAG/02_ReRanker_RAG/README.md
- Implementation: RAG/02_ReRanker_RAG/notebook.ipynb
- Evaluation: RAG/02_ReRanker_RAG/notebook_eval.ipynb
- Hybrid RAG:
- Overview: RAG/03_Hybrid_RAG/README.md
- Qdrant Hybrid Search: RAG/03_Hybrid_RAG/_Qdrant_Hybrid_Search.ipynb
- Implementation: RAG/03_Hybrid_RAG/qdrant_hybrid.ipynb
- Sentence Window RAG:
- Overview: RAG/04_Sentence_Window_RAG/README.md
- Implementation: RAG/04_Sentence_Window_RAG/Sentence_window_retrieval.ipynb
- Auto Merging RAG:
- Overview: RAG/05_Auto_Merging_RAG/README.md
- Implementation: RAG/05_Auto_Merging_RAG/Auto-merging_Retrieval.ipynb
- HyDE RAG:
- Overview: RAG/06_HyDE_RAG/README.md
- Implementation: RAG/06_HyDE_RAG/HyDEQueryTransformDemo.ipynb
- Query Transformation RAG:
- Overview: RAG/06_Query_Transformation_RAG/README.md
- Implementation: RAG/06_Query_Transformation_RAG/query_transform_cookbook.ipynb
- Self Query RAG:
- Overview: RAG/07_Self_Query_RAG/README.md
- Implementation: RAG/07_Self_Query_RAG/Self_Query_RAG.ipynb
- RAG Fusion:
- Overview: RAG/08_RAG_Fusion/README.md
- Implementation: RAG/08_RAG_Fusion/ragfusion.ipynb
- RAPTOR:
- Overview: RAG/09_RAPTOR/README.md
- Implementation: RAG/09_RAPTOR/raptor.ipynb
- ColBERT RAG:
- Overview: RAG/10_ColBERT_RAG/README.md
- Implementation: RAG/10_ColBERT_RAG/ColBert_RAG.ipynb
- Ragatouille Retriever: RAG/10_ColBERT_RAG/ragatouille_retriever.ipynb
- Graph RAG:
- Overview: RAG/11_Graph_RAG/README.md
- Implementation: RAG/11_Graph_RAG/GraphRAG_v1.ipynb
- Agentic RAG:
- Overview: RAG/12_Agnetic_RAG/README.md
- Implementation: RAG/12_Agnetic_RAG/multi_document_agents.ipynb
- Vision RAG:
- Implementation: RAG/13_Vision_RAG/gpt4v_multi_modal_retrieval.ipynb
Expand Down

0 comments on commit 88b9137

Please sign in to comment.