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
We used to select indices at runtime i.e. when using the retriever or writing documents into the document_store.
I used to be able to that easily. in haystack 1.x. Now I cannot I.
I have lots of indices, and I'd like to change them quite often.
My current workaround is to combine the retriever and the document_store into a function so I can one line them in my code.
I mainly use Elasticsearch 8.
The text was updated successfully, but these errors were encountered:
We used to select indices at runtime i.e. when using the retriever or writing documents into the document_store.
I used to be able to that easily. in haystack 1.x. Now I cannot I.
I have lots of indices, and I'd like to change them quite often.
My current workaround is to combine the retriever and the document_store into a function so I can one line them in my code.
I mainly use Elasticsearch 8.
The text was updated successfully, but these errors were encountered: