Skip to content

Commit ef6416e

Browse files
committed
Add reranker flashrank to dev, prod, and staging rag.yaml
1 parent 0a5e8c2 commit ef6416e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ settings:
1515
- ratelimit
1616
- rerankers
1717
- pygithub
18+
- rerankers[flashrank]
1819
environment:
1920
ZENML_PROJECT_SECRET_NAME: llm_complete
2021
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
@@ -15,6 +15,7 @@ settings:
1515
- ratelimit
1616
- rerankers
1717
- pygithub
18+
- rerankers[flashrank]
1819
environment:
1920
ZENML_PROJECT_SECRET_NAME: llm_complete
2021
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
@@ -15,6 +15,7 @@ settings:
1515
- ratelimit
1616
- rerankers
1717
- pygithub
18+
- rerankers[flashrank]
1819
environment:
1920
ZENML_PROJECT_SECRET_NAME: llm_complete
2021
ZENML_ENABLE_RICH_TRACEBACK: FALSE

0 commit comments

Comments
 (0)