This assistant answers developer questions using a curated set of LangChain .txt files. It uses FAISS for vector search, HuggingFace embeddings for chunk encoding, and Phi-2 for grounded LLM responses. The bot supports session-based memory and logs every Q&A to a file. Designed for CLI use.
.txt filesingest.py: Loads and chunks .txt docs into FAISSretrieve.py: Retrieves answers with memory + loggingrequirements.txt: All dependenciesREADME.md: Project overview and usage guidepip install -r requirements.txt python ingest.py python retrieve.py š GitHub Repository [LangChain Docs Bot on GitHub](https://github.com/paulsuv9/langchain-docs-bot)