Skip to content

Commit

Permalink
refactor: improve output validation checks and streamline code logic
Browse files Browse the repository at this point in the history
  • Loading branch information
charli117 committed Feb 11, 2025
1 parent 923c6b9 commit af77bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/rag/datasource/retrieval_service.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import concurrent.futures
import json
from typing import Any, Optional, cast
from typing import Optional, cast

from flask import Flask, current_app
from sqlalchemy.orm import load_only
Expand Down

0 comments on commit af77bf3

Please sign in to comment.