mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
* document embedding writer & query * Added test query for doc embeddings * Bump version * Added doc rag prompt * Document RAG service
6 lines
82 B
Python
Executable file
6 lines
82 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.retrieval.document_rag import run
|
|
|
|
run()
|
|
|