Spaces:
Sleeping
Sleeping
dolphinium
commited on
Commit
·
f31c1f4
1
Parent(s):
64dcc2e
remove unused sample_doc variable from solr_client search
Browse files
app.py
CHANGED
@@ -73,7 +73,6 @@ except Exception as e:
|
|
73 |
if ssh_tunnel_server and ssh_tunnel_server.is_active:
|
74 |
ssh_tunnel_server.stop()
|
75 |
|
76 |
-
sample_doc = solr_client.search(q="*:*",rows=1).docs
|
77 |
|
78 |
# UPDATED: This is the structured metadata you will feed into your LLM prompt.
|
79 |
field_metadata = [
|
|
|
73 |
if ssh_tunnel_server and ssh_tunnel_server.is_active:
|
74 |
ssh_tunnel_server.stop()
|
75 |
|
|
|
76 |
|
77 |
# UPDATED: This is the structured metadata you will feed into your LLM prompt.
|
78 |
field_metadata = [
|