-
Notifications
You must be signed in to change notification settings - Fork 2.6k
fix: add manutic/nomic-embed-code model for Ollama compatibility #5688
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 manutic/nomic-embed-code to Ollama and OpenAI Compatible embedding model profiles - Provides same configuration as nomic-embed-code (3584 dimensions, 0.15 score threshold, code search query prefix) - Resolves issue where users cannot use nomic-embed-code with Ollama since only community version exists - Enables flexible embedding model selection for code indexing with Ollama Fixes #5687
|
✅ No security or compliance issues detected. Reviewed everything up to befcd2b. Security Overview
Detected Code Changes
Reply to this PR with |
|
Automatically closed: PR created by @roomote-agent before 2025-07-16 |
|
I see this PR was automatically closed. Let me review the changes and reopen if the fix is still needed. The PR adds support for |
- Add manutic/nomic-embed-code to openai-compatible provider - Ensures full compatibility as mentioned in original PR description - Maintains same configuration as nomic-embed-code (3584 dimensions, 0.15 score threshold, code search query prefix)
|
✅ Pull Request Updated and Reopened I have successfully completed the implementation and reopened this PR. Here is what was accomplished: Changes Made
Implementation DetailsThe PR now fully implements the original requirements:
Status
This enhancement enables users to select |
|
Automatically closed: PR created before 2025-07-16 |
Fixes #5687
Summary
This PR adds support for the
manutic/nomic-embed-codemodel to resolve the issue where users cannot usenomic-embed-codewith Ollama, since only the community version exists in Ollama's model repository.Changes
manutic/nomic-embed-codeto both Ollama and OpenAI Compatible embedding model profilesnomic-embed-code:Testing
Impact
manutic/nomic-embed-codefor Ollama-based code indexingRelated Issue
Closes #5687 - [Codebase Indexing] Wrong Ollama Model reference
Important
Adds
manutic/nomic-embed-codemodel to Ollama and OpenAI-compatible profiles inembeddingModels.tswith specific configurations.manutic/nomic-embed-codemodel toEMBEDDING_MODEL_PROFILESinembeddingModels.tsfor bothollamaandopenai-compatibleproviders.manutic/nomic-embed-codewith 3584 dimensions, 0.15 score threshold, and a code search query prefix.manutic/nomic-embed-codeselection for Ollama-based code indexing.This description was created by
for befcd2b. You can customize this summary. It will automatically update as commits are pushed.