Document_QnA / config.py
Quent1Fvr's picture
v2.
e2e8616
raw
history blame
No virus
1.2 kB
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,
}