From 2034a20055f3736b75903df522f8a7519696039a Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sun, 22 Jun 2025 03:46:58 +0200 Subject: [PATCH] Improved wording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6814f8f..20a4ff9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # embeddingsearch Logo -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 - a server (accessible via API calls & swagger) -- a clientside library -- a scripting based indexer service that supports +- a clientside library (C#) +- a scripting based indexer service that supports the use of - Python - Golang (WIP) - Javascript (WIP)