aotsuki
aotsuki
same issue, but it happened after upgrade langchain-chatchat from 0.2.9 t0 0.2.10. after upgrade, the issue can be reproduced by run 'python init_database.py --recreate-vs' at repo's root directory. BTW, My...
看起来不止是milvus,我看到milvus的repo里你创建了这个issue @AlexNilone ,正好我最近升级0.2.10也遇到这个问题,实在解决不了。 就在刚才,换了pgvector:看起来应该是向量化以后的代码逻辑问题 2024-01-29 21:19:14.733 Uncaught app exception Traceback (most recent call last): File "/Users/colin/miniforge3/envs/chatchat/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script exec(code, module.__dict__) File "/Users/colin/Documents/Source/Langchain-Chatchat/webui.py", line 64, in pages[selected_page]["func"](api=api, is_lite=is_lite) File...