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-07-17 09:11:03 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
06ac734a33
trustgraph
/
trustgraph-core
/
scripts
/
triples-query-cassandra
7 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
Breakout store queries (#8) - Break out store queries, so not locked into a Milvus/Cassandra backend - Break out prompting into a separate module, so that prompts can be tailored to other LLMs - Jsonnet used to generate docker compose templates - Version to 0.6.0
2024-08-13 17:30:59 +01:00
#!/usr/bin/env python3
Change references to trustgraph-core
2024-09-28 22:01:50 +01:00
from trustgraph.core.query.triples.cassandra import run
Breakout store queries (#8) - Break out store queries, so not locked into a Milvus/Cassandra backend - Break out prompting into a separate module, so that prompts can be tailored to other LLMs - Jsonnet used to generate docker compose templates - Version to 0.6.0
2024-08-13 17:30:59 +01:00
run()
Reference in a new issue
Copy permalink