Hello,
I have a csv organized like this (¤ as separator) :
|EDITO_DESCRIPTION|Editorial description of the publication’s focus|
|EDITO_THEMATIQUES|Editorial themes and topics covered|
|EDITO_CIBLE|Target audience description|
|EDITO_TON_STYLE|Editorial tone and writing style|
|EDITO_MOTS_CLES|Editorial keywords|
|EDITO_LANGUE_DETECTEE|Detected language of the content|
|EDITO_DESCRIPTION_EMBEDDINGS|Vector embeddings of the editorial description|
|EDITO_DESCRIPTION_EMBEDINGS_MODEL|Model used to generate the embeddings|
I would like to create a classic plain table to use fulltext search and at the same time to use the embedings for a semantic search use case.
It is possible ? How, any ressources ?
Thanks !