Feature/fastembed (#286)

* Copied in base files for fastembed

* Added fastembed implementation

* Added template support for fastembed
This commit is contained in:
cybermaggedon 2025-01-28 18:26:17 +00:00 committed by GitHub
parent 75a72b0d2d
commit 6c3d2e7f97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 151 additions and 1 deletions

View file

@ -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.
"""