Improved wording

This commit is contained in:
2025-06-22 03:46:58 +02:00
parent d10f03287f
commit 2034a20055

View File

@@ -1,12 +1,12 @@
# embeddingsearch # embeddingsearch
<img src="https://github.com/LD-Reborn/embeddingsearch/blob/main/logo.png" alt="Logo" width="100"> <img src="https://github.com/LD-Reborn/embeddingsearch/blob/main/logo.png" alt="Logo" width="100">
Embeddingsearch is a DotNet C# library that uses Embedding Similarity Search (similiarly to [Magna](https://github.com/yousef-rafat/Magna/tree/main)) to semantically compare a given input to a database of pre-processed entries. embeddingsearch is a search server that uses Embedding Similarity Search (similiarly to [Magna](https://github.com/yousef-rafat/Magna/tree/main)) to semantically compare a given input to a database of indexed entries.
This repository comes with This repository comes with
- a server (accessible via API calls & swagger) - a server (accessible via API calls & swagger)
- a clientside library - a clientside library (C#)
- a scripting based indexer service that supports - a scripting based indexer service that supports the use of
- Python - Python
- Golang (WIP) - Golang (WIP)
- Javascript (WIP) - Javascript (WIP)