Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
jerpint committed Nov 14, 2023
1 parent 570c472 commit 28784ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buster/validators/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pandas as pd

from buster.llm_utils import cosine_similarity, get_openai_embedding
from buster.validators.question_answer_validator import (
from buster.validators.validators import (
AnswerValidator,
DocumentsValidator,
QuestionValidator,
Expand Down
File renamed without changes.

0 comments on commit 28784ba

Please sign in to comment.