Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,13 +32,54 @@ recommended = {
|
|
32 |
"What is Made Tech’s mission",
|
33 |
"How does Made Tech support learning and mentoring?",
|
34 |
],
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
}
|
41 |
|
|
|
42 |
# Initialize Pinecone
|
43 |
def init_pinecone(index_name: str):
|
44 |
pc = Pinecone(api_key=PINECONE_API_KEY)
|
|
|
32 |
"What is Made Tech’s mission",
|
33 |
"How does Made Tech support learning and mentoring?",
|
34 |
],
|
35 |
+
"benefits": [
|
36 |
+
"What does private medical insurance cover?",
|
37 |
+
"How do I join the pension scheme?",
|
38 |
+
"What is TechScheme and how does it work?",
|
39 |
+
"What is the maximum amount I can apply for under the Cycle to Work scheme?",
|
40 |
+
"How do I request a flexible working pattern?",
|
41 |
+
"How do I apply for Help to Buy Tech through TechScheme?",
|
42 |
+
"Can I increase or decrease my pension contributions?",
|
43 |
+
"When are Winter and Summer company parties held?",
|
44 |
+
],
|
45 |
+
"company": [
|
46 |
+
"What is the company's mission?",
|
47 |
+
"What values guide the work and culture at Made Tech?",
|
48 |
+
"What is Made Tech's purpose?",
|
49 |
+
"What is the role of a peer buddy in the onboarding process?",
|
50 |
+
"What policies should I read as a new employee?",
|
51 |
+
],
|
52 |
+
"guides": [
|
53 |
+
"How do I submit an expense?",
|
54 |
+
"Where is the hiring policy?",
|
55 |
+
"What is chalet time?",
|
56 |
+
"What accounts and tools are introduced during onboarding?",
|
57 |
+
"Will I receive a laptop before my first day?",
|
58 |
+
"What is Chalet Time? What are the priorities for using Chalet Time?",
|
59 |
+
"What should I do if I am planning to relocate?",
|
60 |
+
"How can I contribute to the handbook?",
|
61 |
+
],
|
62 |
+
"roles": [
|
63 |
+
"What does a data scientist do?",
|
64 |
+
"What is the duration of the Software Engineering Academy at Made Tech?",
|
65 |
+
"How do career levels work?",
|
66 |
+
"What types of needs does an Associate Product Manager explore in their role?",
|
67 |
+
"How are success criteria and measurable outcomes defined?",
|
68 |
+
"What are the responsibilities of a Delivery Support Analyst in PMO?",
|
69 |
+
"How do Delivery Directors contribute to Made Tech's commercial growth?",
|
70 |
+
"What are some key outcomes expected from a Delivery Director?",
|
71 |
+
],
|
72 |
+
"communities-of-practice": [
|
73 |
+
"How can I join a community of practice?",
|
74 |
+
"What is the purpose of the Book Club at Made Tech?",
|
75 |
+
"How often does the Book Club meet?",
|
76 |
+
"What is the EDGE approach to digital transformation?",
|
77 |
+
"How can I join the Book Club meetings?",
|
78 |
+
"When do CoPs meet?",
|
79 |
+
],
|
80 |
}
|
81 |
|
82 |
+
|
83 |
# Initialize Pinecone
|
84 |
def init_pinecone(index_name: str):
|
85 |
pc = Pinecone(api_key=PINECONE_API_KEY)
|