mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| global_llm_config.example.yaml | ||
| global_llm_config.yaml.template | ||
| uvicorn.py | ||