Hopsakee's picture
Upload folder using huggingface_hub
2197ab7 verified
raw
history blame contribute delete
256 Bytes
#!/bin/bash
# Add the project root to PYTHONPATH
export PYTHONPATH="/home/jelle/Tools/pythagora-core/workspace/fabric-to-espanso:$PYTHONPATH"
# Run the query script with all arguments passed to this script
python src/search_qdrant/database_query.py "$@"