kevinhug commited on
Commit
a855427
·
1 Parent(s): f367cc5

add business objective

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -25,9 +25,12 @@ Other Use Case
25
  https://huggingface.co/spaces/kevinhug/clientX
26
  https://kevinwkc.github.io/davinci/
27
  """)
 
 
28
  gr.Markdown("""
 
 
29
  Retrieval: Public RBC Product Data
30
-
31
  Recommend: RBC Product
32
  """)
33
  in_verbatim = gr.Textbox(label="Verbatim")
@@ -45,6 +48,8 @@ https://kevinwkc.github.io/davinci/
45
 
46
  with gr.Tab("Tool Use"):
47
  gr.Markdown("""
 
 
48
  Retrieval: Public Product Data using Tavily Search
49
 
50
  Recommend: Competition Product
@@ -63,6 +68,8 @@ https://kevinwkc.github.io/davinci/
63
 
64
  with gr.Tab("graphrag"):
65
  gr.Markdown("""
 
 
66
  Reasoning from context, answering the question
67
  """)
68
  in_verbatim = gr.Textbox(label="Context")
 
25
  https://huggingface.co/spaces/kevinhug/clientX
26
  https://kevinwkc.github.io/davinci/
27
  """)
28
+
29
+
30
  gr.Markdown("""
31
+ Objective: Recommend RBC product based on persona.
32
+ ================================================
33
  Retrieval: Public RBC Product Data
 
34
  Recommend: RBC Product
35
  """)
36
  in_verbatim = gr.Textbox(label="Verbatim")
 
48
 
49
  with gr.Tab("Tool Use"):
50
  gr.Markdown("""
51
+ Objective: Recommend financial product based on persona for competitive analysis, product feature discovery
52
+ ================================================
53
  Retrieval: Public Product Data using Tavily Search
54
 
55
  Recommend: Competition Product
 
68
 
69
  with gr.Tab("graphrag"):
70
  gr.Markdown("""
71
+ Objective: Create a Marketing Plan based on persona.
72
+ =======================
73
  Reasoning from context, answering the question
74
  """)
75
  in_verbatim = gr.Textbox(label="Context")