Move embeddings impl to a different module (#179)

* Move embeddings impl to a different module
* Disable plugin verifier for sub modules
This commit is contained in:
Carl-Robert 2023-08-26 12:55:32 +03:00 committed by GitHub
parent d68ef65f8b
commit 3c2c23b3ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 198 additions and 104 deletions

View file

@ -5,8 +5,8 @@ import static com.intellij.openapi.ui.DialogWrapper.OK_EXIT_CODE;
import com.intellij.icons.AllIcons;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import ee.carlrobert.codegpt.embeddings.CodebaseIndexingTask;
import ee.carlrobert.codegpt.embeddings.FolderStructureTreePanel;
import ee.carlrobert.codegpt.indexes.CodebaseIndexingTask;
import ee.carlrobert.codegpt.indexes.FolderStructureTreePanel;
import ee.carlrobert.codegpt.util.OverlayUtils;
import org.jetbrains.annotations.NotNull;