@@ -16,16 +16,16 @@ templates:
1616 - " Can you suggest a 7-day Italy itinerary with hotels and trains?"
1717 - " Do I need a visa or vaccines for a trip to Thailand this summer?"
1818 - " Find all-inclusive beach resorts in Mexico for two adults in May."
19- # knowledge_base_config:
20- # name: "Travel Agent Reference"
21- # version: "1.0"
22- # embedding_model: "all-MiniLM-L6-v2"
23- # provider_id: "pgvector"
24- # vector_store_name: "travel_agent_kb"
25- # is_external: false
26- # source: "URL"
27- # source_configuration:
28- # - "ingest/data/compliance/compliance.md "
19+ knowledge_base_config :
20+ name : " Travel Agent Reference"
21+ version : " 1.0"
22+ embedding_model : " all-MiniLM-L6-v2"
23+ provider_id : " pgvector"
24+ vector_store_name : " travel_agent_kb"
25+ is_external : false
26+ source : " URL"
27+ source_configuration :
28+ - " https://www.iata.org/contentassets/947a44798c8a4b94bc5620f8680e0013/sc155-travel-information.pdf "
2929
3030 hotel_concierge :
3131 name : " Hotel Concierge Assistant"
@@ -41,16 +41,16 @@ templates:
4141 - " What are the best family-friendly attractions within walking distance?"
4242 - " Can you arrange airport pickup tomorrow at 8 AM for room 512?"
4343 - " Do you have recommendations for a late-night spa appointment?"
44- # knowledge_base_config:
45- # name: "Hotel Concierge Reference"
46- # version: "1.0"
47- # embedding_model: "all-MiniLM-L6-v2"
48- # provider_id: "pgvector"
49- # vector_store_name: "hotel_concierge_kb"
50- # is_external: false
51- # source: "URL"
52- # source_configuration:
53- # - "ingest/data/compliance/compliance.md "
44+ knowledge_base_config :
45+ name : " Hotel Concierge Reference"
46+ version : " 1.0"
47+ embedding_model : " all-MiniLM-L6-v2"
48+ provider_id : " pgvector"
49+ vector_store_name : " hotel_concierge_kb"
50+ is_external : false
51+ source : " URL"
52+ source_configuration :
53+ - " https://www.conferencehotelgroup.com/img/hotels/files/6981/1.Concierge%20Guide%20LVP2021.pdf "
5454
5555 tour_guide :
5656 name : " Tour Guide Assistant"
@@ -66,13 +66,13 @@ templates:
6666 - " Tell me a brief history of the old town and its main cathedral."
6767 - " Can you suggest a kid-friendly museum route with lunch options?"
6868 - " What local customs should I know before visiting religious sites?"
69- # knowledge_base_config:
70- # name: "Tour Guide Reference"
71- # version: "1.0"
72- # embedding_model: "all-MiniLM-L6-v2"
73- # provider_id: "pgvector"
74- # vector_store_name: "tour_guide_kb"
75- # is_external: false
76- # source: "URL"
77- # source_configuration:
78- # - "ingest/data/compliance/compliance.md "
69+ knowledge_base_config :
70+ name : " Tour Guide Reference"
71+ version : " 1.0"
72+ embedding_model : " all-MiniLM-L6-v2"
73+ provider_id : " pgvector"
74+ vector_store_name : " tour_guide_kb"
75+ is_external : false
76+ source : " URL"
77+ source_configuration :
78+ - " https://www.tourismleadershipcouncil.com/wp-content/uploads/2024/07/Certified-Tour-Guides-SAV-Tour-Guide-Manual-UPDATED-2020.pdf "
0 commit comments