lint: fixing index and classc rag

This commit is contained in:
Alex
2024-12-20 17:32:58 +00:00
parent 0a246d3de7
commit c2a95b5bec
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,6 @@ from application.core.settings import settings
from application.retriever.base import BaseRetriever
from application.tools.agent import Agent
from application.utils import num_tokens_from_string
from application.vectorstore.vector_creator import VectorCreator