Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: readme files updated #3

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
11 changes: 11 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Semantic Search 语义搜索引擎 [英文](README.md)

通过本地或远程大模型后端和 ElasticSearch 进行高效的语义搜索,降低对硬件的要求。

适合硬件配置相对较低的个人使用,也适合有本地大模型后端部署的组织使用。

通过上传各种文件格式的文档,可根据自己的需要进行再次训练。

## 系统要求

Python 3.x (3.8-3.11, PyTorch 和 Tensorflow)
Loading