Skip to content

Commit edd568a

Browse files
add langchain rag genai notebook (#2663)
1 parent a169ed0 commit edd568a

File tree

6 files changed

+2247
-3
lines changed

6 files changed

+2247
-3
lines changed

.ci/ignore_convert_execution.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ notebooks/llm-agent-functioncall/llm-agent-functioncall-qwen.ipynb
5757
notebooks/llm-agent-react/llm-agent-rag-llamaindex.ipynb
5858
notebooks/mllama-3.2/mllama-3.2.ipynb
5959
notebooks/llm-agent-react/llm-agent-react.ipynb
60-
notebooks/multilora-image-generation/multilora-image-generation.ipynb
60+
notebooks/multilora-image-generation/multilora-image-generation.ipynb
61+
notebooks/llm-rag-langchain/llm-rag-langchain-genai.ipynb

.ci/ignore_pip_conflicts.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ notebooks/yolov10-optimization/yolov10-optimization.ipynb # nncf from git
1919
notebooks/person-counting-webcam/person-counting.ipynb # numpy should be installed first
2020
notebooks/parler-tts-text-to-speech/parler-tts-text-to-speech.ipynb # torch >= 2.2
2121
notebooks/stable-diffusion-v3/stable-diffusion-v3.ipynb # diffusers from git
22+
notebooks/llm-rag-langchain/llm-rag-langchain-genai.ipynb # nncf@https://github.com/openvinotoolkit/nncf/tree/release_v280

.ci/ignore_treon_docker.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ notebooks/pixtral/pixtral.ipynb
8181
notebooks/llm-agent-react/llm-agent-react.ipynb
8282
notebooks/multilora-image-generation/multilora-image-generation.ipynb
8383
notebooks/llm-agent-react/llm-agent-react-langchain.ipynb
84-
notebooks/multimodal-rag/multimodal-rag-llamaindex.ipynb
84+
notebooks/multimodal-rag/multimodal-rag-llamaindex.ipynb
85+
notebooks/llm-rag-langchain/llm-rag-langchain-genai.ipynb

.ci/skipped_notebooks.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,4 +558,11 @@
558558
- notebook: notebooks/multimodal-rag/multimodal-rag-llamaindex.ipynb
559559
skips:
560560
- os:
561-
- macos-13
561+
- macos-13
562+
- notebook: notebooks/llm-rag-langchain/llm-rag-langchain-genai.ipynb
563+
skips:
564+
- os:
565+
- macos-13
566+
- ubuntu-20.04
567+
- ubuntu-22.04
568+
- windows-2019

0 commit comments

Comments
 (0)