Skip to content

Commit 2015b7c

Browse files
[#54] Update akvo rag chat config
1 parent 294972a commit 2015b7c

File tree

1 file changed

+18
-29
lines changed

1 file changed

+18
-29
lines changed

demo-page/config.js

Lines changed: 18 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,45 @@ window.config_default = {
33
title: "Akvo RAG",
44
kb_options: [
55
{
6-
kb_id: 34,
6+
kb_id: 6,
77
label: "UNEP Knowledge Base",
88
},
99
{
10-
kb_id: 38,
11-
label: "Living Income Benchmark Knowledge Base",
10+
kb_id: 5,
11+
label: "Kenya Drylands Knowledge Base",
1212
},
1313
{
14-
kb_id: 48,
14+
kb_id: 7,
1515
label: "Kefaas Knowledge Base",
1616
},
1717
],
1818
wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
1919
};
2020

2121
// TEST USING ~ 500 docs
22-
window.config_500 = {
23-
title: "UNEP Assistant",
24-
kb_id: 34,
25-
wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
26-
};
27-
28-
// TEST USING ~ 250 docs
29-
window.config_250 = {
30-
title: "UNEP Assistant",
31-
kb_id: 26,
22+
window.config_unep = {
23+
title: "UNEP Knowledge Base",
24+
kb_id: 6,
3225
wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
3326
};
3427

3528
// TEST USING ~ Living Income Bechmark docs
36-
window.config_living_income = {
37-
title: "Living Income Assistant",
38-
kb_id: 38,
29+
// window.config_living_income = {
30+
// title: "Living Income Assistant",
31+
// kb_id: 38,
32+
// wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
33+
// };
34+
35+
// TEST USING Kefaas docs
36+
window.config_kefaas = {
37+
title: "Kefaas Knowledge Base",
38+
kb_id: 7,
3939
wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
4040
};
4141

42+
// LOCAL
4243
window.config_local = {
4344
title: "Test Integration with MCP server",
4445
kb_id: 8,
4546
wsURL: "ws://localhost:81/ws/chat",
4647
};
47-
48-
window.config_living_income_1 = {
49-
title: "LIB #1",
50-
kb_id: 28,
51-
wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
52-
};
53-
54-
window.config_kefaas = {
55-
title: "Kefaas Knowledge Base",
56-
kb_id: 48,
57-
wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
58-
};

0 commit comments

Comments
 (0)