-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathconfig.json
More file actions
56 lines (56 loc) · 1.43 KB
/
config.json
File metadata and controls
56 lines (56 loc) · 1.43 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
{
"name": "Knowledge Chatbot",
"description": "A chat bundle that combines data source indexing with a knowledge chatbot interface.",
"tags": ["📞 Support", "📄 Document"],
"author": {
"name": "Naitik Kapadia",
"email": "naitikk@lamatic.ai"
},
"steps": [
{
"id": "data_source",
"type": "any-of",
"options": [
{
"id": "gdrive"
},
{
"id": "gsheet"
},
{
"id": "onedrive"
},
{
"id": "postgres"
},
{
"id": "s3"
},
{
"id": "scraping-indexation"
},
{
"id": "sharepoint"
},
{
"id": "crawling-indexation"
}
],
"minSelection": 1,
"maxSelection": 1
},
{
"id": "knowledge-chatbot",
"type": "mandatory",
"prerequisiteSteps": [
"data_source"
]
}
],
"integrations": [],
"features": [],
"demoUrl": "",
"githubUrl": "https://github.com/Lamatic/AgentKit/tree/main/bundles/sample/chatbot",
"deployUrl": "",
"documentationUrl": ""
}