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:
11
README.md
11
README.md
@@ -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
BIN
docs/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -80,3 +80,7 @@ td.btn-group {
|
||||
display: revert;
|
||||
min-width: 15rem;
|
||||
}
|
||||
|
||||
[data-bs-theme="light"] img[alt="Logo"] {
|
||||
filter: invert(100%);
|
||||
}
|
||||
Reference in New Issue
Block a user