Skip to content

Commit c1a776d

Browse files
TomeHirataGiom-V
andauthored
Add notebook for MLflow Tracing (#543)
* add notebook for MLflow Tracing * add instruction for tracking server * add readme for mlflow * add community badge --------- Signed-off-by: Tomu Hirata <[email protected]> Co-authored-by: Guillaume Vernade <[email protected]>
1 parent 7354ce7 commit c1a776d

File tree

3 files changed

+493
-0
lines changed

3 files changed

+493
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Some old examples are still using the legacy SDK, they should still work and are
5353

5454
* [Personalized Product Descriptions with Weaviate](../examples/weaviate/personalized_description_with_weaviate_and_gemini_api.ipynb): Load data into a Weaviate vector DB, build a semantic search system using embeddings from the Gemini API, create a knowledge graph and generate unique product descriptions for personas using the Gemini API and Weaviate.
5555
* [Similarity Search using Qdrant](../examples/qdrant/Qdrant_similarity_search.ipynb): Load website data, build a semantic search system using embeddings from the Gemini API, store the embeddings in a Qdrant vector DB and perform similarity search using the Gemini API and Qdrant.
56+
* [MLflow Tracing for Observability](../examples/mlflow/MLflow_Observability.ipynb): Utilize MLflow tracing to capture detailed information about your interactions with Google GenAI APIs.
5657
<br><br>
5758

5859
### Folders

0 commit comments

Comments
 (0)