Skip to content

Commit d91dc5c

Browse files
committed
Update agentic-kit.md to match actual API, add search-rag.md reference to constructive-graphql
1 parent 4238c0a commit d91dc5c

4 files changed

Lines changed: 583 additions & 430 deletions

File tree

skills/constructive-ai/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,12 @@ Run Ollama in GitHub Actions for testing RAG pipelines. See [ollama-ci.md](./ref
119119
| [ollama.md](./references/ollama.md) | Ollama client & models | Generating embeddings, LLM inference, streaming, model selection |
120120
| [ollama-ci.md](./references/ollama-ci.md) | Ollama GitHub Actions | Running LLM models in CI/CD |
121121
| [pgvector-sql.md](./references/pgvector-sql.md) | pgvector SQL reference | Raw SQL for vector tables, indexes, similarity functions (SQL-level) |
122-
| [agentic-kit.md](./references/agentic-kit.md) | Agentic kit RAG patterns | Building AI agents with RAG providers |
122+
| [agentic-kit.md](./references/agentic-kit.md) | Agentic kit (multi-provider) | Multi-provider LLM abstraction (Ollama, Anthropic, OpenAI), streaming, embeddings, RAG patterns |
123123

124124
## Cross-References
125125

126126
- `constructive-graphql`[search-pgvector.md](../constructive-graphql/references/search-pgvector.md): ORM query patterns for vector search (distance filters, metrics, ordering)
127+
- `constructive-graphql`[search-rag.md](../constructive-graphql/references/search-rag.md): RAG patterns with codegen'd ORM (single-table, multi-table, hybrid, embedding ingestion)
127128
- `constructive-graphql`[search-composite.md](../constructive-graphql/references/search-composite.md): Combining pgvector with tsvector/BM25/trgm in unified `searchScore`
128129
- `graphile-search` — Plugin internals for the unified search system (team-level)
129130
- `pgpm` — Database migrations for vector-enabled modules

0 commit comments

Comments
 (0)