trustgraph/trustgraph-flow/scripts/document-embeddings
cybermaggedon 6aa212061d
Fix/document embeddings (#247)
* Update schema for doc embeddings

* Rename embeddings-vectorize to graph-embeddings

* Added document-embeddings processor (broken, needs fixing)

* Added scripts

* Fixed DE queue schema

* Add missing DE process

* Fix doc RAG processing, put graph-rag and doc-rag in appropriate component files.
2025-01-04 21:51:28 +00:00

6 lines
90 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.embeddings.document_embeddings import run
run()