How to add txt, csv file and customize embedfile ?
#1
by
lbarasc
- opened
Hi, i just discovered your Embedfile tool, and this is really huge !
I want to use but i have some questions about it.
For example : if i want to add text file, i do :
all-minilm-l6-v2.f16.embedfile.exe import --embed text mytest.txt mybase.db
can you tell me the caracteristics of the .txt file (encoding : utf-8 ?, line break : CR+LF, ... ?)
if i want to add CSV file :
all-minilm-l6-v2.f16.embedfile.exe import --embed text mytest.csv mybase.db
can you specify format of CSV (char separator,encoding..., number of column, name of columns...)
Last question : how to create my own Embedfile.exe with add .gguf ? can i simply binary copy embedfile.exe + gguf ? or what else ?
Thank you for your help, and your tool.
Sincerely,
Lionel.