LightRAG/lightrag/kg
yangdx 7aec78833c Implement Gunicorn+Uvicorn integration for shared data preloading
- Create run_with_gunicorn.py script to properly initialize shared data in the
  main process before forking worker processes
- Revert unvicorn to single process mode only, and let gunicorn do all the multi-process jobs
2025-02-27 13:25:22 +08:00
..
__init__.py cleanup 2025-02-20 13:44:17 +01:00
age_impl.py Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
chroma_impl.py Merge pull request #883 from YanSte/fix-return-none 2025-02-19 22:24:50 +01:00
faiss_impl.py Fix linting 2025-02-26 18:11:16 +08:00
gremlin_impl.py Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
json_doc_status_impl.py Refactor shared storage to safely handle multi-process initialization and data sharing 2025-02-26 18:11:02 +08:00
json_kv_impl.py Fix linting 2025-02-26 18:11:16 +08:00
milvus_impl.py Merge pull request #883 from YanSte/fix-return-none 2025-02-19 22:24:50 +01:00
mongo_impl.py Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
nano_vector_db_impl.py Fix linting 2025-02-26 18:11:16 +08:00
neo4j_impl.py Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
networkx_impl.py Fix linting 2025-02-26 18:11:16 +08:00
oracle_impl.py Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
postgres_impl.py Add support to namespace_prefix 2025-02-21 22:48:23 +08:00
qdrant_impl.py Merge pull request #883 from YanSte/fix-return-none 2025-02-19 22:24:50 +01:00
redis_impl.py fixed return 2025-02-19 22:22:41 +01:00
shared_storage.py Implement Gunicorn+Uvicorn integration for shared data preloading 2025-02-27 13:25:22 +08:00
tidb_impl.py Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00