Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|