{"id":14483072,"url":"https://github.com/taylorai/mlx_embedding_models","last_synced_at":"2025-08-30T03:32:54.595Z","repository":{"id":221789955,"uuid":"755400690","full_name":"taylorai/mlx_embedding_models","owner":"taylorai","description":"run embeddings in MLX","archived":false,"fork":false,"pushed_at":"2024-09-27T18:03:16.000Z","size":176,"stargazers_count":80,"open_issues_count":4,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-27T04:32:12.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/taylorai.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-02-10T04:43:22.000Z","updated_at":"2024-12-24T19:52:04.000Z","dependencies_parsed_at":"2024-03-08T00:29:01.767Z","dependency_job_id":"cde3bb7d-a7c1-4f2a-aa29-97ed97b9f807","html_url":"https://github.com/taylorai/mlx_embedding_models","commit_stats":null,"previous_names":["taylorai/mlx_embedding_models"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taylorai/mlx_embedding_models","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorai%2Fmlx_embedding_models","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorai%2Fmlx_embedding_models/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorai%2Fmlx_embedding_models/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorai%2Fmlx_embedding_models/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taylorai","download_url":"https://codeload.github.com/taylorai/mlx_embedding_models/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorai%2Fmlx_embedding_models/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272800742,"owners_count":24995138,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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":"2024-09-03T00:01:28.792Z","updated_at":"2025-08-30T03:32:54.260Z","avatar_url":"https://github.com/taylorai.png","language":"Python","funding_links":[],"categories":["Python","Libraries and Tools"],"sub_categories":["2024"],"readme":"# MLX Embedding Models\nRun text embeddings on your Apple Silicon GPU. Supports any BERT- or RoBERTa-based embedding model, with a curated registry of high-performing models that just work off the shelf.\n\nGet started by installing from PyPI:\n```\npip install mlx-embedding-models\n```\n\nThen get started in a few lines of code:\n```python\nfrom mlx_embedding_models.embedding import EmbeddingModel\nmodel = EmbeddingModel.from_registry(\"bge-small\")\ntexts = [\n    \"isn't it nice to be inside such a fancy computer\",\n    \"the horse raced past the barn fell\"\n]\nembs = model.encode(texts)\nprint(embs.shape)\n# 2, 384\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylorai%2Fmlx_embedding_models","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaylorai%2Fmlx_embedding_models","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylorai%2Fmlx_embedding_models/lists"}