-
Notifications
You must be signed in to change notification settings - Fork 21
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
DOCSP-43580 BYO LLM #189
base: master
Are you sure you want to change the base?
DOCSP-43580 BYO LLM #189
Conversation
✅ Deploy Preview for docs-relational-migrator ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for docs-relational-migrator ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
@nvillahermosa-mdb LGTM with suggestions. Cheers.
source/code-generation/query-converter/set-query-converter-llm.txt
Outdated
Show resolved
Hide resolved
source/code-generation/query-converter/set-query-converter-llm.txt
Outdated
Show resolved
Hide resolved
source/code-generation/query-converter/set-query-converter-llm.txt
Outdated
Show resolved
Hide resolved
source/code-generation/query-converter/set-query-converter-llm.txt
Outdated
Show resolved
Hide resolved
source/code-generation/query-converter/set-query-converter-llm.txt
Outdated
Show resolved
Hide resolved
- ``Llama-3.1-405B`` | ||
|
||
|
||
.. step:: Save and close the file, and restart Relational Migrator. |
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.
Consider adding link to info on how to restart, or add command.
Recommend we add a note that Query Converter has been tested and optimized for use with ChatGPT-4o. If considering changing to a different LLM, we recommend that you first conduct an internal test to validate the quality of the results is suitable. If you have any questions, please reach out to your MongoDB technical contact. |
source/code-generation/query-converter/set-query-converter-llm.txt
Outdated
Show resolved
Hide resolved
source/code-generation/query-converter/set-query-converter-llm.txt
Outdated
Show resolved
Hide resolved
Suggestion to :Query Converter generates application code to streamline migrating an application from its original database into MongoDB. Query Converter is powered by generative AI. By default, it uses the GPT-4o model, hosted on MongoDB's Azure OpenAI subscription. You can configure Query Converter to use a different AI provider or Large Language Model (LLM) by following these steps. Calling out as hosted by MongoDB subscription feels like it might actually promote abuse? Also would like to add context here eg: Relational Migrator users can configure the tool to use a customer-hosted LLM service instead of the default Azure OpenAI service hosted by MongoDB. For general information on how MongoDB uses GenAI, please see our official GenAI FAQ. When configured to use a locally-hosted LLM service, Relational Migrator does not require internet access for GenAI-based query conversion. The Query Converter feature generates application code to streamline migrating an application from its original database into MongoDB. It is currently the only feature powered by generative AI. By default, it uses the GPT-4o model from the MongoDB Azure OpenAI service. You can configure Query Converter to use a different AI provider or Large Language Model (LLM) by following these steps. Call out need for testing as quality may be impacted? |
34099ea
to
6f67712
Compare
….txt Co-authored-by: Satya Sinha <[email protected]>
Rebased and resolved merge commits before proceeding |
DESCRIPTION
Info mainly taken from App Modernisation FAQ
STAGING
Query Converter (added "Important" callout)
Set the Query Converter LLM
AI and Data Usage Information
JIRA
DOCSP-43580
BUILD LOG
Self-Review Checklist
External Review Requirements
What's expected of an external reviewer?