mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 09:26:22 +02:00
Feature/fastembed (#286)
* Copied in base files for fastembed * Added fastembed implementation * Added template support for fastembed
This commit is contained in:
parent
75a72b0d2d
commit
6c3d2e7f97
7 changed files with 151 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
"""
|
||||
Embeddings service, applies an embeddings model selected from HuggingFace.
|
||||
Embeddings service, applies an embeddings model hosted on a local Ollama.
|
||||
Input is text, output is embeddings vector.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue