import pandas as pd from sentence_transformers import SentenceTransformer def get_data_frame(file_path): df = pd.read_excel(file_path) return df