Replies: 3 comments 1 reply
-
|
Cipher expects embedding models to be provided via a certain configuration variable. EMBEDDING_MODEL=... |
Beta Was this translation helpful? Give feedback.
-
|
in (.env file ) CIPHER_LOG_LEVEL=debug (while re run , you will get clear logs) next ->( memAgent/cipher.ymal ) if you get more logs please share I will try . |
Beta Was this translation helpful? Give feedback.
-
|
After the suggested changes we could run it in MCP server mode ( http ) locally and could able to use with our IDEs using RooCode. Thank you for the support given. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ByteRover Cipher Team,
I’m running a PoC where we integrate Cipher (ByteRover) with AWS Bedrock as the backend for model inference.
However, when I start Cipher with
npx cipher --mode mcp, I get the following log output:It seems Cipher starts fine but fails to initialize the embedding manager.
My
.envsetupContext
❓Question
Could you please clarify:
embeddingManagerinitialization in Cipher?amazon.titan-embed-text-v2:0expected to work as a valid embedding model, or should we specify it differently?Any guidance on proper configuration for Bedrock-based embeddings would be greatly appreciated. 🙏
Beta Was this translation helpful? Give feedback.
All reactions