{"id":19102331,"url":"https://github.com/haesleinhuepf/simple-chat-with-docs","last_synced_at":"2026-05-28T10:30:17.267Z","repository":{"id":243491240,"uuid":"812581185","full_name":"haesleinhuepf/simple-chat-with-docs","owner":"haesleinhuepf","description":"A simple Chat interface based on voila, OpenAI and llama-index that allows you to query information from documents using human language.","archived":false,"fork":false,"pushed_at":"2024-06-09T11:34:21.000Z","size":655,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T01:58:06.919Z","etag":null,"topics":["chatpdf","llm"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haesleinhuepf.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":"2024-06-09T10:00:45.000Z","updated_at":"2024-07-20T07:20:06.000Z","dependencies_parsed_at":"2024-06-09T11:22:23.924Z","dependency_job_id":"81be3544-ec8a-4d48-b26f-50908866a835","html_url":"https://github.com/haesleinhuepf/simple-chat-with-docs","commit_stats":null,"previous_names":["haesleinhuepf/simple-chat-with-docs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haesleinhuepf%2Fsimple-chat-with-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haesleinhuepf%2Fsimple-chat-with-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haesleinhuepf%2Fsimple-chat-with-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haesleinhuepf%2Fsimple-chat-with-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haesleinhuepf","download_url":"https://codeload.github.com/haesleinhuepf/simple-chat-with-docs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240156681,"owners_count":19756815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chatpdf","llm"],"created_at":"2024-11-09T03:54:50.219Z","updated_at":"2026-05-28T10:30:17.189Z","avatar_url":"https://github.com/haesleinhuepf.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Chat with Docs\n\nThis repository contains a simple Chat interface based on [voila](https://github.com/voila-dashboards/voila), [OpenAI](https://openai.com/index/openai-api/)  and [llama-index](https://github.com/run-llama/llama_index) that allows you to query information from documents using human language.\n\nAfter installation (see below) you can start the chat using this terminal command:\n\n```\nvoila chat-with-docs.ipynb\n```\n\n![](docs/screenshot.png)\n\nThe cods in this repository is derived from the tutorial [here](https://docs.llamaindex.ai/en/stable/getting_started/starter_example/).\n\n## Installation\n\nCreate an OpenAI API Key and add it to your environment variables as explained on [this page](https://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety).\n\nYou can install everything necessary using pip. It is recommended to install it into via conda/mamba environment. If you have never used conda before, please [read this guide first](https://biapol.github.io/blog/mara_lampert/getting_started_with_mambaforge_and_python/readme.html).  \n\n```\nmamba create --name simple-chat python=3.11 git\n```\n\n```\nmamba activate simple-chat\n```\n\n```\ngit clone https://github.com/haesleinhuepf/simple-chat-with-docs\n```\n\n```\ncd simple-chat-with-docs\n```\n\n```\npip install -r requirements.txt\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaesleinhuepf%2Fsimple-chat-with-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaesleinhuepf%2Fsimple-chat-with-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaesleinhuepf%2Fsimple-chat-with-docs/lists"}