forked from bakrianoo/mini-rag
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmini-rag-app.postman_collection.json
More file actions
57 lines (57 loc) · 1.02 KB
/
Copy pathmini-rag-app.postman_collection.json
File metadata and controls
57 lines (57 loc) · 1.02 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
{
"info": {
"_postman_id": "1f67dedb-1b93-4639-9f96-7fe8681693f4",
"name": "mini-rag-app",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "854486",
"_collection_link": "https://www.postman.com/gold-water-645258/workspace/mini-rag-app/collection/854486-1f67dedb-1b93-4639-9f96-7fe8681693f4?action=share&source=collection_link&creator=854486"
},
"item": [
{
"name": "welcome-request",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{api}}/welcome",
"host": [
"{{api}}"
],
"path": [
"welcome"
]
}
},
"response": []
}
],
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"packages": {},
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"packages": {},
"exec": [
""
]
}
}
],
"variable": [
{
"key": "api",
"value": "http://127.0.0.1:8000",
"type": "string"
}
]
}