You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a flag/optional config option to allow specifying number of cores to run on + make sure that single core isn't spawning a separate process (otherwise breaks debugging). By default should be single threaded to avoid potential issues and simplify initial troubleshooting
At the moment only
auto
provider has some ad-hoc indexingpromnesia/src/promnesia/sources/auto.py
Lines 211 to 218 in 127cf75
Need a flag/optional config option to allow specifying number of cores to run on + make sure that single core isn't spawning a separate process (otherwise breaks debugging). By default should be single threaded to avoid potential issues and simplify initial troubleshooting
Would require a change somewhere around here
promnesia/src/promnesia/__main__.py
Lines 37 to 38 in 127cf75
The text was updated successfully, but these errors were encountered: