annikwag commited on
Commit
b08d54a
·
verified ·
1 Parent(s): d448dcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ region_df = load_region_data(region_lookup_path)
32
  collection_name = "giz_worldwide"
33
  #hybrid_embed_chunks(docs=temp_doc, collection_name=collection_name, del_if_exists=True)
34
 
35
- ################### Hybrid Search ######################################################
36
  client = get_client()
37
  print(client.get_collections())
38
 
 
32
  collection_name = "giz_worldwide"
33
  #hybrid_embed_chunks(docs=temp_doc, collection_name=collection_name, del_if_exists=True)
34
 
35
+ ################### Hybrid Search #####################################################
36
  client = get_client()
37
  print(client.get_collections())
38