Skip to content

No module named 'langchain.text_splitter' #1

Description

@tomaszjacek

Hi,

the installation process finished with no errors .
But I meet the problem when try to convert pdfs to vector db

(venv) tomas@stefan:/ragchatapp$ python save_data.py
Traceback (most recent call last):
File "/home/tomas/ragchatapp/save_data.py", line 7, in
from langchain.text_splitter import RecursiveCharacterTextSplitter
ModuleNotFoundError: No module named 'langchain.text_splitter'
(venv) tomas@stefan:
/ragchatapp$ pip install langchain.text_splitter
ERROR: Could not find a version that satisfies the requirement langchain.text_splitter (from versions: none)
ERROR: No matching distribution found for langchain.text_splitter

do you know how to solve it?
Thank you,
tj

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions