fearman99's picture
Upload 64 files
447450c verified
Raw
History Blame Contribute Delete
391 Bytes
services:
- type: web
name: python-qa-assistant
runtime: docker
plan: free
healthCheckPath: /health
envVars:
- key: GOOGLE_API_KEY
sync: false
- key: VECTORSTORE_PATH
value: ./vectorstore
- key: MODEL_NAME
value: gemini-3.1-flash-lite
- key: TOP_K
value: "6"
- key: COLLECTION_NAME
value: python_qa