-
Notifications
You must be signed in to change notification settings - Fork 32
📝 add Azure text-embedding-3-large deployment configuration #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME environment variable to all self-hosted platform documentation and update deployment recommendations to include text-embedding-3-large model
WalkthroughThe documentation for self-hosted setups across Azure DevOps, Bitbucket, GitHub, and GitLab was updated to recommend deploying the Changes
Poem
✨ Finishing Touches🧪 Generate Unit Tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
♻️ Duplicate comments (3)
docs/self-hosted/github.md (1)
70-71
: Duplicate: clarify optional placeholder formatting.
Same recommendation as ingitlab.md
—wrap the placeholder in[]
to mark it optional per this document’s convention.docs/self-hosted/azure-devops.md (1)
67-68
: Duplicate: clarify optional placeholder formatting.
As above, align with the optional-value convention by wrapping the new placeholder in[]
:- AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME=<text-embedding-3-large-deployment-name> + AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME=[<text-embedding-3-large-deployment-name>]docs/self-hosted/bitbucket.md (1)
59-60
: Duplicate: clarify optional placeholder formatting.
Mirror the fix fromgitlab.md
to indicate this deployment is optional:- AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME=<text-embedding-3-large-deployment-name> + AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME=[<text-embedding-3-large-deployment-name>]
🧹 Nitpick comments (1)
docs/self-hosted/gitlab.md (1)
65-66
: Clarify optional placeholder formatting for the new env var.
The comment flagstext-embedding-3-large
as optional, but the placeholder isn’t wrapped in[]
(our convention for optional values). To avoid confusion, consider:- AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME=<text-embedding-3-large-deployment-name> + AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME=[<text-embedding-3-large-deployment-name>]
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
docs/self-hosted/azure-devops.md
(1 hunks)docs/self-hosted/bitbucket.md
(1 hunks)docs/self-hosted/github.md
(1 hunks)docs/self-hosted/gitlab.md
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: test
Deploying coderabbit-docs with
|
Latest commit: |
8aa5b01
|
Status: | ✅ Deploy successful! |
Preview URL: | https://e101b1c9.coderabbit-docs.pages.dev |
Branch Preview URL: | https://updated-list-azure-openai-de.coderabbit-docs.pages.dev |
Add AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME environment variable
to all self-hosted platform documentation and update deployment
recommendations to include text-embedding-3-large model