{"id":15157543,"url":"https://github.com/carolinefrasca/llamaindex-chat-with-streamlit-docs","last_synced_at":"2025-04-04T21:09:18.942Z","repository":{"id":189592936,"uuid":"680930851","full_name":"carolinefrasca/llamaindex-chat-with-streamlit-docs","owner":"carolinefrasca","description":"Build a chatbot powered by LlamaIndex that augments GPT 3.5 with the contents of the Streamlit docs (or your own data).","archived":false,"fork":false,"pushed_at":"2024-07-28T01:30:17.000Z","size":880,"stargazers_count":202,"open_issues_count":1,"forks_count":340,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-28T20:08:39.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/carolinefrasca.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}},"created_at":"2023-08-20T21:28:43.000Z","updated_at":"2025-03-24T19:44:48.000Z","dependencies_parsed_at":"2023-08-20T22:39:02.900Z","dependency_job_id":"72ae1996-db2b-4a41-a083-01b061620b62","html_url":"https://github.com/carolinefrasca/llamaindex-chat-with-streamlit-docs","commit_stats":null,"previous_names":["carolinedlu/llamaindex-chat-with-streamlit-docs","carolinedfrasca/llamaindex-chat-with-streamlit-docs","carolinefrasca/llamaindex-chat-with-streamlit-docs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carolinefrasca%2Fllamaindex-chat-with-streamlit-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carolinefrasca%2Fllamaindex-chat-with-streamlit-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carolinefrasca%2Fllamaindex-chat-with-streamlit-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carolinefrasca%2Fllamaindex-chat-with-streamlit-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carolinefrasca","download_url":"https://codeload.github.com/carolinefrasca/llamaindex-chat-with-streamlit-docs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249529,"owners_count":20908212,"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":[],"created_at":"2024-09-26T20:00:58.103Z","updated_at":"2025-04-04T21:09:18.918Z","avatar_url":"https://github.com/carolinefrasca.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# 🦙📚 LlamaIndex - Chat with the Streamlit docs\n\nBuild a chatbot powered by LlamaIndex that augments GPT 3.5 with the contents of the Streamlit docs (or your own data).\n\n## Overview of the App\n\n\u003cimg src=\"app.png\" width=\"75%\"\u003e\n\n- Takes user queries via Streamlit's `st.chat_input` and displays both user queries and model responses with `st.chat_message`\n- Uses LlamaIndex to load and index data and create a chat engine that will retrieve context from that data to respond to each user query\n\n## Demo App\n\n[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://llamaindex-chat-with-docs.streamlit.app/)\n\n## Get an OpenAI API key\n\nYou can get your own OpenAI API key by following the following instructions:\n1. Go to https://platform.openai.com/account/api-keys.\n2. Click on the `+ Create new secret key` button.\n3. Next, enter an identifier name (optional) and click on the `Create secret key` button.\n4. Add your API key to your `secrets.toml` file. If you don't already have a `secrets.toml` file, add a folder named `.streamlit`, create a file called `secrets.toml` within the folder, and add the following to it:\n``` openai_key = \u003cyour key here\u003e ```\n   \nAlternatively, you can use [Streamlit Community Cloud's secrets management feature](https://docs.streamlit.io/deploy/streamlit-community-cloud/deploy-your-app/secrets-management) to add your API key via the web interface.\n\n\u003e [!CAUTION]\n\u003e Don't commit your secrets file to your GitHub repository. The `.gitignore` file in this repo includes `.streamlit/secrets.toml` and `secrets.toml`. \n\n## Try out the app\n\nOnce the app is loaded, enter your question about the Streamlit library and wait for a response.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarolinefrasca%2Fllamaindex-chat-with-streamlit-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarolinefrasca%2Fllamaindex-chat-with-streamlit-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarolinefrasca%2Fllamaindex-chat-with-streamlit-docs/lists"}