Skip to content

Commit

Permalink
fix: dependencies in evaluation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
azygadlo committed Nov 29, 2024
1 parent 7f82f95 commit 7f12188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/evaluation/document-search/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# dependencies = [
# "ragbits-document-search",
# "ragbits-evaluate[relari]",
# "ragbits[litellm,chromadb]",
# "ragbits-core[litellm,chroma]",
# ]
# ///
import asyncio
Expand Down
6 changes: 4 additions & 2 deletions examples/evaluation/document-search/ingest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# /// script
# requires-python = ">=3.10"
# dependencies = [
# "ragbits-document-search",
# "ragbits[litellm,chromadb]",
# "ragbits-document-search[huggingface]",
# "ragbits-core[litellm,chroma]",
# "hydra-core~=1.3.2",
# "unstructured[md]>=0.15.13"
# ]
# ///
import asyncio
Expand Down

0 comments on commit 7f12188

Please sign in to comment.