You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add BM25 retriever and indexer to components and services
* add get_engine_type api
* save engine_type in information.json
* Bump version: 0.10.0 → 0.11.0
index_root (str): Path to root directory where index to be stored.
16
+
index_name (str): Index name.
12
17
13
18
Important:
14
19
1. Each field has metadata property which can carry additional information for other downstream usages.
@@ -17,9 +22,49 @@ class BM25Indexer(IndexerComponent):
17
22
b. exclude_from_hash (bool,optional): If set to True, that parameter is not considered while building the hash representation for the object. Defaults to False.
0 commit comments