Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ except Exception as e:
|
|
131 |
if ssh_tunnel_server and ssh_tunnel_server.is_active:
|
132 |
ssh_tunnel_server.stop()
|
133 |
|
134 |
-
sample_doc = solr_client.search(q="
|
135 |
|
136 |
# UPDATED: This is the structured metadata you will feed into your LLM prompt.
|
137 |
field_metadata = [
|
|
|
131 |
if ssh_tunnel_server and ssh_tunnel_server.is_active:
|
132 |
ssh_tunnel_server.stop()
|
133 |
|
134 |
+
sample_doc = solr_client.search(q="*:*",rows=1).docs
|
135 |
|
136 |
# UPDATED: This is the structured metadata you will feed into your LLM prompt.
|
137 |
field_metadata = [
|