From 387d9d092a91c852a1745c5303ca4151e67dbe0b Mon Sep 17 00:00:00 2001 From: "Hauzer S. Lee" Date: Mon, 14 Oct 2024 19:45:57 +0800 Subject: [PATCH] chore: readme files updated --- README.md | 8 ++++++-- README.zh.md | 11 +++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 README.zh.md diff --git a/README.md b/README.md index 99fb6ce..6149e0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# Semantic Search +# Semantic Search [中文](README.zh.md) -To perform semantic search with LLM backend and ElasticSearch running locally or remotely +Perform efficient semantic search through local or remote large model backends and ElasticSearch to reduce hardware requirements. + +Suitable for personal use with relatively low hardware configurations, and also for organizations with local large model backends deployed. + +By uploading documents in various file formats, re-training can be performed according to one's own needs. ## Requirements diff --git a/README.zh.md b/README.zh.md new file mode 100644 index 0000000..9a21986 --- /dev/null +++ b/README.zh.md @@ -0,0 +1,11 @@ +# Semantic Search 语义搜索引擎 [英文](README.md) + +通过本地或远程大模型后端和 ElasticSearch 进行高效的语义搜索,降低对硬件的要求。 + +适合硬件配置相对较低的个人使用,也适合有本地大模型后端部署的组织使用。 + +通过上传各种文件格式的文档,可根据自己的需要进行再次训练。 + +## 系统要求 + +Python 3.x (3.8-3.11, PyTorch 和 Tensorflow)