I added a `serve` command to RAGLight, a modular RAG library I've been building.
raglight serve # FastAPI server (ingest, query, list collections)
raglight serve --ui # same + Streamlit chat UI
Config is env vars (LLM provider, embeddings provider, collection name, port).