The GitHub Study Guide is an app designed to help users learn GitHub and prepare for certification exams.
The app can be accessed here »
The app can be accessed here »
- LangChain is used for prompt orchestration, text processing, and embedding integration with large language models (LLMs) for retrieval-augmented generation (RAG).
- Hugging Face provides both the embeddings and the hosted language models accessed via API.
- FAISS is used for efficient vector similarity search and retrieval.
- Frontend (Dash + Plotly) uses Dash as the Python framework for building the web interface, with Plotly for creating interactive visualizations and data-driven components within the app.
