-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilize the connector and add monitoring #70
Changes from all commits
eddc391
a955cfb
2b271e3
5075043
03d8b75
9965033
6c5362b
3dbba60
a62d4cf
116068a
4c80e41
74f3d34
98b8699
796fd67
cbbbd7c
37e3144
52b5233
ad742f7
7d186bd
d93e5de
dfe4219
9648a94
f3afadf
4eb4bef
488de44
a5de339
e712b9b
7f26452
5ff264a
8098723
f9fa6b9
a589776
e67add1
aa535d2
bc8251c
012d544
776cc71
e1b5c46
d768771
3ba1042
d31b032
0c5bf81
0d6421b
7a726ba
5f56c79
b30c99b
a64a48b
7467b8f
d49b4ef
ae69248
8a9ba5c
1bff59e
89ecf1d
2e0cb5f
33e042f
d8cfd16
caab235
e4ad224
8d664d0
7cac805
7dfd113
b982189
93ebd70
be7df51
9bfc6e6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Goal: Add log rotation |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Goal: Split a long payload to small chunks rather than getting an array of chunks. |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Goal: Remove dependency to langchain and litellm. Upgrade the pubsub library. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
boto3~=1.34.122 | ||
langchain-core~=0.3.0 | ||
langchain~=0.3.0 | ||
PyYAML~=6.0.1 | ||
Requests~=2.32.3 | ||
solace_pubsubplus~=1.8.0 | ||
litellm~=1.51.3 | ||
solace_pubsubplus~=1.9.0 | ||
Flask~=3.0.3 | ||
Flask-SocketIO~=5.4.1 | ||
build~=1.2.2.post1 | ||
build~=1.2.2.post1 | ||
datadog~=0.50.2 | ||
SQLAlchemy~=2.0.36 |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Goal: Support log rotation and backup |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Goal: Transfer stop_signal and broker_name for graceful termination and labeling logs for each broker. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Goal: Remove dependency to Langchain.