pimcore-ytest / src /parameters.py
fashxp's picture
initial commit
8b54370
raw
history blame contribute delete
246 Bytes
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