Open escblue opened 7 months ago
@escblue we need the detailed log, as well as the test case you have selected.
Deploy steps:
pip install vectordb-bench[pgvector] init_bench
Get error below: Network URL: http://192.168.3.130:8501
2024-04-25 20:56:50.706 Uncaught app exception
Traceback (most recent call last):
File "C:\Users*\AppData\Local\Programs\Python\Python312\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 584, in _run_script
exec(code, module.dict)
File "C:\Users*\AppData\Local\Programs\Python\Python312\Lib\site-packages\vectordb_bench\frontend\vdb_benchmark.py", line 50, in
Change to 0.0.7 version pip install vectordb-bench[pgvector]==0.0.7 it works.
PR: #311 Fixed.
version in V0.08
OS:Red-hat8 /ubuntu22/ win10
error:
ile "C:\Users\appadmin\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 584, in _run_script exec(code, module.dict) File "C:\Users\appadmin\AppData\Local\Programs\Python\Python311\Lib\site-packages\vectordb_bench\frontend\pages\run_test.py", line 65, in
main()
File "C:\Users\appadmin\AppData\Local\Programs\Python\Python311\Lib\site-packages\vectordb_bench\frontend\pages\run_test.py", line 48, in main
generate_tasks(activedDbList, dbConfigs, activedCaseList, allCaseConfigs)
File "C:\Users\appadmin\AppData\Local\Programs\Python\Python311\Lib\site-packages\vectordb_bench\frontend\components\run_test\generateTasks.py", line 15, in generate_tasks
db_case_config=db.case_config_cls(
^^^^^^^^^^^^^^^^^^^