Skip to content

Commit

Permalink
feat: added import for ContextSources
Browse files Browse the repository at this point in the history
Signed-off-by: Kannav02 <[email protected]>
  • Loading branch information
Kannav02 committed Jan 30, 2025
1 parent 28f3154 commit becf506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/api/routers/chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from ...chains.hybrid_retriever_chain import HybridRetrieverChain
from ...chains.similarity_retriever_chain import SimilarityRetrieverChain
from ...prompts.prompt_templates import summarise_prompt_template
from ..models.response_model import ChatResponse, UserInput
from ..models.response_model import ChatResponse, UserInput,ContextSource

load_dotenv()

Expand Down

0 comments on commit becf506

Please sign in to comment.