From c2ea1f39dbddf07e1c336a4154665db821495ce9 Mon Sep 17 00:00:00 2001 From: Rei Tamai Date: Tue, 25 Mar 2025 13:00:42 +0900 Subject: [PATCH 1/3] heroku deploy --- Procfile | 2 +- requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 509e892..dca06b9 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python community/chains/tableau/query_data_chain/main.py --mode api +web: python main.py --mode api \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 291160f..fd483fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,3 +19,5 @@ llama-index-vector-stores-pinecone pinecone-client[grpc] semantic-router tavily-python +tokenizers +langchain_tableau \ No newline at end of file From a4203f0d51b15c1a43f2f6f663823665bb4872f6 Mon Sep 17 00:00:00 2001 From: Rei Tamai Date: Tue, 25 Mar 2025 13:03:32 +0900 Subject: [PATCH 2/3] heroku deploy --- .gitignore | 1 + Procfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6420a12..491086e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.history # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/Procfile b/Procfile index dca06b9..e8a48f8 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python main.py --mode api \ No newline at end of file +web: python main.py --mode api From b26faa1a0d3e6e8a629d25b6984fdb8727a581d9 Mon Sep 17 00:00:00 2001 From: Rei Tamai Date: Wed, 2 Apr 2025 20:18:57 +0900 Subject: [PATCH 3/3] Trigger PR merge status recheck