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