File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ubuntu:24.10
1+ FROM ubuntu:24.04
22
33RUN apt-get update && \
44 apt-get install -y \
Original file line number Diff line number Diff line change 11SOURCE_OBJECTS =app
22
33format :
4- uv run black ${SOURCE_OBJECTS}
54 uv run ruff check --silent --fix --exit-zero ${SOURCE_OBJECTS}
65
76download.models :
2322
2423check :
2524 uv run ruff check ${SOURCE_OBJECTS}
26- uv run black --check ${SOURCE_OBJECTS}
Original file line number Diff line number Diff line change 1515
1616logging .basicConfig (level = logging .DEBUG )
1717
18- app = FastAPI (title = "Tembo- Embedding-Service" )
18+ app = FastAPI (title = "Embedding-Service" )
1919app .add_middleware (
2020 CORSMiddleware ,
2121 allow_origins = ["*" ],
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "app"
33version = " 0.1.0"
44description = " "
55authors = [
6- { name = " Tembo " , email = " engineering@tembo.io " }
6+ { name = " Adam Hendel " , email = " adam@hendel.dev " }
77]
88readme = " README.md"
99requires-python = " >=3.10"
@@ -21,7 +21,6 @@ dependencies = [
2121[tool .uv ]
2222dev-dependencies = [
2323 " ruff" ,
24- " black" ,
2524 " pytest>=8" ,
2625 " httpx>=0.27" ,
2726]
You can’t perform that action at this time.
0 commit comments