Skip to content

Commit

Permalink
lint: fixing index and classc rag
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Dec 20, 2024
1 parent 0a246d3 commit c2a95b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion application/retriever/classic_rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
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


Expand Down
1 change: 1 addition & 0 deletions frontend/src/modals/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export type AvailableTool = {
description: string;
parameters: object;
}[];
};

export type WrapperModalProps = {
children?: React.ReactNode;
Expand Down

0 comments on commit c2a95b5

Please sign in to comment.