-
Notifications
You must be signed in to change notification settings - Fork 62
[module][langchain_mlrun] First version #963
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
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
356264f
[Build] Fix html links, Add <function>.html as source in documentation
yonishelach 2202caf
Update CI temporarily and update index
yonishelach b0f2b5d
Merge pull request #615 from yonishelach/fix-links-html
yonishelach 8b17c8f
[XGB-Custom] Fix test artifact key name
yonishelach f42f3e3
Merge pull request #616 from yonishelach/fix-xgb-custom-test
yonishelach a469dca
[XGB-Serving][XGB-Test][XGB-Trainer] Fix tests - artifact key
yonishelach 80c7de2
Merge pull request #617 from yonishelach/fix-xgb-custom-test
yonishelach 3301415
[Build] Install python 3.9 when testing (#618)
yonishelach 0cd1f15
[Build] Update python version in CI (#620)
yonishelach 33e7ab8
Revert "[Build] Update python version in CI (#620)" (#621)
yonishelach 7a7473b
Revert "[Build] Install python 3.9 when testing (#618)" (#619)
yonishelach 81437da
[Build] Build with python 3.9 (#622)
yonishelach c0a1bb8
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l 10cf170
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l 81b45ae
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l f1aa62a
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l 5bb578c
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l 58b0d3e
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l 1d2f407
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l 8872798
[onnx utils] update onnx utils packages
aviaIguazio 3b34fef
[Noise-reduction] Add new function to hub (#765)
yonishelach 55a1907
Merge remote-tracking branch 'upstream/development' into development
aviaIguazio 1e0cb66
delete `load_dask` (#822)
Eyal-Danieli 1ffaede
Merge remote-tracking branch 'upstream/development' into development
aviaIguazio 6fdc1b1
[feature selection] update function yaml
aviaIguazio 64907af
[feature selection] update function yaml
aviaIguazio d1d61a0
Revert "[onnx utils] update onnx utils packages"
aviaIguazio 98d0942
[feature selection] update function yaml
aviaIguazio 2fb2080
[feature selection] update function yaml
aviaIguazio 55e1dc0
Delete unsupported functions from the hub (#824)
Eyal-Danieli 7f3403c
Update feature_selection/test_feature_selection.py
aviaIguazio 75dbafd
Update item.yaml
aviaIguazio 8f3f226
Merge pull request #823 from aviaIguazio/development
aviaIguazio 639bb27
Align to master branch (#826)
Eyal-Danieli 6ded2af
set `navigation_with_keys` to False (#829)
Eyal-Danieli 60c5349
remove xgb and churn functions (#830)
Eyal-Danieli 6dd4ded
[Batch Infer V2] Adjust function to 1.7 (#832)
Eyal-Danieli c4c558e
bring back deprecated params and add warn (#834)
Eyal-Danieli e978719
fix PyYAML loading (#837)
Eyal-Danieli 7d29949
[text to audio generator] Replaced bark with openai tts models (#836)
yonishelach b3eb31a
[Text to audio generator] Add speech engine (#838)
yonishelach 7aec0ab
[auto-trainer] update test requirements (#839)
yonishelach fe39028
[Feature Selection] Fix deprecated `get_offline_features` (#844)
Eyal-Danieli c146acd
limit torchaudio for unit test (#845)
Eyal-Danieli ec61826
Update requirements.txt (#843)
daniels290813 b23f095
[Open Archive] Fix arbitrary file vulnerability (#847)
Eyal-Danieli 9798aed
[open_archive] Add traversal attack test (#849)
Eyal-Danieli 34ec86a
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l 6d065eb
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l 8fc3f35
first version
guy1992l daf0db8
run upg to pydantic v2
guy1992l 3f417fd
added kafka and mlrun-ce code preparation
guy1992l 3ad0984
Eyal review
guy1992l d14e3b6
LangChain MLRun Integration with Kafka Support (CE Mode) (#1)
tomerbv f9373f0
renamed env vars
guy1992l 0cfca47
fix test
guy1992l 6415959
gilad review
guy1992l File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| apiVersion: v1 | ||
| categories: | ||
| - langchain | ||
| - langgraph | ||
| - tracing | ||
| - monitoring | ||
| - llm | ||
| description: LangChain x MLRun integration - Orchestrate your LangChain code with MLRun. | ||
| example: langchain_mlrun.ipynb | ||
| generationDate: 2026-01-08:12-25 | ||
| hidden: false | ||
| labels: | ||
| author: Iguazio | ||
| mlrunVersion: 1.10.0 | ||
| name: langchain_mlrun | ||
| spec: | ||
| filename: langchain_mlrun.py | ||
| image: mlrun/mlrun | ||
| kind: generic | ||
| requirements: | ||
| - langchain~=1.2 | ||
| - pydantic-settings~=2.12 | ||
| - kafka-python~=2.3 | ||
| version: 0.0.1 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@Eyal-Danieli, which categories do we support?
Should it be on general for now?
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.
@guy1992l do we have an option to deploy the agent code into the user cluster?
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.
In general, we have a closed mapping of the categories that you can see in the UI (https://www.mlrun.org/hub/) but your question is in place as we should add it to the contribution guidelines (I'll open a ticket). As for the new categories within this PR, we already added them (will be available once this PR is merged).