diff --git a/README.md b/README.md index 9786b8e..ce923d5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ -# embeddingsearch -Logo - -embeddingsearch is a self-hosted semantic search server built on vector embeddings. - -It lets you index and semantically search text using modern embedding models. It's designed to be flexible, extensible, and easy to use. +# embeddingsearchLogo +embeddingsearch is a self-hosted semantic search server built on vector embeddings.
It lets you index and semantically search text using modern embedding models. +

+It's designed to be flexible, extensible, and easy to use. +# Project outline Logo ## What embeddingsearch offers: @@ -57,4 +56,4 @@ This repository comes with a: - Support for other database types (MSSQL, SQLite, PostgreSQL, MongoDB, Redis) # Community -Discord \ No newline at end of file +Discord diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 0000000..8a4bb28 Binary files /dev/null and b/docs/logo.png differ diff --git a/logo.png b/logo.png deleted file mode 100644 index bbb6a77..0000000 Binary files a/logo.png and /dev/null differ diff --git a/src/Server/wwwroot/css/site.css b/src/Server/wwwroot/css/site.css index 5a1c154..76fd753 100644 --- a/src/Server/wwwroot/css/site.css +++ b/src/Server/wwwroot/css/site.css @@ -79,4 +79,8 @@ url("/fonts/bootstrap-icons.woff") format("woff"); td.btn-group { display: revert; min-width: 15rem; +} + +[data-bs-theme="light"] img[alt="Logo"] { + filter: invert(100%); } \ No newline at end of file