{"id":24970204,"url":"https://github.com/typek22/doggo-rag-chatbot","last_synced_at":"2026-05-01T22:32:09.327Z","repository":{"id":275019968,"uuid":"924820248","full_name":"typek22/doggo-rag-chatbot","owner":"typek22","description":"A Streamlit GenAI chatbot that uses retrieval-augmented generation (RAG) to teach a public LLM respond questions about my dog. Powered by OpenAIs gpt-4o and embeddings model and embedding-based search (ChromaDB), this app offers real-time interactions with personalized answers.","archived":false,"fork":false,"pushed_at":"2025-02-03T18:52:40.000Z","size":645,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T05:17:50.514Z","etag":null,"topics":["ai","chromadb","embeddings","genai","genai-chatbot","llm","openai","python","rag","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/typek22.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-01-30T17:55:38.000Z","updated_at":"2025-02-03T18:52:44.000Z","dependencies_parsed_at":"2025-01-30T18:48:07.115Z","dependency_job_id":null,"html_url":"https://github.com/typek22/doggo-rag-chatbot","commit_stats":null,"previous_names":["typek22/doggo-rag-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/typek22/doggo-rag-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typek22%2Fdoggo-rag-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typek22%2Fdoggo-rag-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typek22%2Fdoggo-rag-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typek22%2Fdoggo-rag-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typek22","download_url":"https://codeload.github.com/typek22/doggo-rag-chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typek22%2Fdoggo-rag-chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","chromadb","embeddings","genai","genai-chatbot","llm","openai","python","rag","streamlit"],"created_at":"2025-02-03T15:56:34.454Z","updated_at":"2026-05-01T22:32:09.301Z","avatar_url":"https://github.com/typek22.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doggo RAG Chatbot 🐶\nA simple streamlit chatbot to showcase functioning of Retrieval Augmented Generation (RAG) and how to integrate it with\na public LLM to create custom chatbot with a specific knowledge.\n\nI write about this code in my LinkedIn article https://www.linkedin.com/pulse/creating-custom-chatbot-based-rag-llm-ivan-magdolen-splfe\n\n- 1st article\n  - branch \"part_1\"\n- 2nd article\n  - branch \"part_2\"\n\n## Features\n\n- You can chat with custom chatbot who knows data about Zaira (my dog)\n\n## Requirements\n\n- Python 3.8 or higher\n- see requirements.txt\n\n## Usage\n\n### Clone and run virtual environment\n```bash\n$ git clone https://github.com/doggo-rag-chatbot.git\n$ cd doggo-rag-chatbot\n$ python -m venv .\n$ ./Scripts/activate\n$ pip install -r requirements.txt\n```\n\n### Set you API key in environment variables\n```python\nOPEN_AI_KEY='mykey'\n```\n\n### Create embeddings database\n```shell\n$ python embeddings_init.py\n```\n\n### Run the chatbot\n```shell\n$ streamlit run streamlit-app.py\n```\n### And go to \n```shell\nhttp://localhost:8501\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypek22%2Fdoggo-rag-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypek22%2Fdoggo-rag-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypek22%2Fdoggo-rag-chatbot/lists"}