MCPcopy Create free account
hub / github.com/Azure-Samples/rag-postgres-openai-python / RAGContext

Class RAGContext

src/backend/fastapi_app/api_models.py:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57class RAGContext(BaseModel):
58 data_points: dict[int, ItemPublic]
59 thoughts: list[ThoughtStep]
60
61
62class ErrorResponse(BaseModel):

Callers 4

answerMethod · 0.90
answer_streamMethod · 0.90
answerMethod · 0.90
answer_streamMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected