Skip to content

feat: flatten the metadata structure in chroma vector store #453

feat: flatten the metadata structure in chroma vector store

feat: flatten the metadata structure in chroma vector store #453

GitHub Actions / JUnit Test Report failed Nov 25, 2024 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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'