rework server startup and cli
Some checks failed
Security Scan / dependency-check (push) Successful in 43s
Security Scan / security (push) Successful in 47s
Test Suite / lint (push) Failing after 29s
Test Suite / test (3.11) (push) Successful in 1m28s
Test Suite / build (push) Has been skipped

This changes the dockerfile as well.
This commit is contained in:
2025-10-01 19:01:13 -07:00
parent 0d4145df06
commit d66a20ddda
14 changed files with 195 additions and 177 deletions

View File

@@ -66,8 +66,8 @@ jobs:
echo "## Installation" >> release-notes.md
echo "" >> release-notes.md
echo '```bash' >> release-notes.md
echo 'uv sync' >> release-notes.md
echo 'uv run python main.py' >> release-notes.md
echo 'pip install embeddingbuddy' >> release-notes.md
echo 'embeddingbuddy serve' >> release-notes.md
echo '```' >> release-notes.md
- name: Create Release