wangzhihong
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
add documents
https://github.com/LazyAGI/LazyLLM/pull/499
pr的标题要改成英文,这样在合并之后,commit message中看起来不会很奇怪
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