feat: flatten the metadata structure in chroma vector store #453
3 tests run, 0 passed, 0 skipped, 3 failed.
Annotations
Check failure on line 1 in packages/ragbits-document-search/tests/integration/test_rerankers.py
github-actions / JUnit Test Report
test_rerankers.packages.ragbits-document-search.tests.integration.test_rerankers
collection failure
Raw output
ImportError while importing test module '/home/runner/work/ragbits/ragbits/packages/ragbits-document-search/tests/integration/test_rerankers.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
E ModuleNotFoundError: No module named 'tests.integration'
Check failure on line 1 in packages/ragbits-document-search/tests/integration/test_sources.py
github-actions / JUnit Test Report
test_sources.packages.ragbits-document-search.tests.integration.test_sources
collection failure
Raw output
ImportError while importing test module '/home/runner/work/ragbits/ragbits/packages/ragbits-document-search/tests/integration/test_sources.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
E ModuleNotFoundError: No module named 'tests.integration'
Check failure on line 1 in packages/ragbits-document-search/tests/integration/test_unstructured.py
github-actions / JUnit Test Report
test_unstructured.packages.ragbits-document-search.tests.integration.test_unstructured
collection failure
Raw output
ImportError while importing test module '/home/runner/work/ragbits/ragbits/packages/ragbits-document-search/tests/integration/test_unstructured.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
E ModuleNotFoundError: No module named 'tests.integration'