Add lightrag-clean-llmqc console script entry point
- Add clean_llm_query_cache tool - New console script for cache cleanup - Extend CLI tool availability
This commit is contained in:
parent
46ce6d9a13
commit
1e477e95ef
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ observability = [
|
|||
lightrag-server = "lightrag.api.lightrag_server:main"
|
||||
lightrag-gunicorn = "lightrag.api.run_with_gunicorn:main"
|
||||
lightrag-download-cache = "lightrag.tools.download_cache:main"
|
||||
lightrag-clean-llmqc = "lightrag.tools.clean_llm_query_cache:main"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/HKUDS/LightRAG"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue