diff --git a/.coveragerc b/.coveragerc deleted file mode 100644 index 09fd4c32..00000000 --- a/.coveragerc +++ /dev/null @@ -1,25 +0,0 @@ -[run] -omit = - # Omit the test directory: - tests/* - - redisvl/cli/* - - -[report] -# Exclude lines that are not relevant to coverage report -exclude_lines = - # Have to re-enable the standard pragma - pragma: no cover - - # Don't complain about missing debug-only code: - def __repr__ - if self\.debug - - # Don't complain if tests don't hit defensive assertion code: - raise AssertionError - raise NotImplementedError - - # Don't complain if non-runnable code isn't run: - if 0: - if __name__ == .__main__.: \ No newline at end of file diff --git a/README.md b/README.md index e0a52804..3f4ee75f 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@
-
+

🔥 Vector Library

- the *AI-native* Redis Python client + The *AI-native* Redis Python client
-[![Codecov](https://img.shields.io/codecov/c/github/redis/redis-vl-python/dev?label=Codecov&logo=codecov&token=E30WxqBeJJ)](https://codecov.io/gh/redis/redis-vl-python) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![Language](https://img.shields.io/github/languages/top/redis/redis-vl-python) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) ![GitHub last commit](https://img.shields.io/github/last-commit/redis/redis-vl-python) -![GitHub deployments](https://img.shields.io/github/deployments/redis/redis-vl-python/github-pages?label=doc%20build) [![pypi](https://badge.fury.io/py/redisvl.svg)](https://pypi.org/project/redisvl/) +![PyPI - Downloads](https://img.shields.io/pypi/dm/redisvl) +[![GitHub stars](https://img.shields.io/github/stars/redis/redis-vl-python)](https://github.com/redis/redis-vl-python/stargazers)
@@ -30,9 +30,9 @@ # Introduction -Welcome to the Redis Vector Library – the ultimate Python client designed for AI applications harnessing the power of [Redis](https://redis.io). +Redis Vector Library is the ultimate Python client designed for AI-native applications harnessing the power of [Redis](https://redis.io). -[redisvl](https://pypi.org/project/redisvl/) is your go-to tool for: +[redisvl](https://pypi.org/project/redisvl/) is your go-to client for: - Lightning-fast information retrieval & vector similarity search - Real-time RAG pipelines