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 @@
- the *AI-native* Redis Python client
+ The *AI-native* Redis Python client
-[](https://codecov.io/gh/redis/redis-vl-python)
[](https://opensource.org/licenses/MIT)

[](https://github.com/psf/black)

-
[](https://pypi.org/project/redisvl/)
+
+[](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