Spaces:
Sleeping
Sleeping
emb_model = "BAAI/bge-large-en-v1.5" | |
full_actions_list_file_path = "./data/action_descriptions.csv" | |
db_location = ".lancedb" | |
num_sub_vectors = 128 # number of sub-vectors for index | |
batch_size = 32 # batch size for embedding model | |
K = 20 |