karthikvarunn commited on
Commit
687663e
·
verified ·
1 Parent(s): fffaef3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def expand_query(query):
66
  # for doc in combined_results
67
  # ]
68
 
69
- def hybrid_search(query, user_groups, index_name="briefmeta", min_score=0.01, fetch_k=50):
70
  vector_store = PineconeVectorStore(index_name=index_name, embedding=embeddings)
71
 
72
  # **Filter chunks by user groups before retrieval**
 
66
  # for doc in combined_results
67
  # ]
68
 
69
+ def hybrid_search(query, user_groups, index_name="briefmeta", min_score=0, fetch_k=50):
70
  vector_store = PineconeVectorStore(index_name=index_name, embedding=embeddings)
71
 
72
  # **Filter chunks by user groups before retrieval**