-
Simon Suo authored
* use llama_index * replace in docs * replace all tests * replace other packages * replace more docs * more docs * update others * update setup * wip * wip
Simon Suo authored* use llama_index * replace in docs * replace all tests * replace other packages * replace more docs * more docs * update others * update setup * wip * wip
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 299 B
.PHONY: format lint
GIT_ROOT ?= $(shell git rev-parse --show-toplevel)
format:
black .
lint:
mypy .
black . --check
ruff check .
test:
pytest tests
# Docs
watch-docs: ## Build and watch documentation
sphinx-autobuild docs/ docs/_build/html --open-browser --watch $(GIT_ROOT)/llama_index/