Skip to content

[Bug]: Crashing in Debug mode #5862

@wewintechnologies

Description

@wewintechnologies

What happened?

Using chromadb 1.3.4, getting below crash when running in debug mode:
Traceback (most recent call last):
File "runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
"main", mod_spec)
File "runpy.py", line 88, in _run_code
exec(code, run_globals)
~~~~^^^^^^^^^^^^^^^^^^^
File "main.py", line 71, in
cli.main()
~~~~~~~~^^
File "cli.py", line 508, in main
run()
~~~^^
File "cli.py", line 358, in run_file
runpy.run_path(target, run_name="main")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pydevd_runpy.py", line 310, in run_path
return _run_module_code(code, init_globals, run_name, pkg_name=pkg_name, script_name=fname)
File "pydevd_runpy.py", line 127, in _run_module_code
_run_code(code, mod_globals, init_globals, mod_name, mod_spec, pkg_name, script_name)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pydevd_runpy.py", line 118, in _run_code
exec(code, run_globals)
~~~~^^^^^^^^^^^^^^^^^^^
File "main.py", line 37, in
from routers.rag import rag_router
File "rag.

Versions

Name: chromadb
Version: 1.3.4
Summary: Chroma.

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions