From 551db0c1baacae8041d44c033eea109f06c43ef0 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 8 Feb 2024 16:52:07 +0100 Subject: [PATCH] renamed folder --- integrations/{fastembed-haystack => fastembed}/LICENSE.txt | 0 integrations/{fastembed-haystack => fastembed}/README.md | 0 integrations/{fastembed-haystack => fastembed}/pyproject.toml | 0 .../components/embedders/fastembed/__about__.py | 0 .../components/embedders/fastembed/__init__.py | 0 .../components/embedders/fastembed/embedding_backend/__init__.py | 0 .../embedders/fastembed/embedding_backend/fastembed_backend.py | 0 .../components/embedders/fastembed/fastembed_document_embedder.py | 0 .../components/embedders/fastembed/fastembed_text_embedder.py | 0 integrations/{fastembed-haystack => fastembed}/tests/__init__.py | 0 .../tests/test_fastembed_backend.py | 0 .../tests/test_fastembed_document_embedder.py | 0 .../tests/test_fastembed_text_embedder.py | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename integrations/{fastembed-haystack => fastembed}/LICENSE.txt (100%) rename integrations/{fastembed-haystack => fastembed}/README.md (100%) rename integrations/{fastembed-haystack => fastembed}/pyproject.toml (100%) rename integrations/{fastembed-haystack => fastembed}/src/haystack_integrations/components/embedders/fastembed/__about__.py (100%) rename integrations/{fastembed-haystack => fastembed}/src/haystack_integrations/components/embedders/fastembed/__init__.py (100%) rename integrations/{fastembed-haystack => fastembed}/src/haystack_integrations/components/embedders/fastembed/embedding_backend/__init__.py (100%) rename integrations/{fastembed-haystack => fastembed}/src/haystack_integrations/components/embedders/fastembed/embedding_backend/fastembed_backend.py (100%) rename integrations/{fastembed-haystack => fastembed}/src/haystack_integrations/components/embedders/fastembed/fastembed_document_embedder.py (100%) rename integrations/{fastembed-haystack => fastembed}/src/haystack_integrations/components/embedders/fastembed/fastembed_text_embedder.py (100%) rename integrations/{fastembed-haystack => fastembed}/tests/__init__.py (100%) rename integrations/{fastembed-haystack => fastembed}/tests/test_fastembed_backend.py (100%) rename integrations/{fastembed-haystack => fastembed}/tests/test_fastembed_document_embedder.py (100%) rename integrations/{fastembed-haystack => fastembed}/tests/test_fastembed_text_embedder.py (100%) diff --git a/integrations/fastembed-haystack/LICENSE.txt b/integrations/fastembed/LICENSE.txt similarity index 100% rename from integrations/fastembed-haystack/LICENSE.txt rename to integrations/fastembed/LICENSE.txt diff --git a/integrations/fastembed-haystack/README.md b/integrations/fastembed/README.md similarity index 100% rename from integrations/fastembed-haystack/README.md rename to integrations/fastembed/README.md diff --git a/integrations/fastembed-haystack/pyproject.toml b/integrations/fastembed/pyproject.toml similarity index 100% rename from integrations/fastembed-haystack/pyproject.toml rename to integrations/fastembed/pyproject.toml diff --git a/integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/__about__.py b/integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/__about__.py similarity index 100% rename from integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/__about__.py rename to integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/__about__.py diff --git a/integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/__init__.py b/integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/__init__.py similarity index 100% rename from integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/__init__.py rename to integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/__init__.py diff --git a/integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/embedding_backend/__init__.py b/integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/embedding_backend/__init__.py similarity index 100% rename from integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/embedding_backend/__init__.py rename to integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/embedding_backend/__init__.py diff --git a/integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/embedding_backend/fastembed_backend.py b/integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/embedding_backend/fastembed_backend.py similarity index 100% rename from integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/embedding_backend/fastembed_backend.py rename to integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/embedding_backend/fastembed_backend.py diff --git a/integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/fastembed_document_embedder.py b/integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/fastembed_document_embedder.py similarity index 100% rename from integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/fastembed_document_embedder.py rename to integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/fastembed_document_embedder.py diff --git a/integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/fastembed_text_embedder.py b/integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/fastembed_text_embedder.py similarity index 100% rename from integrations/fastembed-haystack/src/haystack_integrations/components/embedders/fastembed/fastembed_text_embedder.py rename to integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/fastembed_text_embedder.py diff --git a/integrations/fastembed-haystack/tests/__init__.py b/integrations/fastembed/tests/__init__.py similarity index 100% rename from integrations/fastembed-haystack/tests/__init__.py rename to integrations/fastembed/tests/__init__.py diff --git a/integrations/fastembed-haystack/tests/test_fastembed_backend.py b/integrations/fastembed/tests/test_fastembed_backend.py similarity index 100% rename from integrations/fastembed-haystack/tests/test_fastembed_backend.py rename to integrations/fastembed/tests/test_fastembed_backend.py diff --git a/integrations/fastembed-haystack/tests/test_fastembed_document_embedder.py b/integrations/fastembed/tests/test_fastembed_document_embedder.py similarity index 100% rename from integrations/fastembed-haystack/tests/test_fastembed_document_embedder.py rename to integrations/fastembed/tests/test_fastembed_document_embedder.py diff --git a/integrations/fastembed-haystack/tests/test_fastembed_text_embedder.py b/integrations/fastembed/tests/test_fastembed_text_embedder.py similarity index 100% rename from integrations/fastembed-haystack/tests/test_fastembed_text_embedder.py rename to integrations/fastembed/tests/test_fastembed_text_embedder.py