Kowyo
Kowyo
我之前也想提 issue 增加一下编译的指南。 我自己实践的编译步骤是: - 创建虚拟环境(venv) - python -m pip install . 之后就可以运行了 不知道这个步骤是否规范
> Thanks for the fix. Sorry I couldn't get to this very promptly. I've been traveling for a conference. I'll look into merging the fix into the main branch and...
So the system prompt of AI Summary is not open source yet... I really want to know the implementation.
Same issues here, but using uv instead of poetry. Nowadays, virtual environment is becoming more and more common. Tools like uv can create virtual environment in `.venv` folder as the...
FYI, I did not update the code, instead, I installed an older version of dependencies, you can check my fork here: https://github.com/kowyo/dataset-distillation/tree/fixed-dep
I opened a PR https://github.com/ssnl/dataset-distillation/pull/64 and this has been merged into main branch
Similar isses https://github.com/infiniflow/ragflow/issues/5761

+---------------- 10 ---------------- | Traceback (most recent call last): | File "/ragflow/rag/llm/embedding_model.py", line 199, in encode | embds = [[] for _ in range(len(resp["output"]["embeddings"]))] | TypeError: 'NoneType' object is not...
hi @craihyc , as far as I have investigated, it is not related to the token amount you have, instead, it is related to your API's RPM. I am still...