Merge pull request #115 from LD-Reborn/52-fix-documentation-to-show-that-we-have-a-front-end

52 fix documentation to show that we have a front end
This commit is contained in:
LD50
2026-01-24 19:32:18 +01:00
committed by GitHub
4 changed files with 10 additions and 7 deletions

View File

@@ -1,10 +1,9 @@
# embeddingsearch # embeddingsearch<img src="docs/logo.png" alt="Logo" width="50" align="left">
<img src="https://github.com/LD-Reborn/embeddingsearch/blob/main/logo.png" alt="Logo" width="100"> embeddingsearch is a self-hosted semantic search server built on vector embeddings.<br/>It lets you index and semantically search text using modern embedding models.
<br/><br/>
embeddingsearch is a self-hosted semantic search server built on vector embeddings. It's designed to be flexible, extensible, and easy to use.
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
<img src="docs/ProjectOutline/ProjectOutlineDiagram.excalidraw.svg" alt="Logo"> <img src="docs/ProjectOutline/ProjectOutlineDiagram.excalidraw.svg" alt="Logo">
## What embeddingsearch offers: ## What embeddingsearch offers:
@@ -57,4 +56,4 @@ This repository comes with a:
- Support for other database types (MSSQL, SQLite, PostgreSQL, MongoDB, Redis) - Support for other database types (MSSQL, SQLite, PostgreSQL, MongoDB, Redis)
# Community # Community
<a href="https://discord.gg/MUKeZM3k"><img src="https://img.shields.io/badge/Join%20Discord-7289DA?style=flat&logo=discord&logoColor=whiteServer" alt="Discord"></img></a> <a href="https://discord.gg/MUKeZM3k"><img src="https://img.shields.io/badge/Join%20Discord-7289DA?style=flat&logo=discord&logoColor=whiteServer" alt="Discord"></img></a>

BIN
docs/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

View File

@@ -79,4 +79,8 @@ url("/fonts/bootstrap-icons.woff") format("woff");
td.btn-group { td.btn-group {
display: revert; display: revert;
min-width: 15rem; min-width: 15rem;
}
[data-bs-theme="light"] img[alt="Logo"] {
filter: invert(100%);
} }