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
In order to communicate with DocumentStores in DC we need a readonly DocumentStore implementation that is compatible with all retrievers incl. ElasticsearchRetriever.
Here we want to make it support getting all labels.
The following methods need to be implemented:
method
API Call
get_all_labels
GET /api/v1/workspaces/{workspace_name}/indexes/{index_name}/labels
get_label_count
GET api/v1/workspaces/{workspace_name}/indexes/{index_name}/labels-count
The text was updated successfully, but these errors were encountered:
In order to communicate with DocumentStores in DC we need a readonly DocumentStore implementation that is compatible with all retrievers incl.
ElasticsearchRetriever
.Here we want to make it support getting all labels.
The following methods need to be implemented:
The text was updated successfully, but these errors were encountered: