You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.**Provision**: SDK creates vector columns + HNSW indexes on your tables
18
-
2.**Codegen**: `cnc codegen --orm` generates typed ORM with vector query support
18
+
2.**Codegen**: `@constructive-io/graphql-codegen` generates typed ORM with vector query support (see `constructive-graphql` skill — [codegen.md](../../constructive-graphql/references/codegen.md))
19
19
3.**Ingestion**: Embed documents with Ollama, store via ORM
5.**Generation**: Feed retrieved context to LLM for response
@@ -70,11 +70,7 @@ await db.index.create({
70
70
71
71
## Step 2: Generate ORM
72
72
73
-
```bash
74
-
cnc codegen --orm --react-query
75
-
```
76
-
77
-
This generates typed ORM methods including vector search support. See `constructive-graphql` skill ([codegen.md](../../constructive-graphql/references/codegen.md)) for full setup.
73
+
Use `@constructive-io/graphql-codegen` to generate a typed ORM client with vector search support (ORM and React Query hooks are both available). See the `constructive-graphql` skill ([codegen.md](../../constructive-graphql/references/codegen.md)) for full setup and options.
0 commit comments