Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

inceptionstack/embedrock

Repository files navigation

embedrock 🪨 — ARCHIVED

This project has been archived. Its functionality has been superseded by bedrockify, which provides both OpenAI-compatible chat completions AND embeddings backed by Amazon Bedrock — in a single binary.

Migration

Replace embedrock with bedrockify:

# Install bedrockify
curl -fsSL https://github.com/inceptionstack/bedrockify/releases/latest/download/install.sh | bash

# Run as daemon (chat + embeddings on one port)
sudo bedrockify install-daemon \
  --region us-east-1 \
  --model us.anthropic.claude-opus-4-6-v1 \
  --embed-model amazon.titan-embed-text-v2:0

sudo systemctl daemon-reload && sudo systemctl enable --now bedrockify

The embeddings endpoint is the same: POST /v1/embeddings — no client changes needed.

→ bedrockify

About

OpenAI-compatible embedding proxy for Amazon Bedrock — drop-in replacement for any tool expecting /v1/embeddings

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages