mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +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
|
|
@ -41,6 +41,7 @@ setuptools.setup(
|
|||
"cohere",
|
||||
"cryptography",
|
||||
"falkordb",
|
||||
"fastembed",
|
||||
"google-generativeai",
|
||||
"ibis",
|
||||
"jsonschema",
|
||||
|
|
@ -78,6 +79,7 @@ setuptools.setup(
|
|||
"scripts/document-embeddings",
|
||||
"scripts/document-rag",
|
||||
"scripts/embeddings-ollama",
|
||||
"scripts/embeddings-fastembed",
|
||||
"scripts/ge-query-milvus",
|
||||
"scripts/ge-query-pinecone",
|
||||
"scripts/ge-query-qdrant",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue