localvectordb_server package

localvectordb_server/__init__.py

FastAPI-based server for interacting with localvectordb.LocalVectorDB via HTTP with structured logging, error handling, and performance monitoring.

The heavy server dependencies (fastapi, uvicorn, …) belong to the optional server extra, so create_app is exposed lazily (PEP 562): importing this package must stay possible on a base install, and the ImportError users hit should tell them which extra to install.

Subpackages

Submodules