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: rename files and directories, change file content to llmsearch #7

Merged
merged 4 commits into from
Oct 15, 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
4 changes: 2 additions & 2 deletions .env.develop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SERVER_NAME = Semantic Search Server (develop)
DATABASE_URL = postgresql+psycopg2://postgres:postgres@localhost:35432/ssdb
SERVER_NAME = LLM Search Server (develop)
DATABASE_URL = postgresql+psycopg2://postgres:postgres@localhost:35432/llmsearch
PUBLIC_PATH = public
UPLOADS_PATH = uploads
LOG_LEVEL = DEBUG
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SERVER_NAME = Semantic Search Server
DATABASE_URL = postgresql+psycopg2://postgres:postgres@localhost:35432/ssdb
SERVER_NAME = LLM Search Server
DATABASE_URL = postgresql+psycopg2://postgres:postgres@localhost:35432/llmsearch
PUBLIC_PATH = public
UPLOADS_PATH = uploads
# SQLALCHEMY_ENGINE_POOL_SIZE = 10 # Pool size (number of connections to keep in the pool)
Expand Down
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SERVER_NAME="Semantic Search Server"
SERVER_NAME = LLM Search Server
2 changes: 1 addition & 1 deletion .env.testing
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SERVER_NAME="Semantic Search Server"
SERVER_NAME = LLM Search Server
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Semantic Search
# LLM Search

[中文](README.zh.md)

## Summary

Perform efficient semantic search through local or remote large model backends and ElasticSearch to reduce hardware requirements.
Perform efficient semantic search through local or remote LLM 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.

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Semantic Search 语义搜索引擎
# LLM Search 语义搜索引擎

[英文](README.md)

Expand Down
19 changes: 0 additions & 19 deletions frontend/app/layout.tsx

This file was deleted.

Empty file removed frontend/app/page.less
Empty file.
142 changes: 0 additions & 142 deletions frontend/app/page.tsx

This file was deleted.

Empty file removed frontend/index.js
Empty file.
79 changes: 0 additions & 79 deletions frontend/package.json

This file was deleted.

Loading
Loading