wangzhihong

Results 19 comments of wangzhihong

1. Check your python version(3.9-3.11) 2. Check your pip source 3. Otherwise, you can install lazyllm by: ``` git clone https://github.com/LazyAGI/LazyLLM.git cd LazyLLM pip3 install -r requirements.txt export PYTHONPATH=$PWD:$PYTHONPATH ```

can use https://github.com/fsspec/filesystem_spec to support 2

when auto-capture is enable, parameter binding will fail too

https://github.com/LazyAGI/LazyLLM/pull/499

execute `python -m flake8` fix these errors: ./lazyllm/tools/rag/doc_impl.py:42:122: E501 line too long (124 > 121 characters) ./lazyllm/tools/rag/doc_impl.py:46:26: E261 at least two spaces before inline comment ./lazyllm/tools/rag/doc_impl.py:47:39: E261 at least two...

Milvus-lite and Milvus do not support using HDDs for storage; only SSDs can be used for mounting.

will be resolved by https://github.com/LazyAGI/LazyLLM/pull/603