{"id":36550129,"url":"https://github.com/andyxhadji/langextract-bedrock","last_synced_at":"2026-01-12T06:32:52.259Z","repository":{"id":309953824,"uuid":"1038111853","full_name":"andyxhadji/langextract-bedrock","owner":"andyxhadji","description":"LangExtract AWS Bedrock support","archived":false,"fork":false,"pushed_at":"2025-08-30T20:09:28.000Z","size":68,"stargazers_count":5,"open_issues_count":5,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T22:07:28.115Z","etag":null,"topics":["ai","aws","bedrock","langextract","large-language-models","llm","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/langextract-bedrock/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andyxhadji.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,"zenodo":null}},"created_at":"2025-08-14T16:31:07.000Z","updated_at":"2025-08-30T20:08:54.000Z","dependencies_parsed_at":"2025-08-14T20:28:05.719Z","dependency_job_id":"aedf89fa-3bc9-4bba-bc34-03430c50a2be","html_url":"https://github.com/andyxhadji/langextract-bedrock","commit_stats":null,"previous_names":["andyxhadji/langextract-bedrock"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/andyxhadji/langextract-bedrock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyxhadji%2Flangextract-bedrock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyxhadji%2Flangextract-bedrock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyxhadji%2Flangextract-bedrock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyxhadji%2Flangextract-bedrock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andyxhadji","download_url":"https://codeload.github.com/andyxhadji/langextract-bedrock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyxhadji%2Flangextract-bedrock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai","aws","bedrock","langextract","large-language-models","llm","python"],"created_at":"2026-01-12T06:32:50.178Z","updated_at":"2026-01-12T06:32:52.254Z","avatar_url":"https://github.com/andyxhadji.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LangExtract AWS Bedrock Provider\n\nA provider plugin for LangExtract that supports AWS Bedrock models.\n\n## Installation\n\n```bash\npip install langextract-bedrock\n```\n\n## Supported Model IDs\n\nYou can use any AWS Bedrock model by specifying it's ARN, for example:\n\n```python\nconfig = factory.ModelConfig(model_id=\"anthropic.claude-3-5-sonnet-20240620-v1:0\", provider=\"BedrockLanguageModel\")\nmodel = factory.create_model(config)\n```\n\n## Environment Variables\n\nSet any of the following environment variables:\n\nFor credentials:\n\n- `AWS_PROFILE`\n- `AWS_ACCESS_KEY_ID` \u0026 `AWS_SECRET_ACCESS_KEY`\n\nFor settings:\n\n- `AWS_DEFAULT_REGION` (defaults to us-east-1)\n\n## Usage\nUse with `lx.extract` by pre-pending the model ARN with `bedrock/`:\n\n```python\nimport langextract as lx\n\nresult = lx.extract(\n    text=\"Your document here\",\n    model_id=\"bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0\",\n    prompt_description=\"Extract entities\",\n    examples=[...]\n)\n```\n\n## Development\n\n1. Install in development mode: `pip install -e .`\n2. Run tests: `python test_plugin.py`, `pytest -v tests/` (run pytest with AWS creds for AWS Bedrock inference tests)\n3. Build package: `python -m build`\n4. Publish to PyPI: `twine upload dist/*`\n\n## License\n\nApache License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyxhadji%2Flangextract-bedrock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandyxhadji%2Flangextract-bedrock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyxhadji%2Flangextract-bedrock/lists"}