We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af0607 commit bb870d4Copy full SHA for bb870d4
tests/index/test_create_vector_store.py
@@ -10,7 +10,7 @@
10
should_ignore,
11
)
12
from readme_ready.types import LLMModels
13
-from langchain.text_splitter import RecursiveCharacterTextSplitter
+from langchain_text_splitters import RecursiveCharacterTextSplitter
14
15
16
def test_should_ignore():
0 commit comments