Enable fastembed component (#316)

This commit is contained in:
cybermaggedon 2025-03-15 12:38:57 +00:00 committed by GitHub
parent a922852017
commit 741d54cf72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@
// Embeddings
"embeddings-ollama": import "components/embeddings-ollama.jsonnet",
"embeddings-hf": import "components/embeddings-hf.jsonnet",
"embeddings-fastembed": import "components/embeddings-fastembed.jsonnet",
// Processing pipelines
"graph-rag": import "components/graph-rag.jsonnet",