Skip to content

Commit 2e77bdc

Browse files
committed
Add matplotlib to dev and staging rag.yaml settings
1 parent 98abfa3 commit 2e77bdc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

llm-complete-guide/configs/dev/rag.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ settings:
1616
- rerankers
1717
- pygithub
1818
- rerankers[flashrank]
19+
- matplotlib
20+
1921
environment:
2022
ZENML_PROJECT_SECRET_NAME: llm_complete
2123
ZENML_ENABLE_RICH_TRACEBACK: FALSE

llm-complete-guide/configs/staging/rag.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ settings:
1616
- rerankers
1717
- pygithub
1818
- rerankers[flashrank]
19+
- matplotlib
20+
1921
environment:
2022
ZENML_PROJECT_SECRET_NAME: llm_complete
2123
ZENML_ENABLE_RICH_TRACEBACK: FALSE

0 commit comments

Comments
 (0)