You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`HINDSIGHT_API_EMBEDDINGS_LOCAL_MODEL`| Model for local provider |`BAAI/bge-small-en-v1.5`|
523
528
|`HINDSIGHT_API_EMBEDDINGS_LOCAL_TRUST_REMOTE_CODE`| Allow loading models with custom code (security risk, disabled by default) |`false`|
524
529
|`HINDSIGHT_API_EMBEDDINGS_LOCAL_FORCE_CPU`| Force CPU mode for local embeddings (avoids MPS/XPC issues on macOS) |`false`|
@@ -540,6 +545,8 @@ two slots that retain/consolidation cannot consume.
540
545
|`HINDSIGHT_API_EMBEDDINGS_OPENAI_BATCH_SIZE`| Max inputs per `embeddings.create` call for `openai`/`openrouter` providers — lower this when the upstream endpoint enforces stricter limits (e.g. DashScope caps at 10) |`100`|
541
546
|`HINDSIGHT_API_EMBEDDINGS_OPENAI_DIMENSIONS`| Optional requested output dimensions for OpenAI `text-embedding-3` models (e.g., `384` to match an existing pgvector schema) | - |
542
547
|`HINDSIGHT_API_EMBEDDINGS_OPENROUTER_API_KEY`| OpenRouter API key for embeddings (falls back to `HINDSIGHT_API_OPENROUTER_API_KEY`, then `HINDSIGHT_API_LLM_API_KEY`) | - |
548
+
|`HINDSIGHT_API_EMBEDDINGS_REQUESTY_API_KEY`| Requesty API key for embeddings (falls back to `HINDSIGHT_API_REQUESTY_API_KEY`, then `HINDSIGHT_API_LLM_API_KEY`) | - |
549
+
|`HINDSIGHT_API_EMBEDDINGS_REQUESTY_MODEL`| Requesty embedding model |`openai/text-embedding-3-small`|
543
550
|`HINDSIGHT_API_EMBEDDINGS_OPENROUTER_MODEL`| OpenRouter embedding model |`perplexity/pplx-embed-v1-0.6b`|
544
551
|`HINDSIGHT_API_EMBEDDINGS_ZEROENTROPY_API_KEY`| ZeroEntropy API key for embeddings | - |
545
552
|`HINDSIGHT_API_EMBEDDINGS_ZEROENTROPY_MODEL`| ZeroEntropy embedding model |`zembed-1`|
0 commit comments