`test_weighted_search` fail in `ailab-db`
- 主要语言
- Jupyter Notebook
- 星标
- 1
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
## Description
Test `test_weighted_search` is failing:
```bash
Run python -m unittest discover -s tests
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): openaipublic.blob.core.windows.net:443
DEBUG:urllib3.connectionpool:[https://openaipublic.blob.core.windows.net:443](https://openaipublic.blob.core.windows.net/) "GET /encodings/cl100k_base.tiktoken HTTP/1.1" 200 1681126
INFO:ailab.db:Connecting to ***
FINFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
...INFO:ailab.db:Connecting to ***
.
======================================================================
Database connection failed.
FAIL: test_weighted_search (test_db_api.TestDBAPI.test_weighted_search)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/ailab-db/ailab-db/tests/test_db_api.py", line 44, in test_weighted_search
self.assertEqual(len(result[0]['result']), test.MATCH_COUNT)
AssertionError: 3 != 10
----------------------------------------------------------------------
Ran 11 tests in 13.509s
FAILED (failures=1)
Error: Process completed with exit code 1.
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。