pipeline_creation #4

Merged
armistace merged 3 commits from pipeline_creation into master 2025-06-04 22:02:00 +10:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 64b466c4ac - Show all commits

View File

@ -5,3 +5,4 @@ PyGithub
chromadb
langchain-ollama
PyJWT
dotenv

View File

@ -4,6 +4,8 @@ import repo_management.repo_manager as git_repo
from notifications.n8n import N8NWebhookJwt
import string,os
from datetime import datetime
from dotenv import load_dotenv
load_dotenv()
tril = tn.TrilumNotes()