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