Skip to content

Commit

Permalink
Add Elasticsearch dependency to production and staging configs
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Nov 13, 2024
1 parent b49d425 commit 62d3e01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions llm-complete-guide/configs/production/rag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ settings:
- pygithub
- rerankers[flashrank]
- matplotlib
- elasticsearch

environment:
ZENML_PROJECT_SECRET_NAME: llm_complete
ZENML_ENABLE_RICH_TRACEBACK: FALSE
Expand Down
3 changes: 2 additions & 1 deletion llm-complete-guide/configs/staging/rag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ settings:
- pygithub
- rerankers[flashrank]
- matplotlib

- elasticsearch

environment:
ZENML_PROJECT_SECRET_NAME: llm_complete
ZENML_ENABLE_RICH_TRACEBACK: FALSE
Expand Down

0 comments on commit 62d3e01

Please sign in to comment.