-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenai-service.yaml
More file actions
620 lines (603 loc) · 18 KB
/
genai-service.yaml
File metadata and controls
620 lines (603 loc) · 18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
openapi: 3.0.3
info:
title: AI Event Concepter - GenAI Service
description: |
GenAI Service for the AI Event Concepter platform. Handles AI-powered content generation,
document processing, RAG pipeline, and intelligent event concept development.
This service provides:
- Document ingestion and processing (PDF, Word, text files)
- RAG (Retrieval-Augmented Generation) pipeline using LangChain + Weaviate
- Interactive chat interface for concept development
- AI-powered content generation (themes, agendas, speaker suggestions)
- Context-aware recommendations based on uploaded documents
version: 1.0.0
contact:
name: AI Event Concepter Team
email: ge56jal@mytum.de
license:
name: MIT
url: https://opensource.org/licenses/MIT
servers:
- url: http://localhost:8083
description: Development server (GenAI Service)
paths:
/health:
get:
operationId: getGenAIServiceHealth
summary: Health check
description: Check if the GenAI Service is running
tags:
- Health
x-openapi-router-controller: controllers.health_controller
security: []
responses:
'200':
description: Service is healthy
content:
application/json:
schema:
type: object
properties:
status:
type: string
example: "UP"
timestamp:
type: string
format: date-time
service:
type: string
example: "genai-service"
models:
type: object
properties:
llm:
type: string
example: "gpt-4"
embedding:
type: string
example: "text-embedding-ada-002"
vectorStore:
type: object
properties:
status:
type: string
example: "connected"
collections:
type: integer
/api/genai/chat/initialize:
post:
operationId: initializeChatForConcept
summary: Initialize chat for new concept
description: Create the first welcome message when a user creates a new concept, personalized with user and concept details
tags:
- Chat Interface
x-openapi-router-controller: controllers.chat_controller
security:
- bearerAuth: []
requestBody:
required: true
content:
application/json:
schema:
type: object
required:
- conceptId
- userId
properties:
conceptId:
type: string
format: uuid
description: The newly created concept ID
userId:
type: string
format: uuid
description: User ID for personalization
conceptTitle:
type: string
example: "Tech Innovation Summit 2024"
userPreferences:
$ref: '#/components/schemas/UserPreferences'
responses:
'200':
description: Welcome message generated successfully
content:
application/json:
schema:
type: object
properties:
message:
type: string
example: "Hi John! I'm excited to help you develop your 'Tech Innovation Summit 2024' concept. Based on your preferences for hybrid events in the technology sector, I can suggest speakers, create agendas, and help refine your event. What would you like to work on first?"
suggestions:
type: array
items:
type: string
example:
- "Generate an initial agenda"
- "Suggest keynote speakers"
- "Upload relevant documents"
- "Define target audience"
conversationId:
type: string
format: uuid
'401':
description: Authentication required
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/api/genai/chat:
post:
operationId: chatWithAIAssistant
summary: Chat with AI assistant
description: Send a message to the AI assistant for concept development and receive intelligent responses with optional concept suggestions
tags:
- Chat Interface
x-openapi-router-controller: controllers.chat_controller
security:
- bearerAuth: []
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/ChatRequest'
responses:
'200':
description: AI response generated successfully
content:
application/json:
schema:
$ref: '#/components/schemas/ChatResponse'
'400':
description: Invalid request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'401':
description: Authentication required
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'429':
description: Rate limit exceeded
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/api/genai/documents:
post:
operationId: uploadAndProcessDocuments
summary: Upload and process documents
description: Upload documents for AI analysis and RAG processing
tags:
- Document Processing
x-openapi-router-controller: controllers.document_controller
security:
- bearerAuth: []
parameters:
- name: conceptId
in: query
required: true
description: Associated concept ID
schema:
type: string
format: uuid
requestBody:
required: true
content:
multipart/form-data:
schema:
type: object
required:
- files
properties:
files:
type: array
items:
type: string
format: binary
description: Documents to upload (PDF, DOC, DOCX, TXT)
responses:
'200':
description: Documents uploaded and processing started
content:
application/json:
schema:
type: object
properties:
processedDocuments:
type: array
items:
$ref: '#/components/schemas/ProcessedDocument'
'400':
description: Invalid file format or request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'401':
description: Authentication required
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/api/genai/concepts/{conceptId}/documents:
get:
operationId: getDocumentsForConcept
summary: Get documents for concept
description: Retrieve all processed documents associated with a concept
tags:
- Document Processing
x-openapi-router-controller: controllers.document_controller
security:
- bearerAuth: []
parameters:
- name: conceptId
in: path
required: true
description: Concept ID
schema:
type: string
format: uuid
- name: status
in: query
description: Filter by processing status
schema:
type: string
enum: [PROCESSING, COMPLETED, FAILED]
responses:
'200':
description: Documents retrieved successfully
content:
application/json:
schema:
type: object
properties:
documents:
type: array
items:
$ref: '#/components/schemas/ProcessedDocument'
totalCount:
type: integer
'401':
description: Authentication required
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/api/genai/documents/{documentId}:
delete:
operationId: deleteDocument
summary: Delete document
description: Delete a specific document from a concept and remove it from the knowledge base
tags:
- Document Processing
x-openapi-router-controller: controllers.document_controller
security:
- bearerAuth: []
parameters:
- name: documentId
in: path
required: true
description: Document ID to delete
schema:
type: string
format: uuid
responses:
'204':
description: Document deleted successfully
'401':
description: Authentication required
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'404':
description: Document not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'403':
description: Access forbidden - not document owner
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer
bearerFormat: JWT
schemas:
ChatRequest:
type: object
required:
- message
- concept
properties:
message:
type: string
example: "Can you suggest some innovative workshop formats for our tech summit?"
concept:
type: object
description: The complete concept object for context
properties:
id:
type: string
format: uuid
title:
type: string
description:
type: string
status:
type: string
enum: [DRAFT, IN_PROGRESS, COMPLETED, ARCHIVED]
eventDetails:
type: object
agenda:
type: array
items:
type: object
speakers:
type: array
items:
type: object
conversationId:
type: string
format: uuid
description: Conversation thread ID
userPreferences:
$ref: '#/components/schemas/UserPreferences'
description: User preferences to personalize AI responses
context:
type: object
properties:
previousMessages:
type: array
items:
type: object
properties:
role:
type: string
enum: [user, assistant]
content:
type: string
timestamp:
type: string
format: date-time
includeDocuments:
type: boolean
default: true
description: Include document context in response
maxTokens:
type: integer
default: 1000
minimum: 100
maximum: 4000
ChatResponse:
type: object
properties:
response:
type: string
description: AI assistant response
suggestions:
type: array
items:
type: string
description: Follow-up suggestions
followUpQuestions:
type: array
items:
type: string
description: Recommended questions to ask next
conceptSuggestion:
type: object
description: "Complete concept suggestion that user can accept"
properties:
title:
type: string
description:
type: string
eventDetails:
type: object
properties:
theme:
type: string
format:
type: string
enum: [PHYSICAL, VIRTUAL, HYBRID]
capacity:
type: integer
duration:
type: string
startDate:
type: string
format: date
endDate:
type: string
format: date
targetAudience:
type: string
objectives:
type: array
items:
type: string
location:
type: string
agenda:
type: array
items:
type: object
properties:
time:
type: string
title:
type: string
description:
type: string
type:
type: string
enum: [KEYNOTE, WORKSHOP, PANEL, NETWORKING, BREAK, LUNCH]
speaker:
type: string
duration:
type: integer
speakers:
type: array
items:
type: object
properties:
name:
type: string
expertise:
type: string
suggestedTopic:
type: string
bio:
type: string
pricing:
type: object
properties:
currency:
type: string
earlyBird:
type: number
regular:
type: number
vip:
type: number
student:
type: number
group:
type: number
notes:
type: string
reasoning:
type: string
confidence:
type: number
conceptUpdates:
type: object
description: Suggested partial updates to the existing concept
properties:
suggestions:
type: array
items:
type: object
properties:
field:
type: string
currentValue:
type: string
suggestedValue:
type: string
reasoning:
type: string
sources:
type: array
items:
$ref: '#/components/schemas/Source'
description: Document sources used in response
confidence:
type: number
minimum: 0
maximum: 1
description: Confidence score for the response
tokens:
type: object
properties:
prompt:
type: integer
response:
type: integer
total:
type: integer
ProcessedDocument:
type: object
properties:
id:
type: string
format: uuid
filename:
type: string
type:
type: string
enum: [INDUSTRY_REPORT, BRAND_DECK, PAST_EVENT_DEBRIEF, GUIDELINES, OTHER]
status:
type: string
enum: [PROCESSING, COMPLETED, FAILED]
s3Location:
type: string
description: S3 bucket path where the document is stored
example: "s3://concepter-documents/user123/doc456.pdf"
uploadedAt:
type: string
format: date-time
processedAt:
type: string
format: date-time
Source:
type: object
properties:
documentId:
type: string
format: uuid
filename:
type: string
pageNumber:
type: integer
section:
type: string
confidence:
type: number
UserPreferences:
type: object
properties:
preferredEventFormat:
type: string
enum: [PHYSICAL, VIRTUAL, HYBRID]
example: "HYBRID"
industry:
type: string
example: "Technology"
language:
type: string
example: "en"
timezone:
type: string
example: "Europe/Berlin"
ErrorResponse:
type: object
properties:
error:
type: string
example: "VALIDATION_ERROR"
message:
type: string
example: "Invalid input data provided"
timestamp:
type: string
format: date-time
path:
type: string
example: "/api/users/profile"
status:
type: integer
example: 400
details:
type: array
items:
type: string
example: ["firstName must not be blank"]
tags:
- name: Health
description: Health check and service status
- name: Chat Interface
description: Interactive AI chat for concept development
- name: Document Processing
description: Document upload, processing, and RAG integration