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
<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.
It lets you index and semantically search text using modern embedding models. It's designed to be flexible, extensible, and easy to use.
# embeddingsearch<img src="docs/logo.png" alt="Logo" width="50" align="left">
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/>
It's designed to be flexible, extensible, and easy to use.
# Project outline
<img src="docs/ProjectOutline/ProjectOutlineDiagram.excalidraw.svg" alt="Logo">
## What embeddingsearch offers:

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

@@ -80,3 +80,7 @@ td.btn-group {
display: revert;
min-width: 15rem;
}
[data-bs-theme="light"] img[alt="Logo"] {
filter: invert(100%);
}