mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 09:41:03 +02:00
Fix HF embeddings, not tested
This commit is contained in:
parent
53c11871e1
commit
c5cd70dacb
2 changed files with 13 additions and 64 deletions
|
|
@ -9,6 +9,7 @@ from ... base import EmbeddingsService
|
|||
from fastembed import TextEmbedding
|
||||
|
||||
default_ident = "embeddings"
|
||||
|
||||
default_model="sentence-transformers/all-MiniLM-L6-v2"
|
||||
|
||||
class Processor(EmbeddingsService):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue