We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90641be commit 7ea7d5eCopy full SHA for 7ea7d5e
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
run: pip install -r src/python/requirements.txt
25
26
- name: Build EXE
27
- run: pyinstaller --onefile --clean --noconsole --distpath dist src/python/rag.py
+ run: pyinstaller --onefile --clean --distpath dist src/python/rag.py
28
29
- name: Upload EXE artifact
30
uses: actions/upload-artifact@v4
src/python/requirements.txt
@@ -2,3 +2,4 @@ fastapi
2
uvicorn
3
sentence-transformers
4
faiss-cpu
5
+colorama
0 commit comments