Skip to content

Commit 1c7411d

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents d399eb1 + 5af0607 commit 1c7411d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

readme_ready/index/create_vector_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pathlib import Path
88
from typing import List
99

10-
from langchain.text_splitter import RecursiveCharacterTextSplitter
10+
from langchain_text_splitters import RecursiveCharacterTextSplitter
1111
from langchain_core.document_loaders import BaseLoader
1212
from langchain_core.documents import Document
1313

readme_ready/utils/llm_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def get_ollama_chat_model(model_name: str, streaming=False, model_kwargs=None):
140140
disable_streaming=not streaming,
141141
)
142142

143+
143144
def get_openai_chat_model(
144145
model: str, temperature=None, streaming=None, model_kwargs=None
145146
) -> ChatOpenAI:

0 commit comments

Comments
 (0)