Skip to content

Commit bb870d4

Browse files
committed
Fixed tests.
1 parent 5af0607 commit bb870d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index/test_create_vector_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
should_ignore,
1111
)
1212
from readme_ready.types import LLMModels
13-
from langchain.text_splitter import RecursiveCharacterTextSplitter
13+
from langchain_text_splitters import RecursiveCharacterTextSplitter
1414

1515

1616
def test_should_ignore():

0 commit comments

Comments
 (0)