Layer: Physical schema
score (say, < 0.85) is a signal, not an
error. The tool returned what semantic search found; the agent should judge
whether the score is strong enough to trust. See
How retrieval works
for why this design.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Embedding-cosine semantic search over indexed column descriptions.
{
"qualified_name": "public.orders",
"score": 0.79,
"best_column": "user_id",
"best_column_description": "Unique identifier linking each order to the customer who placed it",
"token_estimate": 49
}
score (say, < 0.85) is a signal, not an
error. The tool returned what semantic search found; the agent should judge
whether the score is strong enough to trust. See
How retrieval works
for why this design.