hi.
in the chroma docs, i can see that there is an embedding function that use instructor models.
anyway, the function embedding_functions.InstructorEmbeddingFunction() parse the text without the instruction, as it doesn't accept a "list of lists" as input, and does not provide any "instruction" argument.
should I add the instruction at the beginning of the "text" string? (but probably this does not match with the training format of your models....)
hi. in the chroma docs, i can see that there is an embedding function that use instructor models. anyway, the function embedding_functions.InstructorEmbeddingFunction() parse the text without the instruction, as it doesn't accept a "list of lists" as input, and does not provide any "instruction" argument. should I add the instruction at the beginning of the "text" string? (but probably this does not match with the training format of your models....)
thanks in advance