A Comprehensive Guide to Mastering RAG for AI Engineering
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
Add initial implementation of Retrieval-Augmented Generation (RAG) system with comprehensive documentation. Introduce notebooks for building healthcare customer support and corrective RAG systems, along with necessary dependencies and knowledge base integration. Include visual aids and reference links for enhanced understanding.
580c334View on GitHubAdd new notebooks for querying healthcare knowledge graphs and vector indexing with LangChain. Enhance the end-to-end RAG system for the Roman Empire by integrating entity extraction, hybrid retrieval, and full-text search functionalities.
2868d6fView on GitHubUpdate .gitignore to include venv, .vscode, .idea directories, and .env file for improved project environment management.
06e8023View on GitHubEnhance the 2-reranking notebook with detailed output messages for each step of the re-ranking process, including user query handling, document retrieval, and final ranking results. Improve clarity and user experience by providing feedback on library imports, document loading, and LLM initialization.
d8563f6View on GitHubEnhance query enhancement techniques across multiple notebooks by adding detailed explanations, learning objectives, and practical examples for query expansion, decomposition, and HyDE. Improve user understanding of RAG systems and retrieval strategies.
3664f05View on GitHubEnhance hybrid search strategies with detailed explanations, learning objectives, and implementation steps across multiple notebooks. Introduce MMR for diverse retrieval, re-ranking techniques, and query expansion methods, improving overall retrieval quality and user experience.
e70cdfeView on GitHubAdd new notebooks for document splitting, chunking, hybrid search strategies, query enhancement, and RAG system evaluation in LangChain
f277e14View on GitHubAdd notebooks for embedding models, vector databases, and retrieval strategies in LangChain
578a736View on GitHub