Skip to content

Commit

Permalink
More headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrl committed Nov 14, 2024
1 parent 1008d29 commit cb6aa3e
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions integrations/nvidia/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-FileCopyrightText: 2023-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

from .conftest import MockBackend

__all__ = ["MockBackend"]
4 changes: 4 additions & 0 deletions integrations/nvidia/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

from typing import Any, Dict, List, Optional, Tuple

import pytest
Expand Down
4 changes: 4 additions & 0 deletions integrations/nvidia/tests/test_base_url.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

import pytest

from haystack_integrations.components.embedders.nvidia import NvidiaDocumentEmbedder, NvidiaTextEmbedder
Expand Down
4 changes: 4 additions & 0 deletions integrations/nvidia/tests/test_document_embedder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

import os

import pytest
Expand Down
4 changes: 4 additions & 0 deletions integrations/nvidia/tests/test_embedding_truncate_mode.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

import pytest

from haystack_integrations.components.embedders.nvidia import EmbeddingTruncateMode
Expand Down
1 change: 1 addition & 0 deletions integrations/nvidia/tests/test_generator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-FileCopyrightText: 2024-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

import os

import pytest
Expand Down
4 changes: 4 additions & 0 deletions integrations/nvidia/tests/test_ranker.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

import os
import re
from typing import Any, Optional, Union
Expand Down
4 changes: 4 additions & 0 deletions integrations/nvidia/tests/test_text_embedder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

import os

import pytest
Expand Down

0 comments on commit cb6aa3e

Please sign in to comment.