added info about open ai compatible for indexing#239
Merged
hannesrudolph merged 4 commits intoRooCodeInc:mainfrom Jun 25, 2025
Merged
added info about open ai compatible for indexing#239hannesrudolph merged 4 commits intoRooCodeInc:mainfrom
hannesrudolph merged 4 commits intoRooCodeInc:mainfrom
Conversation
Added the list of embedding models for ollama.
…th a working Example
|
@SannidhyaSah is attempting to deploy a commit to the Roo Code Team on Vercel. A member of the Team first needs to authorize it. |
hannesrudolph
approved these changes
Jun 25, 2025
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've successfully added information about the OpenAI Compatible provider to the codebase indexing documentation. The additions include:
Provider Overview: Added OpenAI Compatible as a third embedding provider option alongside OpenAI and Ollama, explaining it works with any OpenAI-compatible API endpoint.
Detailed Setup Section: Created a new "Setting Up OpenAI Compatible Providers" section with:
Step-by-step configuration instructions
Google Gemini as a practical example using the endpoint and model you specified (https://generativelanguage.googleapis.com/v1beta/openai/ with text-embedding-004)
Additional examples for Azure OpenAI and local compatible servers
Configuration Update: Updated the main configuration section to include the OpenAI Compatible option in the provider selection steps.
The documentation now provides clear, actionable guidance for users who want to use Google Gemini or other OpenAI-compatible embedding providers for codebase indexing, with the specific example you requested prominently featured
Important
Adds documentation for OpenAI Compatible providers in
codebase-indexing.mdx, including setup instructions and configuration updates.OpenAI Compatibleas a third embedding provider option incodebase-indexing.mdx.OpenAI Compatibleproviders, with Google Gemini as an example.OpenAI Compatiblein provider selection.This description was created by
for 5d062b5. You can customize this summary. It will automatically update as commits are pushed.