https://github.com/terraphim/terraphim-platform-pipeline
Cloud (python) based pipeline for Terraphim AI assistant
https://github.com/terraphim/terraphim-platform-pipeline
Last synced: over 1 year ago
JSON representation
Cloud (python) based pipeline for Terraphim AI assistant
- Host: GitHub
- URL: https://github.com/terraphim/terraphim-platform-pipeline
- Owner: terraphim
- License: agpl-3.0
- Created: 2023-04-24T18:04:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T18:02:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T09:44:52.823Z (over 1 year ago)
- Language: Python
- Size: 33.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraphim-platform-pipeline
Cloud (python) based pipeline for Terraphim AI assistant
WIP: It's based on https://github.com/applied-knowledge-systems/the-pattern/ project and in the process of being rewritten to smaller, Rust based self-contained platform
## Overview
## Testing
```
redis-cli -p 9001 -h 127.0.0.1 GRAPH.QUERY cord19medical "MATCH (e:entity)-[r]->(t:entity) where (e.role='project-manager') RETURN DISTINCT e.id,e.name,e.rank, e.role"
```
or
```
redis-cli -p 9001 -h 127.0.0.1 GRAPH.QUERY cord19medical "MATCH (e:entity)-[r]->(t:entity) where (e.role='lazy-project-manager') RETURN DISTINCT e.id,e.name,e.rank, e.role"
```