This website requires JavaScript.
Explore
Help
Register
Sign in
apunkt
/
trustgraph
Watch
1
Star
0
Fork
You've already forked trustgraph
0
mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced
2026-04-25 08:26:21 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
db4e1df0fb
trustgraph
/
trustgraph-flow
/
scripts
/
document-rag
7 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
Feature/subpackages (#80) * Renaming what will become the core package * Tweaking to get package build working * Fix metering merge * Rename to core directory * Bump version. Use namespace searching for packaging trustgraph-core * Change references to trustgraph-core * Forming embeddings-hf package * Reference modules in core package. * Build both packages to one container, bump version * Update YAMLs
2024-09-30 14:00:29 +01:00
#!/usr/bin/env python3
Feature/simpler subpackages (#81) * Back to simpler directory structure * Bump version, update templates
2024-09-30 16:16:20 +01:00
from trustgraph.retrieval.document_rag import run
Feature/subpackages (#80) * Renaming what will become the core package * Tweaking to get package build working * Fix metering merge * Rename to core directory * Bump version. Use namespace searching for packaging trustgraph-core * Change references to trustgraph-core * Forming embeddings-hf package * Reference modules in core package. * Build both packages to one container, bump version * Update YAMLs
2024-09-30 14:00:29 +01:00
run()
Reference in a new issue
Copy permalink