mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-19 16:28:46 +00:00
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:
parent
d68ef65f8b
commit
3c2c23b3ea
44 changed files with 198 additions and 104 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue