add knowledge pipeline manager
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
name = "LocalPhotoEmbedding"
|
||||
input.module = "local_dir"
|
||||
input.params.path = "~/myai/photos"
|
||||
parser.module = "embedding"
|
||||
parser.params.path = "~/myai/knowledge/indices/photo_embedding"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[[pipelines]]
|
||||
"local_photos_embedding"
|
||||
Reference in New Issue
Block a user