-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAPIs.postman_collection.json
104 lines (104 loc) · 2.72 KB
/
APIs.postman_collection.json
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
{
"info": {
"_postman_id": "9118e77e-c127-4c86-b287-2851d912b46d",
"name": "APIs",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "request to send doc and qa file",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "doc_file",
"type": "file",
"src": "/home/archit/Documents/workspace/llm/qa-bot-llm/app/data/sample.json"
},
{
"key": "question_file",
"type": "file",
"src": "/home/archit/Documents/workspace/llm/qa-bot-llm/app/data/questions.json"
}
]
},
"url": {
"raw": "http://localhost:5000/upload",
"protocol": "http",
"host": [
"localhost"
],
"port": "5000",
"path": [
"upload"
]
}
},
"response": [
{
"name": "response",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "doc_file",
"type": "file",
"src": "/home/archit/Documents/workspace/llm/qa-bot-llm/app/data/sample.json"
},
{
"key": "question_file",
"type": "file",
"src": "/home/archit/Documents/workspace/llm/qa-bot-llm/app/data/questions.json"
}
]
},
"url": {
"raw": "http://localhost:5000/upload",
"protocol": "http",
"host": [
"localhost"
],
"port": "5000",
"path": [
"upload"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "Werkzeug/3.0.1 Python/3.9.17"
},
{
"key": "Date",
"value": "Sat, 23 Dec 2023 17:59:31 GMT"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Content-Length",
"value": "601"
},
{
"key": "Connection",
"value": "close"
}
],
"cookie": [],
"body": "{\n \"Is personal information transmitted, processed, stored, or disclosed to or retained by third parties\": \"Based on the given context, there is no specific information provided regarding the transmission, processing, storage, disclosure, or retention of personal information by third parties. Therefore, I don't have enough information to answer this question.\",\n \"Which cloud providers do you rely on,?\": \"I don't have enough information to answer that question.\",\n \"does customer has network diagram?\": \"Yes, the company has a Network Diagram showing firewalls in place to separate networks.\"\n}"
}
]
}
]
}