diff --git a/docs/modelfile.md b/docs/modelfile.md index a90cbc0d..1189933d 100644 --- a/docs/modelfile.md +++ b/docs/modelfile.md @@ -91,11 +91,12 @@ This bin file location should be specified as an absolute path or relative to th ### EMBED -The EMBED instruction is used to add embeddings of files to a model. This is useful for adding custom data that the model can reference when generating an answer. - +The EMBED instruction is used to add embeddings of files to a model. This is useful for adding custom data that the model can reference when generating an answer. Note that currently only text files are supported, formatted with each line as one embedding. ``` FROM : -EMBED +EMBED .txt +EMBED .txt +EMBED /*.txt ``` ### PARAMETER