karthikvarunn commited on
Commit
fffaef3
·
verified ·
1 Parent(s): 8a0b3b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -64,7 +64,7 @@ def expand_query(query):
64
  # "score": str(doc.metadata.get("final_score", "N/A")),
65
  # }
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)
@@ -114,7 +114,6 @@ def hybrid_search(query, user_groups, index_name="briefmeta", min_score=0.01, fe
114
  for doc in combined_results
115
  ]
116
 
117
-
118
  # 🔹 Metadata-Weighted Reranking
119
  def rerank(query, context):
120
  reranker = pc.inference.rerank(
 
64
  # "score": str(doc.metadata.get("final_score", "N/A")),
65
  # }
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)
 
114
  for doc in combined_results
115
  ]
116
 
 
117
  # 🔹 Metadata-Weighted Reranking
118
  def rerank(query, context):
119
  reranker = pc.inference.rerank(