Skip to content

Commit

Permalink
trigger new build
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinFrasch committed Apr 23, 2024
1 parent b665244 commit f1acc82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/slackbot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/vectordb_sync/vectordb_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1acc82

Please sign in to comment.