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
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/ragchatapp$ pip install langchain.text_splitterTraceback (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:
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