mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-17 23:18:20 +00:00
refactor: RAG Refactor (#985)
Co-authored-by: Aralhi <xiaoping0501@gmail.com> Co-authored-by: csunny <cfqsunny@163.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -17,7 +17,7 @@ setup: ## Set up the Python development environment
|
||||
$(VENV_BIN)/pip install -r requirements/lint-requirements.txt
|
||||
|
||||
testenv: setup ## Set up the Python test environment
|
||||
$(VENV_BIN)/pip install -e ".[simple_framework]"
|
||||
$(VENV_BIN)/pip install -e ".[default]"
|
||||
|
||||
.PHONY: fmt
|
||||
fmt: setup ## Format Python code
|
||||
|
Reference in New Issue
Block a user