{"id":15501662,"url":"https://github.com/bsenst/st-milvus-connection","last_synced_at":"2025-04-22T23:06:53.634Z","repository":{"id":208167726,"uuid":"720883116","full_name":"bsenst/st-milvus-connection","owner":"bsenst","description":"Connect your streamlit app to milvus database. Open-source contribution to the Streamlit community.","archived":false,"fork":false,"pushed_at":"2023-12-02T10:01:59.000Z","size":14,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T23:06:47.732Z","etag":null,"topics":["milvus","streamlit","streamlit-component"],"latest_commit_sha":null,"homepage":"https://streamlit.io/components?category=connections","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/bsenst.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-11-19T21:54:34.000Z","updated_at":"2024-11-17T01:18:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f98f300-e7b5-41f4-b745-1610ec647eb3","html_url":"https://github.com/bsenst/st-milvus-connection","commit_stats":null,"previous_names":["bsenst/st-milvus-connection"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsenst%2Fst-milvus-connection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsenst%2Fst-milvus-connection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsenst%2Fst-milvus-connection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsenst%2Fst-milvus-connection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsenst","download_url":"https://codeload.github.com/bsenst/st-milvus-connection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250337947,"owners_count":21414104,"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":["milvus","streamlit","streamlit-component"],"created_at":"2024-10-02T09:05:16.089Z","updated_at":"2025-04-22T23:06:53.628Z","avatar_url":"https://github.com/bsenst.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# st-milvus-connection\nConnect your streamlit app to milvus database.\n\nInstall the library\n\n```\npip install st_milvus_connection\n```\n\nConnect to Milvus database\n\n```\nimport os\nimport streamlit as st\n\nfrom st_milvus_connection import MilvusConnection\n\nos.environ[\"milvus_uri\"] = YOUR_MILVUS_ENDPOINT\nos.environ[\"milvus_token\"] = YOUR_MILVUS_TOKEN\n\nconn = st.connection(\"milvus\", type=MilvusConnection)\n```\n\nList collections\n\n```\nconn.list_collections()\n```\n\n# Example Application\nThis Streamlit Connection was created as part of the Streamlit Connections Hackathon in August 2023.\n\n[github.com/bsenst/Connections-Hackathon](https://github.com/bsenst/Connections-Hackathon)\n\n![image](https://github.com/bsenst/st-milvus-connection/assets/8211411/ab4d996d-d514-4655-9e1b-93379133942d)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsenst%2Fst-milvus-connection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsenst%2Fst-milvus-connection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsenst%2Fst-milvus-connection/lists"}