diff options
Diffstat (limited to 'rag/workflows.py')
-rw-r--r-- | rag/workflows.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rag/workflows.py b/rag/workflows.py new file mode 100644 index 0000000..58d1d78 --- /dev/null +++ b/rag/workflows.py @@ -0,0 +1,7 @@ + + +def ollama_workflow(): + pass + +def cohere_workflow(): + pass |