Conversation
Signed-off-by: Kevin Lin <kevin.lin@databricks.com>
|
Documentation preview for d310578 is available at: Changed Pages (13)
More info
|
Signed-off-by: Kevin Lin <kevin.lin@databricks.com>
| # Specify the tracking URI for the MLflow server. | ||
| mlflow.set_tracking_uri("http://localhost:5000") | ||
|
|
||
| # Specify the experiment you just created for your GenAI application. | ||
| mlflow.set_experiment("My Application") |
There was a problem hiding this comment.
I wonder whether setting env vars with MLFLOW_TRACKING_URI and MLFLOW_EXPERIMENT_ID is better 🤔 In that way we can avoid teaching new users to use 'set_experiment' from the beginning
There was a problem hiding this comment.
which one do we recommend?
There was a problem hiding this comment.
There's no difference imo. But to your point that we only want to include tracing code here, then probably setting env var is better.
There was a problem hiding this comment.
I think as a required step to finish this tracing quick start, introducing env var here does not bring value though - unless there is specific thing we want to educate the users about.
|
@serena-ruan I think the reason self-hosting is a separate top nav is because it's shared between classic and GenAI, but I agree we should fix it and move to the sidebar. let's fix it separately. |
|
@kevin-lyn @serena-ruan I think we should have self-hosted doc as a stand-slone nav to avoid coomplicating the contents. This is common pattern we can see from the other tools' documentation. |
Oh now I noticed it's on the top header, yea that's fine. Previously I thought there's no direct main entry point :) |
Signed-off-by: Kevin Lin <kevin.lin@databricks.com>
Signed-off-by: Kevin Lin <kevin.lin@databricks.com>
Signed-off-by: Kevin Lin <kevin.lin@databricks.com>
Signed-off-by: Kevin Lin <kevin.lin@databricks.com>
|
Changes after PR approved: remove the old quick start for python & typescript and added redirection. Some content about typescript is missing due to the removal and will be fixed in followup PRs. |
Signed-off-by: Kevin Lin <kevin.lin@databricks.com>

🛠 DevTools 🛠
Install mlflow from this PR
For Databricks, use the following command:
Related Issues/PRs
#xxxWhat changes are proposed in this pull request?
How is this PR tested?
Does this PR require documentation update?
Release Notes
Is this a user-facing change?
What component(s), interfaces, languages, and integrations does this PR affect?
Components
area/tracking: Tracking Service, tracking client APIs, autologgingarea/models: MLmodel format, model serialization/deserialization, flavorsarea/model-registry: Model Registry service, APIs, and the fluent client calls for Model Registryarea/scoring: MLflow Model server, model deployment tools, Spark UDFsarea/evaluation: MLflow model evaluation features, evaluation metrics, and evaluation workflowsarea/gateway: MLflow AI Gateway client APIs, server, and third-party integrationsarea/prompts: MLflow prompt engineering features, prompt templates, and prompt managementarea/tracing: MLflow Tracing features, tracing APIs, and LLM tracing functionalityarea/projects: MLproject format, project running backendsarea/uiux: Front-end, user experience, plotting, JavaScript, JavaScript dev serverarea/build: Build and test infrastructure for MLflowarea/docs: MLflow documentation pagesHow should the PR be classified in the release notes? Choose one:
rn/none- No description will be included. The PR will be mentioned only by the PR number in the "Small Bugfixes and Documentation Updates" sectionrn/breaking-change- The PR will be mentioned in the "Breaking Changes" sectionrn/feature- A new user-facing feature worth mentioning in the release notesrn/bug-fix- A user-facing bug fix worth mentioning in the release notesrn/documentation- A user-facing documentation change worth mentioning in the release notesShould this PR be included in the next patch release?
Yesshould be selected for bug fixes, documentation updates, and other small changes.Noshould be selected for new features and larger changes. If you're unsure about the release classification of this PR, leave this unchecked to let the maintainers decide.What is a minor/patch release?
Bug fixes, doc updates and new features usually go into minor releases.
Bug fixes and doc updates usually go into patch releases.