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 f07f5dd commit 4d809b1Copy full SHA for 4d809b1
CLAUDE.md
@@ -74,13 +74,6 @@ The CLI uses a sophisticated template system in `packages/create-llama/templates
74
75
## Server Framework Architecture
76
77
-### TypeScript Server (`@llamaindex/server`)
78
-
79
-- **Core**: `LlamaIndexServer` class wrapping Next.js with workflow support
80
-- **Frontend**: React-based chat UI with shadcn/ui components
81
-- **API**: `/api/chat` endpoint with streaming responses
82
-- **Build Process**: Complex multi-step build including static assets for Python integration
83
84
### Python Server (`llama-index-server`)
85
86
- **Core**: `LlamaIndexServer` class extending FastAPI
0 commit comments