瀏覽代碼

Update modelfile.md

Bruce MacDonald 1 年之前
父節點
當前提交
9ae9a89883
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      docs/modelfile.md

+ 4 - 3
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 <model name>:<tag>
-EMBED <file path>
+EMBED <file path>.txt
+EMBED <different file path>.txt
+EMBED <path to directory>/*.txt
 ```
 
 ### PARAMETER