Skip to content

Commit fda29de

Browse files
committed
chore: remove AI & RAG pipeline example from documentation
1 parent 01347e4 commit fda29de

2 files changed

Lines changed: 1 addition & 31 deletions

File tree

ARCHITECTURE.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -285,16 +285,6 @@ Located in `packages/plugins/*`:
285285

286286
**Dependencies**: `@objectstack/spec`, `commander`, `chalk`, `tsx`, `zod`
287287

288-
#### `@objectstack/ai-bridge`
289-
**Location**: `packages/ai-bridge/`
290-
**Role**: AI Integration
291-
292-
- AI agent bridge
293-
- LLM integrations
294-
- RAG pipeline
295-
296-
**Dependencies**: `@objectstack/spec`, `zod`
297-
298288
---
299289

300290
## Layer Architecture
@@ -458,8 +448,6 @@ interface PluginCapabilityManifest {
458448
│ └── @objectstack/driver-memory
459449
460450
├── @objectstack/cli (Standalone tool)
461-
462-
└── @objectstack/ai-bridge
463451
```
464452

465453
### Dependency Rules

examples/basic/README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Each example file can be run independently with `tsx`:
3232

3333
```bash
3434
# Run a specific example
35-
npx tsx examples/basic/ai-rag-example.ts
35+
npx tsx examples/basic/stack-definition-example.ts
3636

3737
# Or uncomment the demonstration function calls at the end of each file
3838
```
@@ -87,24 +87,6 @@ Demonstrates the API Discovery protocol for runtime introspection:
8787
- Authentication configuration
8888
- Feature flags
8989

90-
### AI & RAG Pipeline
91-
**File:** [`ai-rag-example.ts`](./ai-rag-example.ts)
92-
93-
Shows Retrieval-Augmented Generation (RAG) pipeline configuration:
94-
- Document ingestion and chunking
95-
- Vector embeddings and storage
96-
- Semantic search and retrieval
97-
- Context assembly for LLMs
98-
- AI agent with RAG integration
99-
100-
**Key Concepts:**
101-
- RAG pipeline configuration
102-
- Document processing
103-
- Vector database integration
104-
- Hybrid search (vector + keyword)
105-
- Reranking for better results
106-
- Context template formatting
107-
10890
### Auth & Permissions
10991
**File:** [`auth-permission-example.ts`](./auth-permission-example.ts)
11092

0 commit comments

Comments
 (0)