Skip to content

Commit 27e1eae

Browse files
committed
removing ResponseFormat
1 parent 7bef975 commit 27e1eae

File tree

1 file changed

+0
-2
lines changed
  • integrations/opensearch/src/haystack_integrations/document_stores/opensearch

1 file changed

+0
-2
lines changed

integrations/opensearch/src/haystack_integrations/document_stores/opensearch/document_store.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
SPECIAL_FIELDS = {"content", "embedding", "id", "score", "sparse_embedding", "blob"}
2525

26-
ResponseFormat = Literal["json", "jdbc", "csv", "raw"]
27-
2826
Hosts = str | list[str | Mapping[str, str | int]]
2927

3028
# document scores are essentially unbounded and will be scaled to values between 0 and 1 if scale_score is set to

0 commit comments

Comments
 (0)