diff --git a/codeqai/embeddings.py b/codeqai/embeddings.py index 5be8637..1a94681 100644 --- a/codeqai/embeddings.py +++ b/codeqai/embeddings.py @@ -39,7 +39,7 @@ def __init__( except ImportError: self._install_instructor_embedding() - self.embeddings = HuggingFaceInstructEmbeddings() + self.embeddings = HuggingFaceEmbeddings() def _install_sentence_transformers(self): question = [