Skip to content

Commit

Permalink
testing done
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Mar 13, 2024
1 parent f25d692 commit c7233a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .beamignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.venv
venv
.idea
.vscode
.git
*.pyc
__pycache__
1 change: 1 addition & 0 deletions ai_ta_backend/beam/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def loader():
# Triggers determine how your app is deployed
@app.rest_api(workers=2, max_pending_tasks=15_000, max_retries=3, timeout=-1, loader=loader, autoscaler=autoscaler)
def ingest(**inputs: Dict[str, Any]):

qdrant_client, vectorstore, s3_client, supabase_client, posthog = inputs["context"]

course_name: List[str] | str = inputs.get('course_name', '')
Expand Down

0 comments on commit c7233a1

Please sign in to comment.