mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
* 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.
6 lines
90 B
Python
Executable file
6 lines
90 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.embeddings.document_embeddings import run
|
|
|
|
run()
|
|
|