Open vigkastHV opened 1 month ago
This is actually a issue from the llama_index SimpleDirectoryReader Class. You refer this issue and the comments made on it.
https://github.com/run-llama/llama_index/issues/10683 Make Sure llama_index and llama_index_core both are updated with the latest version.
@Jainbaba Thanks for replying.
When I'm trying to upgrade llama_index and llama_index_core it gives following error. Can you help me with this?
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
kotaemon 0.6.5 requires llama-index<0.11.0,>=0.10.40, but you have llama-index 0.11.18 which is incompatible.
llama-index-vector-stores-chroma 0.1.10 requires llama-index-core<0.11.0,>=0.10.1, but you have llama-index-core 0.11.18 which is incompatible.
llama-index-vector-stores-lancedb 0.1.7 requires llama-index-core<0.11.0,>=0.10.1, but you have llama-index-core 0.11.18 which is incompatible.
llama-index-vector-stores-milvus 0.1.23 requires llama-index-core<0.11.0,>=0.10.1, but you have llama-index-core 0.11.18 which is incompatible.
llama-index-vector-stores-qdrant 0.2.17 requires llama-index-core<0.11.0,>=0.10.1, but you have llama-index-core 0.11.18 which is incompatible.
After upgrading, when I start the application it gives below error
Description
System - Windows 11 Python - 3.11.9
GraphRAG gives following error while uploading file and there are no error logs in command-prompt.
Error -
Error: 'charmap' codec can't encode character '\u25e6' in position 959: character maps to <undefined>
Reproduction steps
Screenshots
Logs
Browsers
No response
OS
Windows
Additional information
No response