{"id":31967808,"url":"https://github.com/deepak786/faq-chatbot","last_synced_at":"2026-04-07T07:46:21.217Z","repository":{"id":295076520,"uuid":"988990151","full_name":"deepak786/faq-chatbot","owner":"deepak786","description":"A streamlit-based chatbot that answers questions based on a FAQ database using LangChain and Ollama for local LLM inference.","archived":false,"fork":false,"pushed_at":"2025-05-27T15:17:48.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-07T07:46:20.421Z","etag":null,"topics":["chatbot","langchain","ollama","rag","streamlit"],"latest_commit_sha":null,"homepage":"https://deepakdroid.medium.com/build-a-local-faq-chatbot-with-rag-streamlit-ollama-bc42b9400eee","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepak786.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-23T11:40:38.000Z","updated_at":"2025-05-27T15:17:52.000Z","dependencies_parsed_at":"2025-05-23T15:07:37.629Z","dependency_job_id":"a9c17076-ecdb-4f0b-9140-fc648f533694","html_url":"https://github.com/deepak786/faq-chatbot","commit_stats":null,"previous_names":["deepak786/faq-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deepak786/faq-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepak786%2Ffaq-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepak786%2Ffaq-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepak786%2Ffaq-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepak786%2Ffaq-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepak786","download_url":"https://codeload.github.com/deepak786/faq-chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepak786%2Ffaq-chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","langchain","ollama","rag","streamlit"],"created_at":"2025-10-14T18:41:42.713Z","updated_at":"2026-04-07T07:46:21.204Z","avatar_url":"https://github.com/deepak786.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FAQ Chatbot\n\nA streamlit-based chatbot that answers questions based on a FAQ database using LangChain and Ollama for local LLM inference.\n\n## Features\n\n- 🤖 Local LLM inference using Ollama\n- 💾 Persistent vector storage using Chroma\n- 🔍 Semantic search for finding relevant answers\n- 🌐 Interactive web interface using Streamlit\n- 💬 Chat history with expandable Q\u0026A pairs\n\n## Prerequisites\n\n- Python 3.8 or higher\n- [Ollama](https://ollama.com/) installed on your machine with the following models:\n  - `llama3.2` - for generating responses\n  - `nomic-embed-text` - for text embeddings\n\n### Installing Ollama Models\n\nAfter installing Ollama, run these commands to pull the required models:\n```bash\nollama pull llama3.2\nollama pull nomic-embed-text\n```\n\n## Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/deepak786/faq-chatbot.git\ncd faq_chatbot\n```\n\n2. Create a virtual environment and activate it:\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate  # On Windows, use `.venv\\Scripts\\activate`\n```\n\n3. Install the required packages:\n```bash\npip install -r requirements.txt\n```\n\n## Running the Application\n\n1. Make sure Ollama is running on your machine:\n```bash\nollama serve\n```\n\n2. In a new terminal, start the Streamlit application:\n```bash\nstreamlit run faq_chatbot.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepak786%2Ffaq-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepak786%2Ffaq-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepak786%2Ffaq-chatbot/lists"}