ZByAI is an open-source project designed as a perplexity alternative, allowing users to deploy their own AI-enhanced search service and share it with family and friends.
- Multiple Search Engines: Supports various search engines such as Bing, Serper, and SearXNG.
- Multiple LLM Models: Allows the configuration of various LLMs by other LLM Provider(such as
one-api
).
Users can easily deploy ZByAI using Docker. The following components are required:
- Redis & MySQL: Caching layer and Database.
- Search Engine: Supports
Bing
,Serper
andSearXNG
. - LLM API Key: Any llm provider.
- Supabase Key: For user authentication.
-
Clone the repository:
git clone https://github.com/zzzgydi/zbyai.git cd zbyai
-
Backend Configuration:
- Copy
config/temp.yaml
toconfig/dev.yaml
and fill in the necessary configurations. - Start the GoLang service:
make dev
- Copy
-
Frontend Configuration:
- Copy
web/.env.example
toweb/.env
and fill in the required environment variables. - Navigate to the
web
directory and install dependencies:cd web pnpm i pnpm dev
- Copy
-
Clone the repository:
git clone https://github.com/zzzgydi/zbyai.git cd zbyai
-
Backend Configuration:
- Copy
config/temp.yaml
toconfig/prod.yaml
and fill in the necessary configurations.
- Copy
-
Frontend Configuration:
- Copy
web/.env.example
toweb/.env
and fill in the required environment variables.
- Copy
-
Build Docker Images and Start Containers:
docker compose up -d
ZByAI is licensed under the MIT License. However, please note the following additional terms:
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
The use of this software for direct commercial deployment is strictly prohibited without prior written consent from the authors.
For any questions or support, please open an issue on GitHub or contact us at [[email protected]].
Enjoy using ZByAI!