Spaces:
Sleeping
Sleeping
dolphinium
commited on
Commit
·
d0ea80f
1
Parent(s):
f31c1f4
remove unnecessary commented lines
Browse files
app.py
CHANGED
@@ -74,7 +74,6 @@ except Exception as e:
|
|
74 |
ssh_tunnel_server.stop()
|
75 |
|
76 |
|
77 |
-
# UPDATED: This is the structured metadata you will feed into your LLM prompt.
|
78 |
field_metadata = [
|
79 |
{
|
80 |
"field_name": "business_model",
|
@@ -202,7 +201,6 @@ field_metadata = [
|
|
202 |
"example_values": [2020, 2021, 2022],
|
203 |
"definition": "The 4-digit year of publication. **Use this for queries involving whole years** (e.g., 'in 2023', 'last year', 'since 2020') as it is more efficient."
|
204 |
},
|
205 |
-
# --- EXISTING FIELD CONFIRMED ---
|
206 |
{
|
207 |
"field_name": "total_deal_value_in_million",
|
208 |
"type": "number (metric)",
|
|
|
74 |
ssh_tunnel_server.stop()
|
75 |
|
76 |
|
|
|
77 |
field_metadata = [
|
78 |
{
|
79 |
"field_name": "business_model",
|
|
|
201 |
"example_values": [2020, 2021, 2022],
|
202 |
"definition": "The 4-digit year of publication. **Use this for queries involving whole years** (e.g., 'in 2023', 'last year', 'since 2020') as it is more efficient."
|
203 |
},
|
|
|
204 |
{
|
205 |
"field_name": "total_deal_value_in_million",
|
206 |
"type": "number (metric)",
|