File size: 1,200 Bytes
e2e8616
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
content_language = 'en'
plan_language = 'en'
content_en_path_real = "data/Illumio_Core_REST_API_Developer_Guide_23.3.pdf"
content_test = "data/Test/Illumio_product_brief.pdf"
content_python = "data/cours-python_crop.docx"
content_html = "data/Test/list.html"
content_data_analyst = "data\Test\Data_Analyst_chez_Stockly.pdf"
content_test_epita = "data\Test\Test_epita.pdf"

examples = {"Question_1": "What is the max_results parameter for async traffic queries ?",
            "Question_2": "How can I use the Public Experimental Provisioning API to determine if a specific set of objects can be provisioned?",
            "Question_3": "Explain the potential challenges and workarounds when using json-query with the curl -i option. Why might this combination lead to errors?",
}


view_config = {
    'title': "<h1 style=text-align:center;font-size:4.5em;background-image:linear-gradient(45deg,#f3ec78,#af4261);background-color:red;background-size:100%;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent;font-weight:bold;margin-top:4%;padding-bottom:1%>Document QnA</h1>",
    'examples': examples,
}