We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7293ad2 commit 8babc22Copy full SHA for 8babc22
README.md
@@ -49,7 +49,7 @@ SELECT agent_run('Find affordable apartments in Rome with AC', 8);
49
50
See [API.md](API.md) for complete API documentation with examples.
51
52
-## Complete Example: AirBnb MCP Server
+## Example: AirBnb MCP Server
53
54
This example demonstrates combining agent, MCP, AI, and vector extensions:
55
@@ -100,6 +100,7 @@ Run the full demo:
100
```bash
101
make airbnb
102
```
103
+See [USAGE.md](USAGE.md) for complete usage examples.
104
105
## How It Works
106
0 commit comments