// the find
piyushgarg-dev/genai-cohort
A personal learning repo from a GenAI cohort course — scattered Python scripts covering LangGraph, embeddings, RAG, Ollama, and MCP. This is someone's homework folder, not a library or tool you'd install.
The LangGraph examples are reasonably structured with separate graph/main/support files rather than one giant notebook. Docker Compose files for Langfuse observability is a nice touch for anyone learning to instrument LLM calls. The breadth of examples (Gemini, Ollama, RAG, MCP) gives a quick survey of the current tooling landscape.
No README, no docs, no explanation of what anything does or how to run it — you're reading the code cold. Files named chat.py, chat_2.py, chat_3.py are version control by filename, which tells you this wasn't written to be shared. A PDF (nodejs.pdf) and a file called magic.txt sitting at the root suggests someone just committed their entire downloads folder. Forks outnumber stars at 76/201 almost entirely because students in the same cohort forked it, not because it's useful.