danny-avila / rag_api

ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector
https://librechat.ai/
143 stars 60 forks source link

🌡️ feat: JSON Logging and Health Checks #12

Closed idachev closed 3 months ago

idachev commented 3 months ago

Credist for FastAPI json logging goes here: https://www.sheshbabu.com/posts/fastapi-structured-json-logging/

Added build/push docker scripts.

image

Added /health check used for K8S checks.

danny-avila commented 3 months ago

Thank you! Reminded by this PR that we need a way to customize HOST and PORT for the API