Skip to content

Commit

Permalink
Update Mosaic-AI-Agents-10-Minute-Demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epec254 committed Jun 12, 2024
1 parent bfca698 commit b3c3b6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quick_start_demo/Mosaic-AI-Agents-10-Minute-Demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@
# UC Catalog & Schema where outputs tables/indexs are saved
# If this catalog/schema does not exist, you need create catalog/schema permissions.
UC_CATALOG = f'{user_name}_catalog'
UC_CATALOG = "rag_m1_release"
UC_SCHEMA = f'rag_{user_name}'
UC_SCHEMA = "10_mins"

# UC Model name where the POC chain is logged
UC_MODEL_NAME = f"{UC_CATALOG}.{UC_SCHEMA}.{user_name}_agent_quick_start"
Expand Down

0 comments on commit b3c3b6f

Please sign in to comment.