mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
Tidy up, make sure scripts are in package
This commit is contained in:
parent
a5d63883f5
commit
a32864edcd
2 changed files with 19 additions and 7 deletions
|
|
@ -10,9 +10,19 @@ services:
|
|||
vectorize:
|
||||
module: trustgraph.embeddings.vectorize
|
||||
|
||||
# embeddings:
|
||||
# module: trustgraph.embeddings.hf
|
||||
|
||||
# embeddings:
|
||||
# module: trustgraph.embeddings.ollama
|
||||
# parameters:
|
||||
# ollama: http://ollama:11434
|
||||
|
||||
embeddings:
|
||||
module: trustgraph.embeddings.hf
|
||||
|
||||
parameters:
|
||||
model: mixedbread-ai/mxbai-embed-large-v1
|
||||
|
||||
kg-extract-definitions:
|
||||
module: trustgraph.kg.extract_definitions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue