From dafc835774a6fe709af571d352f2ff40bb14b71e Mon Sep 17 00:00:00 2001 From: ItzCrazyKns Date: Fri, 3 May 2024 16:34:32 +0530 Subject: [PATCH] feat(docs): update URLs --- README.md | 2 +- docs/architecture/README.md | 3 ++- docs/architecture/WORKING.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb57c06..7c0b09a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Perplexica is an open-source AI-powered searching tool or an AI-powered search e Using SearxNG to stay current and fully open source, Perplexica ensures you always get the most up-to-date information without compromising your privacy. -Want to know more about its architecture and how it works? You can read it [here](https://github.com/ItzCrazyKns/Perplexica/docs/architecture/README.md). +Want to know more about its architecture and how it works? You can read it [here](https://github.com/ItzCrazyKns/Perplexica/tree/master/docs/architecture/README.md). ## Preview diff --git a/docs/architecture/README.md b/docs/architecture/README.md index c318205..0c5cf98 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -6,4 +6,5 @@ Perplexica's architecture consists of the following key components: 3. **SearXNG**: A metadata search engine used by Perplexica to search the web for sources. 4. **LLMs (Large Language Models)**: Utilized by agents and chains for tasks like understanding content, writing responses, and citing sources. Examples include Claude, GPTs, etc. 5. **Embedding Models**: To improve the accuracy of search results, embedding models re-rank the results using similarity search algorithms such as cosine similarity and dot product distance. -For a more detailed explanation of how these components work together, see [WORKING.md](https://github.com/ItzCrazyKns/Perplexica/docs/architecture/WORKING.md). \ No newline at end of file + +For a more detailed explanation of how these components work together, see [WORKING.md](https://github.com/ItzCrazyKns/Perplexica/tree/master/docs/architecture/WORKING.md). \ No newline at end of file diff --git a/docs/architecture/WORKING.md b/docs/architecture/WORKING.md index 5c3304f..8718b22 100644 --- a/docs/architecture/WORKING.md +++ b/docs/architecture/WORKING.md @@ -1,6 +1,6 @@ ## How does Perplexica work? -Curious about how Perplexica works? Don't worry, we'll cover it here. Before we begin, make sure you've read about the architecture of Perplexica to ensure you understand what it's made up of. Haven't read it? You can read it [here](https://github.com/ItzCrazyKns/Perplexica/docs/architecture/README.md). +Curious about how Perplexica works? Don't worry, we'll cover it here. Before we begin, make sure you've read about the architecture of Perplexica to ensure you understand what it's made up of. Haven't read it? You can read it [here](https://github.com/ItzCrazyKns/Perplexica/tree/master/docs/architecture/README.md). We'll understand how Perplexica works by taking an example of a scenario where a user asks: "How does an A.C. work?". We'll break down the process into steps to make it easier to understand. The steps are as follows: