Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
class
RAGContext(BaseModel):
58
data_points: dict[int, ItemPublic]
59
thoughts: list[ThoughtStep]
60
61
62
class
ErrorResponse(BaseModel):
Callers
4
answer
Method · 0.90
answer_stream
Method · 0.90
answer
Method · 0.90
answer_stream
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected