Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,11 @@ def get_titan_embedding(bedrock_client, doc_name, text, attempt=0, cutoff=10000)
|
|
96 |
|
97 |
# Main Chat
|
98 |
def ask_ds(message, history):
|
99 |
-
|
|
|
|
|
|
|
|
|
100 |
if len(message) == 0:
|
101 |
return
|
102 |
|
|
|
96 |
|
97 |
# Main Chat
|
98 |
def ask_ds(message, history):
|
99 |
+
global employee_type
|
100 |
+
global division
|
101 |
+
global authenticated
|
102 |
+
global extractions
|
103 |
+
|
104 |
if len(message) == 0:
|
105 |
return
|
106 |
|