feat: add streaming express example and align with non-streaming one
Showing
- templates/index.ts 1 addition, 1 deletiontemplates/index.ts
- templates/simple/express/README-template.md 4 additions, 7 deletionstemplates/simple/express/README-template.md
- templates/simple/express/index.ts 2 additions, 2 deletionstemplates/simple/express/index.ts
- templates/simple/express/package.json 7 additions, 5 deletionstemplates/simple/express/package.json
- templates/simple/express/src/controllers/chat.controller.ts 6 additions, 10 deletionstemplates/simple/express/src/controllers/chat.controller.ts
- templates/simple/express/src/routes/chat.route.ts 1 addition, 1 deletiontemplates/simple/express/src/routes/chat.route.ts
- templates/simple/express/tsconfig.json 0 additions, 2 deletionstemplates/simple/express/tsconfig.json
- templates/streaming/express/README-template.md 34 additions, 0 deletionstemplates/streaming/express/README-template.md
- templates/streaming/express/eslintrc.json 3 additions, 0 deletionstemplates/streaming/express/eslintrc.json
- templates/streaming/express/index.ts 17 additions, 0 deletionstemplates/streaming/express/index.ts
- templates/streaming/express/package.json 25 additions, 0 deletionstemplates/streaming/express/package.json
- templates/streaming/express/src/controllers/chat.controller.ts 36 additions, 0 deletions...ates/streaming/express/src/controllers/chat.controller.ts
- templates/streaming/express/src/controllers/llamaindex-stream.ts 35 additions, 0 deletions...es/streaming/express/src/controllers/llamaindex-stream.ts
- templates/streaming/express/src/routes/chat.route.ts 8 additions, 0 deletionstemplates/streaming/express/src/routes/chat.route.ts
- templates/streaming/express/tsconfig.json 9 additions, 0 deletionstemplates/streaming/express/tsconfig.json
templates/streaming/express/eslintrc.json
0 → 100644
templates/streaming/express/index.ts
0 → 100644
templates/streaming/express/package.json
0 → 100644
templates/streaming/express/tsconfig.json
0 → 100644
Please register or sign in to comment