Skip to content

Commit 3ad0984

Browse files
committed
Eyal review
1 parent 3f417fd commit 3ad0984

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

modules/src/langchain_mlrun/item.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ categories:
77
- llm
88
description: LangChain x MLRun integration - Orchestrate your LangChain code with MLRun.
99
example: langchain_mlrun.ipynb
10-
generationDate: 2025-01-08
10+
generationDate: 2026-01-08:12-25
1111
hidden: false
1212
labels:
13-
author: guyl
13+
author: Iguazio
1414
mlrunVersion: 1.10.0
1515
name: langchain_mlrun
1616
spec:
1717
filename: langchain_mlrun.py
1818
image: mlrun/mlrun
1919
kind: generic
2020
requirements:
21-
- mlrun
2221
- langchain
2322
- pydantic-settings
2423
version: 0.0.1

modules/src/langchain_mlrun/langchain_mlrun.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright 2026 Iguazio
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
115
"""
216
MLRun to LangChain integration - a tracer that converts LangChain Run objects into serializable event and send them to
317
MLRun monitoring.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pytest
2-
mlrun
32
langchain
43
pydantic-settings

modules/src/langchain_mlrun/test_langchain_mlrun.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright 2026 Iguazio
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
115
import os
216
from typing import Literal, TypedDict, Annotated, Sequence, Any, Callable
317
from concurrent.futures import ThreadPoolExecutor

0 commit comments

Comments
 (0)