mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 00:23:17 +00:00
lint: fixing index and classc rag
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ export type AvailableTool = {
|
||||
description: string;
|
||||
parameters: object;
|
||||
}[];
|
||||
};
|
||||
|
||||
export type WrapperModalProps = {
|
||||
children?: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user