mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 19:21:03 +02:00
Enable fastembed component
This commit is contained in:
parent
c08779ff3c
commit
34df570a2d
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
||||||
// Embeddings
|
// Embeddings
|
||||||
"embeddings-ollama": import "components/embeddings-ollama.jsonnet",
|
"embeddings-ollama": import "components/embeddings-ollama.jsonnet",
|
||||||
"embeddings-hf": import "components/embeddings-hf.jsonnet",
|
"embeddings-hf": import "components/embeddings-hf.jsonnet",
|
||||||
|
"embeddings-fastembed": import "components/embeddings-fastembed.jsonnet",
|
||||||
|
|
||||||
// Processing pipelines
|
// Processing pipelines
|
||||||
"graph-rag": import "components/graph-rag.jsonnet",
|
"graph-rag": import "components/graph-rag.jsonnet",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue