Spaces:
Sleeping
Sleeping
File size: 246 Bytes
8b54370 |
1 2 3 4 5 6 7 8 |
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 |