mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-24 23:41:10 +02:00
- Replace threading.Lock() with threading.RLock() (reentrant lock) - Prevents deadlock when _initialize_chunker/_initialize_code_chunker call _initialize_embedding_model while holding the lock - RLock allows same thread to re-acquire lock safely Addresses critical PR #17 review feedback |
||
|---|---|---|
| .. | ||
| agents | ||
| config | ||
| connectors | ||
| prompts | ||
| retriver | ||
| routes | ||
| schemas | ||
| services | ||
| tasks | ||
| utils | ||
| __init__.py | ||
| app.py | ||
| celery_app.py | ||
| db.py | ||
| users.py | ||