You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Import Config page, when I select the Chunker option as Code, I choose either the Python or PHP option. Then, I select a file with the .py or .php extension according to my choice, and when I perform the import, I get the following error. I wonder if this error is related to LangChain? I feel like I might be missing something that needs to be done, but I also wanted to report it in case it might be a issue.
Import for framework.py failed: '>' not supported between instances of 'int' and 'str' | 0
✔ Collected all Batches of framework.py
ℹ Removing framework.py from BatchManager
ℹ Found existing Client
ℹ FileStatus.STARTING | framework.py | Starting Import | 0
ℹ Loading framework.py (py)
ℹ FileStatus.LOADING | framework.py | Loaded framework.py | 0.14
ℹ FileStatus.CHUNKING | framework.py | | 0
ℹ FileStatus.ERROR | framework.py | Import for framework.py failed: '>'
not supported between instances of 'int' and 'str' | 0.0
✘ No documents imported 0 of 1 succesful tasks
ℹ FileStatus.ERROR | framework.py | Import for framework.py failed:
Import for framework.py failed: '>' not supported between instances of 'int' and
'str' | 0
The text was updated successfully, but these errors were encountered:
Hello,
On the Import Config page, when I select the Chunker option as Code, I choose either the Python or PHP option. Then, I select a file with the .py or .php extension according to my choice, and when I perform the import, I get the following error. I wonder if this error is related to LangChain? I feel like I might be missing something that needs to be done, but I also wanted to report it in case it might be a issue.
Import for framework.py failed: '>' not supported between instances of 'int' and 'str' | 0
✔ Collected all Batches of framework.py
ℹ Removing framework.py from BatchManager
ℹ Found existing Client
ℹ FileStatus.STARTING | framework.py | Starting Import | 0
ℹ Loading framework.py (py)
ℹ FileStatus.LOADING | framework.py | Loaded framework.py | 0.14
ℹ FileStatus.CHUNKING | framework.py | | 0
ℹ FileStatus.ERROR | framework.py | Import for framework.py failed: '>'
not supported between instances of 'int' and 'str' | 0.0
✘ No documents imported 0 of 1 succesful tasks
ℹ FileStatus.ERROR | framework.py | Import for framework.py failed:
Import for framework.py failed: '>' not supported between instances of 'int' and
'str' | 0
The text was updated successfully, but these errors were encountered: