Skip to content

Commit 84413bd

Browse files
committed
update req
1 parent 02c158a commit 84413bd

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ settings:
1313
- psycopg2-binary
1414
- tiktoken
1515
- pygithub
16+
- elasticsearch
1617
python_package_installer: "uv"

llm-complete-guide/configs/production/eval.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ settings:
1717
- matplotlib
1818
- pillow
1919
- pygithub
20+
- elasticsearch
2021
environment:
2122
ZENML_PROJECT_SECRET_NAME: llm_complete
2223
ZENML_ENABLE_RICH_TRACEBACK: FALSE

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ settings:
1717
- pygithub
1818
- rerankers[flashrank]
1919
- matplotlib
20+
- elasticsearch
2021
environment:
2122
ZENML_PROJECT_SECRET_NAME: llm_complete
2223
ZENML_ENABLE_RICH_TRACEBACK: FALSE

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ settings:
1717
- matplotlib
1818
- pillow
1919
- pygithub
20+
- elasticsearch
2021
environment:
2122
ZENML_PROJECT_SECRET_NAME: llm_complete
2223
ZENML_ENABLE_RICH_TRACEBACK: FALSE

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ settings:
1717
- pygithub
1818
- rerankers[flashrank]
1919
- matplotlib
20+
- elasticsearch
2021

2122
environment:
2223
ZENML_PROJECT_SECRET_NAME: llm_complete

0 commit comments

Comments
 (0)