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:
13
README.md
13
README.md
@@ -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
BIN
docs/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -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%);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user