light-infer-chat commited on
Commit
f7c1a9c
·
1 Parent(s): 8fe1f14
Files changed (3) hide show
  1. Dockerfile +1 -1
  2. app/api/server.py +1 -1
  3. pyproject.toml +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11-slim
2
 
3
  LABEL maintainer="All API Collection"
4
- LABEL description="All API Collection - Document extraction, conversion, and database query API"
5
  LABEL version="1.0.0"
6
 
7
  RUN apt-get update && apt-get install -y --no-install-recommends \
 
1
  FROM python:3.11-slim
2
 
3
  LABEL maintainer="All API Collection"
4
+ LABEL description="All API Collection"
5
  LABEL version="1.0.0"
6
 
7
  RUN apt-get update && apt-get install -y --no-install-recommends \
app/api/server.py CHANGED
@@ -64,7 +64,7 @@ async def lifespan(app: FastAPI):
64
  def create_application() -> FastAPI:
65
  app = FastAPI(
66
  title=_settings.app_name,
67
- description="All API Collection - Document extraction, conversion, and database query API.",
68
  version=_settings.app_version,
69
  docs_url="/docs",
70
  redoc_url="/redoc",
 
64
  def create_application() -> FastAPI:
65
  app = FastAPI(
66
  title=_settings.app_name,
67
+ description="All API Collection",
68
  version=_settings.app_version,
69
  docs_url="/docs",
70
  redoc_url="/redoc",
pyproject.toml CHANGED
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
  [project]
6
  name = "All API Collection"
7
  version = "1.0.0"
8
- description = "All API Collection - Document extraction, conversion, and database query API"
9
  readme = "README.md"
10
  requires-python = ">=3.10"
11
  license = { text = "MIT" }
 
5
  [project]
6
  name = "All API Collection"
7
  version = "1.0.0"
8
+ description = "All API Collection"
9
  readme = "README.md"
10
  requires-python = ">=3.10"
11
  license = { text = "MIT" }