diff options
Diffstat (limited to 'docs/versioned_docs/version-v0.18.0/07-Development/04-architecture.md')
| -rw-r--r-- | docs/versioned_docs/version-v0.18.0/07-Development/04-architecture.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/versioned_docs/version-v0.18.0/07-Development/04-architecture.md b/docs/versioned_docs/version-v0.18.0/07-Development/04-architecture.md deleted file mode 100644 index 5a864034..00000000 --- a/docs/versioned_docs/version-v0.18.0/07-Development/04-architecture.md +++ /dev/null @@ -1,9 +0,0 @@ -# Architecture - - - -- Webapp: NextJS based using sqlite for data storage. -- 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. |
