aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.16.0/07-Development/04-architecture.md
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-08-31 21:08:52 +0000
committerMohamedBassem <me@mbassem.com>2024-08-31 21:08:52 +0000
commit83bc5bdab4127b5bdbee708fcbf57297fff62fc0 (patch)
tree2f139ff15737fc2cd75d1345dbbcd6fcbd05ca36 /docs/versioned_docs/version-v0.16.0/07-Development/04-architecture.md
parent25b61cced098a49ce8fe318099f55616a57c6806 (diff)
downloadkarakeep-83bc5bdab4127b5bdbee708fcbf57297fff62fc0.tar.zst
docs: Remove references to redis and workers from docs
Diffstat (limited to 'docs/versioned_docs/version-v0.16.0/07-Development/04-architecture.md')
-rw-r--r--docs/versioned_docs/version-v0.16.0/07-Development/04-architecture.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/versioned_docs/version-v0.16.0/07-Development/04-architecture.md b/docs/versioned_docs/version-v0.16.0/07-Development/04-architecture.md
index df69376a..5a864034 100644
--- a/docs/versioned_docs/version-v0.16.0/07-Development/04-architecture.md
+++ b/docs/versioned_docs/version-v0.16.0/07-Development/04-architecture.md
@@ -3,8 +3,7 @@
![Architecture Diagram](/img/architecture/arch.png)
- Webapp: NextJS based using sqlite for data storage.
-- Redis: Used with BullMQ for scheduling background jobs for the workers.
-- Workers: Consume the jobs from redis and executes them, there are three job types:
+- Workers: Consume the jobs from sqlite based job queue and executes them, there are three job types:
1. Crawling: Fetches the content of links using a headless chrome browser running in the workers container.
2. OpenAI: Uses OpenAI APIs to infer the tags of the content.
3. Indexing: Indexes the content in meilisearch for faster retrieval during search.