true only when both the retriever and LLM are successfully initialized.Returns false if OPENAI_API_KEY is not configured or initialization failed.src/qa_api.py:206-208
Response Model: HealthResponse (src/qa_api.py:47-48)
retriever: Chroma vector store retriever for document searchllm: ChatOpenAI language model instancetableau_course_transcript.pdf)gpt-4o-mini)text-embedding-3-small)tableau_qa_collection)OPENAI_API_KEYOPENAI_API_KEY is missing, the service starts but returns ready: false.