Skip to content

Commit

Permalink
Add script dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-czarnota-ds committed Oct 10, 2024
1 parent f2d18fa commit 7826286
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/ragbits-document-search/examples/documents_chat.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# /// script
# requires-python = ">=3.10"
# dependencies = [
# "gradio",
# "ragbits-document-search",
# "ragbits-core[chromadb, litellm]",
# ]
# ///
from pathlib import Path
from typing import AsyncIterator

Expand Down

0 comments on commit 7826286

Please sign in to comment.