how to persist the ElasticSearchBM25Retriever ? #29602
Anand-puthiyapurayil
announced in
Ask Dosu (Archived)
Replies: 1 comment 72 replies
-
To persist the
By following these steps, you can effectively persist and reuse the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
72 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is there any load method to load the exist index which i have created? and initialize it using the retriever ?
``es_url = config["elasticsearch_url"]
bm25_index = config.get("bm25_index_name", "products_bm25")
Beta Was this translation helpful? Give feedback.
All reactions