From 9fd01923a8614029908173be5f6dcd5ec555dfd1 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns Date: Sun, 14 Apr 2024 13:19:07 +0530 Subject: [PATCH] feat(readme): Add TOC --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0699c14..227e7c9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ -# 🚀 Perplexica - An AI-powered search engine 🔎 +# 🚀 Perplexica - An AI-powered search engine 🔎 ![preview](.assets/perplexica-screenshot.png) +## Table of Contents + +- [Overview](#overview) +- [Preview](#preview) +- [Features](#features) +- [Installation](#installation) + - [Getting Started with Docker (Recommended)](#getting-started-with-docker-recommended) + - [Non-Docker Installation](#non-docker-installation) +- [Upcoming Features](#upcoming-features) +- [Support Us](#support-us) +- [Contribution](#contribution) +- [Acknowledgements](#acknowledgements) + ## Overview Perplexica is an open-source AI-powered searching tool or an AI-powered search engine that goes deep into the internet to find answers. Inspired by Perplexity AI, it's an open-source option that not just searches the web but understands your questions. It uses advanced machine learning algorithms like similarity searching and embeddings to refine results and provides clear answers with sources cited. @@ -75,6 +88,10 @@ For setups without Docker: - [ ] Adding Discover and History Saving features - [x] Introducing various Focus Modes +## Support Us + +If you find Perplexica useful, consider giving us a star on GitHub. This helps more people discover Perplexica and supports the development of new features. Your support is appreciated. + ## Contribution Perplexica is built on the idea that AI and large language models should be easy for everyone to use. If you find bugs or have ideas, please share them in via GitHub Issues. Details on how to contribute will be shared soon.