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

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.embeddings.fastembed import run
run()