From ecafca634e5cd5214976f90d05bbb8d690679e5d Mon Sep 17 00:00:00 2001 From: Roman Eisner Date: Thu, 16 Nov 2023 12:55:12 -0700 Subject: [PATCH] clean up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0cfd7d..225bbbb 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,5 @@ Our workflow contained the following components: ![Overall Workflow](workflow.png) -This repository contains the dashboard code (Blue above) for Text Depot. The green components were scheduled with cron jobs, and keep the indexes up-to-date in the ElasticSearch Database. We wrote a custom Parser for each data source, and a single Annotator class that adds the fields below to each document before insertion. The orange components were added for authentication and embeddings-based search, and are optional components. +This repository contains the dashboard code (Blue above) for Text Depot. The green components were scheduled with cron jobs, and keep the indexes up-to-date in the ElasticSearch Database. We wrote a custom Parser for each data source, and a single Annotator class that adds the `[nieghbourhoods, sentiment, embeddings]` fields to each document and inserts them. The orange components were added for authentication and embeddings-based search, and are optional components.