dolphinium commited on
Commit
ca00b3c
·
verified ·
1 Parent(s): dcc6f78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=":*",rows=1).docs
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 = [