Skip to content

Commit

Permalink
chore: rename files and directories, change file content to llmsearch (
Browse files Browse the repository at this point in the history
  • Loading branch information
nuffin authored Oct 15, 2024
1 parent f5ec244 commit 5db38dc
Show file tree
Hide file tree
Showing 39 changed files with 86 additions and 8,098 deletions.
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

0 comments on commit 5db38dc

Please sign in to comment.