{"id":50807698,"url":"https://github.com/ablil/embedding-models-api","last_synced_at":"2026-06-13T02:34:24.229Z","repository":{"id":319713511,"uuid":"1079401105","full_name":"ablil/embedding-models-api","owner":"ablil","description":"lightweight API that exposes embedding model","archived":false,"fork":false,"pushed_at":"2025-12-17T20:20:01.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-21T07:51:55.721Z","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/ablil.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-19T18:22:54.000Z","updated_at":"2025-12-17T20:20:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"11b8df12-d6fc-4689-a754-133e0cb95e67","html_url":"https://github.com/ablil/embedding-models-api","commit_stats":null,"previous_names":["ablil/embedding-models-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ablil/embedding-models-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablil%2Fembedding-models-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablil%2Fembedding-models-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablil%2Fembedding-models-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablil%2Fembedding-models-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ablil","download_url":"https://codeload.github.com/ablil/embedding-models-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablil%2Fembedding-models-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34270414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2026-06-13T02:34:23.157Z","updated_at":"2026-06-13T02:34:24.219Z","avatar_url":"https://github.com/ablil.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text Embedder\n\nLightweight Flask service that exposes a single endpoint to compute sentence embeddings\nusing `sentence-transformers` (default model: `sentence-transformers/all-MiniLM-L6-v2`).\n\nThe repository includes a `Dockerfile` and `compose.yml` for easy containerized deployment and model caching.\n\n\n## Get started\n```bash\ndocker compose -f compose.yml up --build\n```\n\nA prebuilt image is published to Github container registry on push to **main** branch.\n\nPull and run the image immediately:\n```bash\ndocker pull ghcr.io/ablil/embedding-models-api:latest\ndocker run -p 8080:8080 ghcr.io/ablil/embedding-models-api:latest\n```\n\n## API\n\n**Embedding**\n```shell\ncurl http://localhost:8080/embed -H 'content-type: application/json' -d '{\"texts\": [\"first\", \"second\"]}'\n```\n\n**Health**\n```shell\ncurl http://localhost:8080/health\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fablil%2Fembedding-models-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fablil%2Fembedding-models-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fablil%2Fembedding-models-api/lists"}