From f1acc82133b1065e7692480bb4fec50e00d248bf Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 23 Apr 2024 17:30:27 +0200 Subject: [PATCH] trigger new build --- apps/slackbot/main.py | 1 + apps/vectordb_sync/vectordb_sync.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/slackbot/main.py b/apps/slackbot/main.py index e12e501..9334d64 100644 --- a/apps/slackbot/main.py +++ b/apps/slackbot/main.py @@ -4,6 +4,7 @@ from dotenv import load_dotenv, dotenv_values from slack_bolt import App from slack_bolt.adapter.socket_mode import SocketModeHandler +# trigger build from ai_fcts import get_answer diff --git a/apps/vectordb_sync/vectordb_sync.py b/apps/vectordb_sync/vectordb_sync.py index c9456c3..445a9c4 100644 --- a/apps/vectordb_sync/vectordb_sync.py +++ b/apps/vectordb_sync/vectordb_sync.py @@ -5,7 +5,7 @@ # Each individual content is bein preprocessed by langchain and inserted into a qdrant collection. # The embeddings are created with infinity. ### - +# trigger build from flask import Flask, request, jsonify from neo4j import GraphDatabase import langchain.text_splitter