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 ba6a5c1 commit ad06ee5Copy full SHA for ad06ee5
API.md
@@ -3,11 +3,11 @@
3
## Dependencies
4
5
**Required:**
6
-- [sqlite-mcp](../sqlite-mcp) – MCP client for tool access
7
-- [sqlite-ai](../sqlite-ai) – LLM inference and embeddings
+- [sqlite-mcp](https://github.com/sqliteai/sqlite-mcp) – MCP client for tool access
+- [sqlite-ai](https://github.com/sqliteai/sqlite-ai) – LLM inference and embeddings
8
9
**Optional:**
10
-- [sqlite-vector](../sqlite-vector) – For vector search (auto-enabled in table mode)
+- [sqlite-vector](https://github.com/sqliteai/sqlite-vector) – For vector search (auto-enabled in table mode)
11
12
---
13
0 commit comments