-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebinar.postman_collection.json
96 lines (96 loc) · 1.72 KB
/
webinar.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
{
"info": {
"_postman_id": "9c2e56d7-2383-4c8c-af60-381512bf11db",
"name": "Webinar IRIS Vector RAG",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "8116712"
},
"item": [
{
"name": "Similar Desc Search",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "password",
"value": "demo",
"type": "string"
},
{
"key": "username",
"value": "demo",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:52773/winereview/similar?description=citric flavors",
"protocol": "http",
"host": [
"localhost"
],
"port": "52773",
"path": [
"winereview",
"similar"
],
"query": [
{
"key": "description",
"value": "citric flavors"
}
]
}
},
"response": []
},
{
"name": "WikiCervantes QA",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "password",
"value": "demo",
"type": "string"
},
{
"key": "username",
"value": "demo",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:52773/wikicervantes/qa?question=¿Por qué Cervantes fue relevante?&k=5",
"protocol": "http",
"host": [
"localhost"
],
"port": "52773",
"path": [
"wikicervantes",
"qa"
],
"query": [
{
"key": "question",
"value": "¿Por qué Cervantes fue relevante?"
},
{
"key": "k",
"value": "5"
}
]
}
},
"response": []
}
]
}