From bf19924f8a4eca02dbd11396468e7a945c64a039 Mon Sep 17 00:00:00 2001 From: amrit110 Date: Tue, 12 Nov 2024 19:00:52 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20github=5Fpages=20from=20@=20Ve?= =?UTF-8?q?ctorInstitute/health-rec@3924cd32127f64dc661e4be6e7e57265c11b1d?= =?UTF-8?q?65=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/index.md.txt | 27 ++++++++++++++++++++++----- index.html | 28 +++++++++++++++++++++------- searchindex.js | 2 +- 3 files changed, 44 insertions(+), 13 deletions(-) diff --git a/_sources/index.md.txt b/_sources/index.md.txt index 8655bb2..09f0df3 100644 --- a/_sources/index.md.txt +++ b/_sources/index.md.txt @@ -91,18 +91,35 @@ docker compose --env-file .env.development --profile frontend -f docker-compose. ### 📥 Data setup -#### Download service data (211 API) +#### Test data -**GTA data** +If you want to test the system without real data, you can generate some dummy testing data: ```bash -python3 scripts/download_data.py --api-key $YOUR_211_API_KEY --dataset on --is-gta --data-dir +python3 scripts/generate_test_data.py ``` -**Ontario-wide data** +#### Download service data + +If you are using the 211 API or Empower's API, make sure you check with them to see if the API keys are +configured correctly for the geography of interest. + +**GTA data (211 API)** + +```bash +python3 scripts/download_211_data.py --api-key $YOUR_211_API_KEY --dataset on --is-gta --data-dir +``` + +**Ontario-wide data (211 API)** + +```bash +python3 scripts/download_211_data.py --api-key $YOUR_211_API_KEY --dataset on --data-dir +``` + +**Empower API data** ```bash -python3 scripts/download_data.py --api-key $YOUR_211_API_KEY --dataset on --data-dir +python3 scripts/download_empower_data.py --api-key $YOUR_EMPOWER_API_KEY --data-dir ``` #### Upload data and embeddings diff --git a/index.html b/index.html index 1155870..9b51c54 100644 --- a/index.html +++ b/index.html @@ -362,14 +362,27 @@

🏃‍♂️ Running the services

📥 Data setup

-
-

Download service data (211 API)

-

GTA data

-
python3 scripts/download_data.py --api-key $YOUR_211_API_KEY --dataset on --is-gta --data-dir <path_to_data_dir>
+
+

Test data

+

If you want to test the system without real data, you can generate some dummy testing data:

+
python3 scripts/generate_test_data.py
 
-

Ontario-wide data

-
python3 scripts/download_data.py --api-key $YOUR_211_API_KEY --dataset on --data-dir <path_to_data_dir>
+
+
+

Download service data

+

If you are using the 211 API or Empower’s API, make sure you check with them to see if the API keys are +configured correctly for the geography of interest.

+

GTA data (211 API)

+
python3 scripts/download_211_data.py --api-key $YOUR_211_API_KEY --dataset on --is-gta --data-dir <path_to_data_dir>
+
+
+

Ontario-wide data (211 API)

+
python3 scripts/download_211_data.py --api-key $YOUR_211_API_KEY --dataset on --data-dir <path_to_data_dir>
+
+
+

Empower API data

+
python3 scripts/download_empower_data.py --api-key $YOUR_EMPOWER_API_KEY --data-dir <path_to_data_dir>
 
@@ -474,7 +487,8 @@

In case, you wish to update frontend dependencies, run the following command
  • 🛠️ Installation
  • 🏃‍♂️ Running the services
  • 📥 Data setup
      -
    • Download service data (211 API)
    • +
    • Test data
    • +
    • Download service data
    • Upload data and embeddings
    • Navigate to the UI on the browser
    • In case, you wish to update frontend dependencies, run the following commands in the ui directory:
    • diff --git a/searchindex.js b/searchindex.js index 08df6ee..79ac236 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"API Reference": [[0, null]], "Common HTTP Status Codes": [[0, "common-http-status-codes"]], "Dataset Generation": [[2, "dataset-generation"]], "Download service data (211 API)": [[1, "download-service-data-211-api"]], "Emergency Situation": [[2, "emergency-situation"]], "Error Responses": [[0, "error-responses"]], "Evaluation Framework": [[2, "evaluation-framework"]], "Evaluation Scripts": [[2, "evaluation-scripts"]], "Example Scenarios": [[2, "example-scenarios"]], "Health Recommendation System": [[1, null]], "Health Recommendations": [[0, "health-recommendations"]], "In case, you wish to update frontend dependencies, run the following commands in the ui directory:": [[1, "in-case-you-wish-to-update-frontend-dependencies-run-the-following-commands-in-the-ui-directory"]], "Installation for Evaluation": [[2, "installation-for-evaluation"]], "Navigate to the UI on the browser": [[1, "navigate-to-the-ui-on-the-browser"]], "Overview": [[2, "overview"]], "Performance Metrics": [[2, "performance-metrics"]], "Prerequisites": [[1, "prerequisites"]], "Question Generation": [[0, "question-generation"]], "RAGAS Evaluation": [[2, "ragas-evaluation"]], "RAGAS Metrics By Category": [[2, "ragas-metrics-by-category"]], "Recommendation Refinement": [[0, "recommendation-refinement"]], "Regular Situation (Low Detail)": [[2, "regular-situation-low-detail"]], "Retrieval Performance and Re-ranking Strategy": [[2, "retrieval-performance-and-re-ranking-strategy"]], "Safety and Evaluation": [[2, null]], "Service Information": [[0, "service-information"]], "Synthetic Dataset Generation": [[2, "synthetic-dataset-generation"]], "System Output Collection": [[2, "system-output-collection"]], "Upload data and embeddings": [[1, "upload-data-and-embeddings"]], "\ud83c\udf1f Overview": [[1, "overview"]], "\ud83c\udfc3\u200d\u2642\ufe0f Running the services": [[1, "running-the-services"]], "\ud83d\udce5 Data setup": [[1, "data-setup"]], "\ud83d\udd11 API keys setup": [[1, "api-keys-setup"]], "\ud83d\ude80 Getting started": [[1, "getting-started"]], "\ud83d\udee0\ufe0f Installation": [[1, "installation"]]}, "docnames": ["api", "index", "safety_and_evaluation"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["api.rst", "index.md", "safety_and_evaluation.rst"], "indexentries": {}, "objects": {"": [[0, 0, 1, "get--questions", "/questions"], [0, 1, 1, "post--recommend", "/recommend"], [0, 1, 1, "post--refine_recommendations", "/refine_recommendations"], [0, 0, 1, "get--services-all", "/services/all"], [0, 0, 1, "get--services-count", "/services/count"]]}, "objnames": {"0": ["http", "get", "HTTP get"], "1": ["http", "post", "HTTP post"]}, "objtypes": {"0": "http:get", "1": "http:post"}, "terms": {"": [0, 2], "0": [1, 2], "00": 2, "1": [0, 1, 2], "10": [1, 2], "1000": 2, "11": 1, "123": 0, "150": 0, "18": [1, 2], "2": 2, "20": 2, "200": 0, "211_api_kei": 1, "211_data": 2, "29": 2, "3": [1, 2], "30": 2, "31": 2, "34": 2, "35": 2, "3832": [0, 2], "4": [1, 2], "40": 2, "400": 0, "4001": 2, "41": 2, "422": 0, "43": [0, 2], "44": 2, "456": 0, "46": 2, "47": 2, "49": 2, "5": 2, "500": 0, "5000": [0, 2], "52": 2, "53": 2, "54": 2, "55": 2, "57": 2, "58": 2, "5pm": 0, "60": 2, "63": 2, "64": 2, "6532": [0, 2], "67": 2, "69795331": 2, "69796097": 2, "69796102": 2, "72": 2, "74": 2, "78": 2, "7890": 0, "79": [0, 2], "80": 2, "82": 2, "83": 2, "84": 2, "88": 2, "9am": 0, "A": 2, "For": [1, 2], "On": [1, 2], "The": [0, 1, 2], "Then": 1, "These": 2, "To": 2, "abdomin": 2, "abil": 2, "about": [0, 1], "acc": 2, "accur": 2, "accuraci": 2, "achiev": 2, "across": 2, "activ": [1, 2], "addit": 2, "address": 0, "adolesc": 2, "adult": 2, "african": 2, "after": 2, "ag": 2, "ai": 1, "all": [0, 1], "also": 2, "am": 2, "among": 2, "amount": 1, "an": [0, 1, 2], "analysi": 2, "answer": [0, 2], "api": 2, "appli": 2, "ar": [0, 2], "architectur": 1, "area": 2, "arrai": 0, "asian": 2, "aspect": 2, "assess": 2, "assist": 2, "avail": [0, 2], "backend": 1, "background": 2, "bad": 0, "base": [0, 2], "bash": 1, "batch": 2, "being": 2, "benefit": 2, "better": 2, "bin": [1, 2], "binari": 2, "bodi": 0, "boolean": [0, 2], "both": 2, "brief": 2, "broader": 2, "built": 1, "call": 2, "can": [1, 2], "candid": 2, "care": [0, 1, 2], "carefulli": 2, "case": 2, "categori": 0, "category1": 0, "category2": 0, "caucasian": 2, "cd": 1, "check": 1, "child": 2, "children": 2, "chromadb": 1, "citizen": 2, "clone": 1, "cognit": 2, "collect_rag_output": 2, "collection_nam": 1, "com": [0, 1], "commit": 1, "commun": 1, "compel": 2, "compon": 1, "compos": 1, "concern": 2, "connect": 1, "consist": 2, "contain": [0, 1, 2], "context": 2, "correct": 1, "could": 2, "count": 0, "cover": 2, "creat": [1, 2], "critic": 2, "csv": 2, "current": 2, "dai": 2, "data": [0, 2], "data_dir": 1, "databas": [0, 1], "dataset": 1, "default": 0, "demograph": 2, "depart": 2, "depend": 2, "describ": 0, "descript": 0, "detail": 0, "detail_level": 2, "dev": 1, "develop": 1, "diagnosi": 2, "differ": 2, "dir": [1, 2], "directori": 2, "disabl": [0, 2], "disord": 2, "distribut": 2, "divid": 2, "do": [0, 2], "doc": [1, 2], "docker": 1, "document": 1, "download_data": 1, "each": 2, "eat": 2, "effici": 2, "elizabeth": 2, "embed": 2, "emerg": 0, "emploi": 2, "employ": 2, "enabl": [0, 2], "endpoint": [0, 2], "engin": 1, "ensur": 2, "entiti": 0, "env": 1, "environ": [1, 2], "equal": 2, "ethnic": 2, "eval": 2, "evaluation_result": 2, "exampl": 0, "expect": 2, "experienc": 2, "extens": 2, "f": 1, "faith": 2, "fals": [0, 2], "fastapi": 1, "femal": 2, "file": 1, "filter": 2, "final": 2, "first": [1, 2], "flag": 0, "floor": 2, "follow": 0, "found": 0, "fridai": 0, "from": [0, 2], "frontend_port": 1, "full": 2, "further": 2, "gender": 2, "generate_dataset": 2, "generate_large_dataset": 2, "get": 0, "git": 1, "github": 1, "go": 2, "gpt": 2, "greater": 2, "gta": [1, 2], "handl": 2, "have": 1, "health": 2, "health_rec": 1, "help": [1, 2], "henc": 1, "high": 2, "hispan": 2, "home": 2, "homeless": 2, "hospit": 2, "hour": 0, "hous": 2, "http": 1, "i": [0, 1, 2], "id": 0, "identifi": 2, "ignor": 1, "immedi": 2, "immigr": 2, "implement": 2, "improv": 2, "includ": 2, "increas": 2, "indic": [0, 2], "indigen": 2, "inform": 2, "initi": [0, 2], "input": [0, 2], "input_fil": 2, "insecur": 1, "insight": 2, "integ": 0, "interact": 1, "interfac": 1, "intern": 0, "invalid": 0, "is_emerg": [0, 2], "is_out_of_scop": [0, 2], "j": 1, "json": [0, 2], "kei": 2, "latest": 1, "latitud": [0, 2], "lesli": 2, "level": 2, "list": [0, 1], "live": 2, "ll": 2, "load": 1, "load_embed": 1, "localhost": 1, "locat": [0, 2], "longitud": [0, 2], "look": [0, 2], "lower": 2, "m": [1, 2], "mai": 0, "main": 0, "maintain": 2, "make": 1, "male": 2, "manage_data": 1, "mapbox_api_kei": 1, "margin": 2, "match": 0, "measur": 2, "mechan": 2, "medic": 2, "medium": 2, "mental": [0, 2], "messag": 0, "meter": 0, "microservic": 1, "minim": 2, "moder": 2, "modern": 1, "mondai": 0, "more": 2, "most": 2, "motiv": 2, "my": 2, "n": 2, "name": [0, 1, 2], "nearest": 2, "need": [0, 2], "network": 1, "next": 1, "next_public_google_maps_api_kei": 1, "no_services_found": 0, "node": 1, "non": 2, "north": 2, "notabl": 2, "note": [1, 2], "npm": 1, "num_sampl": 2, "number": 0, "nutrit": 2, "object": 0, "obtain": 2, "offer": 2, "often": 2, "ok": 0, "one": 2, "onli": 1, "ontario": 1, "openai": 1, "openai_api_kei": 1, "optim": 2, "option": [0, 1, 2], "origin": 0, "other": 2, "out": 2, "out_of_scop": 2, "outpati": 2, "output_dir": 2, "outsid": 0, "overal": 2, "own": 2, "packag": 2, "package_nam": 1, "pain": 2, "paragraph": 2, "paramet": [0, 2], "path": [1, 2], "path_to_data_dir": 1, "path_to_data_dir_with_json_fil": 1, "pediatr": 2, "peopl": 1, "perman": 2, "person": 0, "phone_numb": 0, "physic": 2, "pipelin": 2, "poetri": [1, 2], "pool": 2, "post": [0, 2], "power": 1, "pre": 1, "precis": 2, "prefer": 0, "present": 2, "previou": 0, "previous": 0, "proce": 1, "processed_result": 2, "profil": 1, "program": 2, "project": [1, 2], "prompt": 2, "provid": [0, 2], "purpos": 1, "pwd": 1, "py": [1, 2], "python": [1, 2], "python3": [1, 2], "queri": [0, 2], "radiu": [0, 2], "rag": 2, "rankgpt": 2, "rec": 1, "rec_app": 1, "recal": 2, "recommend": 2, "refer": 1, "refine_recommend": 0, "refuge": 2, "relat": 0, "relev": [0, 2], "rent": 2, "repositori": 1, "request": [0, 2], "requir": [0, 1], "rerank": [0, 2], "resid": 2, "retir": 2, "retriev": 0, "return": [0, 2], "reveal": 2, "rigor": 2, "root": [1, 2], "run": 2, "safe": 2, "scope": [0, 2], "script": 1, "search": 0, "second": 2, "section": 0, "see": [1, 2], "semant": 2, "senior": 2, "sentenc": 2, "server": 0, "servic": 2, "service_id": 0, "service_id1": 2, "service_id2": 2, "set": 2, "sever": 2, "sh": 2, "shelter": 2, "should": 2, "show": 2, "sick": 2, "side": 0, "signific": 2, "similar": 2, "simpler": 2, "simpli": 2, "situation_typ": 2, "size": 2, "small": 1, "sophist": 2, "sourc": [1, 2], "special": 2, "specif": 2, "st": [0, 2], "stage": 2, "statu": 2, "steadi": 2, "storag": 1, "string": [0, 2], "structur": 2, "student": 2, "subgroup": 2, "success": 0, "successfulli": 0, "suggest": [0, 2], "support": [0, 2], "sure": 1, "synthetic_dataset": 2, "system": 0, "take": 2, "technologi": 1, "teen": 2, "temporari": 2, "test": [1, 2], "text": [0, 2], "than": 2, "thi": [0, 1, 2], "three": 2, "tool": 1, "top": 2, "toronto": 2, "total": 0, "treatment": 2, "true": 2, "type": [0, 2], "unabl": 2, "undocu": 2, "unemploi": 2, "unprocess": 0, "up": [0, 1, 2], "updat": 0, "urgent": 2, "url": 1, "us": [1, 2], "user": [0, 1, 2], "util": 2, "v": 1, "v20": 1, "valid": 2, "vari": 2, "variat": 2, "vector": 1, "vectorinstitut": 1, "venv": [1, 2], "veri": 2, "via": 2, "virtual": [0, 1, 2], "visit": 2, "w": 1, "want": 1, "warn": 1, "we": 1, "websit": 0, "welcom": 1, "well": 2, "went": 0, "were": [0, 2], "what": [0, 2], "when": 2, "which": 2, "while": 1, "wide": 1, "wider": 2, "window": [1, 2], "work": 2, "workspac": 1, "wrong": 0, "yml": 1, "york": 2, "you": [0, 2], "young": 2, "your": [0, 2], "your_211_api_kei": 1, "your_211_kei": 1, "your_collection_nam": 1, "your_google_maps_kei": 1, "your_mapbox_kei": 1, "your_openai_api_kei": 1, "your_openai_kei": 1}, "titles": ["API Reference", "Health Recommendation System", "Safety and Evaluation"], "titleterms": {"211": 1, "By": 2, "In": 1, "api": [0, 1], "browser": 1, "case": 1, "categori": 2, "code": 0, "collect": 2, "command": 1, "common": 0, "data": 1, "dataset": 2, "depend": 1, "detail": 2, "directori": 1, "download": 1, "embed": 1, "emerg": 2, "error": 0, "evalu": 2, "exampl": 2, "follow": 1, "framework": 2, "frontend": 1, "gener": [0, 2], "get": 1, "health": [0, 1], "http": 0, "inform": 0, "instal": [1, 2], "kei": 1, "low": 2, "metric": 2, "navig": 1, "output": 2, "overview": [1, 2], "perform": 2, "prerequisit": 1, "question": 0, "raga": 2, "rank": 2, "re": 2, "recommend": [0, 1], "refer": 0, "refin": 0, "regular": 2, "respons": 0, "retriev": 2, "run": 1, "safeti": 2, "scenario": 2, "script": 2, "servic": [0, 1], "setup": 1, "situat": 2, "start": 1, "statu": 0, "strategi": 2, "synthet": 2, "system": [1, 2], "ui": 1, "updat": 1, "upload": 1, "wish": 1, "you": 1}}) \ No newline at end of file +Search.setIndex({"alltitles": {"API Reference": [[0, null]], "Common HTTP Status Codes": [[0, "common-http-status-codes"]], "Dataset Generation": [[2, "dataset-generation"]], "Download service data": [[1, "download-service-data"]], "Emergency Situation": [[2, "emergency-situation"]], "Error Responses": [[0, "error-responses"]], "Evaluation Framework": [[2, "evaluation-framework"]], "Evaluation Scripts": [[2, "evaluation-scripts"]], "Example Scenarios": [[2, "example-scenarios"]], "Health Recommendation System": [[1, null]], "Health Recommendations": [[0, "health-recommendations"]], "In case, you wish to update frontend dependencies, run the following commands in the ui directory:": [[1, "in-case-you-wish-to-update-frontend-dependencies-run-the-following-commands-in-the-ui-directory"]], "Installation for Evaluation": [[2, "installation-for-evaluation"]], "Navigate to the UI on the browser": [[1, "navigate-to-the-ui-on-the-browser"]], "Overview": [[2, "overview"]], "Performance Metrics": [[2, "performance-metrics"]], "Prerequisites": [[1, "prerequisites"]], "Question Generation": [[0, "question-generation"]], "RAGAS Evaluation": [[2, "ragas-evaluation"]], "RAGAS Metrics By Category": [[2, "ragas-metrics-by-category"]], "Recommendation Refinement": [[0, "recommendation-refinement"]], "Regular Situation (Low Detail)": [[2, "regular-situation-low-detail"]], "Retrieval Performance and Re-ranking Strategy": [[2, "retrieval-performance-and-re-ranking-strategy"]], "Safety and Evaluation": [[2, null]], "Service Information": [[0, "service-information"]], "Synthetic Dataset Generation": [[2, "synthetic-dataset-generation"]], "System Output Collection": [[2, "system-output-collection"]], "Test data": [[1, "test-data"]], "Upload data and embeddings": [[1, "upload-data-and-embeddings"]], "\ud83c\udf1f Overview": [[1, "overview"]], "\ud83c\udfc3\u200d\u2642\ufe0f Running the services": [[1, "running-the-services"]], "\ud83d\udce5 Data setup": [[1, "data-setup"]], "\ud83d\udd11 API keys setup": [[1, "api-keys-setup"]], "\ud83d\ude80 Getting started": [[1, "getting-started"]], "\ud83d\udee0\ufe0f Installation": [[1, "installation"]]}, "docnames": ["api", "index", "safety_and_evaluation"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["api.rst", "index.md", "safety_and_evaluation.rst"], "indexentries": {}, "objects": {"": [[0, 0, 1, "get--questions", "/questions"], [0, 1, 1, "post--recommend", "/recommend"], [0, 1, 1, "post--refine_recommendations", "/refine_recommendations"], [0, 0, 1, "get--services-all", "/services/all"], [0, 0, 1, "get--services-count", "/services/count"]]}, "objnames": {"0": ["http", "get", "HTTP get"], "1": ["http", "post", "HTTP post"]}, "objtypes": {"0": "http:get", "1": "http:post"}, "terms": {"": [0, 1, 2], "0": [1, 2], "00": 2, "1": [0, 1, 2], "10": [1, 2], "1000": 2, "11": 1, "123": 0, "150": 0, "18": [1, 2], "2": 2, "20": 2, "200": 0, "211": 1, "211_api_kei": 1, "211_data": 2, "29": 2, "3": [1, 2], "30": 2, "31": 2, "34": 2, "35": 2, "3832": [0, 2], "4": [1, 2], "40": 2, "400": 0, "4001": 2, "41": 2, "422": 0, "43": [0, 2], "44": 2, "456": 0, "46": 2, "47": 2, "49": 2, "5": 2, "500": 0, "5000": [0, 2], "52": 2, "53": 2, "54": 2, "55": 2, "57": 2, "58": 2, "5pm": 0, "60": 2, "63": 2, "64": 2, "6532": [0, 2], "67": 2, "69795331": 2, "69796097": 2, "69796102": 2, "72": 2, "74": 2, "78": 2, "7890": 0, "79": [0, 2], "80": 2, "82": 2, "83": 2, "84": 2, "88": 2, "9am": 0, "A": 2, "For": [1, 2], "If": 1, "On": [1, 2], "The": [0, 1, 2], "Then": 1, "These": 2, "To": 2, "abdomin": 2, "abil": 2, "about": [0, 1], "acc": 2, "accur": 2, "accuraci": 2, "achiev": 2, "across": 2, "activ": [1, 2], "addit": 2, "address": 0, "adolesc": 2, "adult": 2, "african": 2, "after": 2, "ag": 2, "ai": 1, "all": [0, 1], "also": 2, "am": 2, "among": 2, "amount": 1, "an": [0, 1, 2], "analysi": 2, "answer": [0, 2], "api": 2, "appli": 2, "ar": [0, 1, 2], "architectur": 1, "area": 2, "arrai": 0, "asian": 2, "aspect": 2, "assess": 2, "assist": 2, "avail": [0, 2], "backend": 1, "background": 2, "bad": 0, "base": [0, 2], "bash": 1, "batch": 2, "being": 2, "benefit": 2, "better": 2, "bin": [1, 2], "binari": 2, "bodi": 0, "boolean": [0, 2], "both": 2, "brief": 2, "broader": 2, "built": 1, "call": 2, "can": [1, 2], "candid": 2, "care": [0, 1, 2], "carefulli": 2, "case": 2, "categori": 0, "category1": 0, "category2": 0, "caucasian": 2, "cd": 1, "check": 1, "child": 2, "children": 2, "chromadb": 1, "citizen": 2, "clone": 1, "cognit": 2, "collect_rag_output": 2, "collection_nam": 1, "com": [0, 1], "commit": 1, "commun": 1, "compel": 2, "compon": 1, "compos": 1, "concern": 2, "configur": 1, "connect": 1, "consist": 2, "contain": [0, 1, 2], "context": 2, "correct": 1, "correctli": 1, "could": 2, "count": 0, "cover": 2, "creat": [1, 2], "critic": 2, "csv": 2, "current": 2, "dai": 2, "data": [0, 2], "data_dir": 1, "databas": [0, 1], "dataset": 1, "default": 0, "demograph": 2, "depart": 2, "depend": 2, "describ": 0, "descript": 0, "detail": 0, "detail_level": 2, "dev": 1, "develop": 1, "diagnosi": 2, "differ": 2, "dir": [1, 2], "directori": 2, "disabl": [0, 2], "disord": 2, "distribut": 2, "divid": 2, "do": [0, 2], "doc": [1, 2], "docker": 1, "document": 1, "download_211_data": 1, "download_empower_data": 1, "dummi": 1, "each": 2, "eat": 2, "effici": 2, "elizabeth": 2, "embed": 2, "emerg": 0, "emploi": 2, "employ": 2, "empow": 1, "enabl": [0, 2], "endpoint": [0, 2], "engin": 1, "ensur": 2, "entiti": 0, "env": 1, "environ": [1, 2], "equal": 2, "ethnic": 2, "eval": 2, "evaluation_result": 2, "exampl": 0, "expect": 2, "experienc": 2, "extens": 2, "f": 1, "faith": 2, "fals": [0, 2], "fastapi": 1, "femal": 2, "file": 1, "filter": 2, "final": 2, "first": [1, 2], "flag": 0, "floor": 2, "follow": 0, "found": 0, "fridai": 0, "from": [0, 2], "frontend_port": 1, "full": 2, "further": 2, "gender": 2, "gener": 1, "generate_dataset": 2, "generate_large_dataset": 2, "generate_test_data": 1, "geographi": 1, "get": 0, "git": 1, "github": 1, "go": 2, "gpt": 2, "greater": 2, "gta": [1, 2], "handl": 2, "have": 1, "health": 2, "health_rec": 1, "help": [1, 2], "henc": 1, "high": 2, "hispan": 2, "home": 2, "homeless": 2, "hospit": 2, "hour": 0, "hous": 2, "http": 1, "i": [0, 1, 2], "id": 0, "identifi": 2, "ignor": 1, "immedi": 2, "immigr": 2, "implement": 2, "improv": 2, "includ": 2, "increas": 2, "indic": [0, 2], "indigen": 2, "inform": 2, "initi": [0, 2], "input": [0, 2], "input_fil": 2, "insecur": 1, "insight": 2, "integ": 0, "interact": 1, "interest": 1, "interfac": 1, "intern": 0, "invalid": 0, "is_emerg": [0, 2], "is_out_of_scop": [0, 2], "j": 1, "json": [0, 2], "kei": 2, "latest": 1, "latitud": [0, 2], "lesli": 2, "level": 2, "list": [0, 1], "live": 2, "ll": 2, "load": 1, "load_embed": 1, "localhost": 1, "locat": [0, 2], "longitud": [0, 2], "look": [0, 2], "lower": 2, "m": [1, 2], "mai": 0, "main": 0, "maintain": 2, "make": 1, "male": 2, "manage_data": 1, "mapbox_api_kei": 1, "margin": 2, "match": 0, "measur": 2, "mechan": 2, "medic": 2, "medium": 2, "mental": [0, 2], "messag": 0, "meter": 0, "microservic": 1, "minim": 2, "moder": 2, "modern": 1, "mondai": 0, "more": 2, "most": 2, "motiv": 2, "my": 2, "n": 2, "name": [0, 1, 2], "nearest": 2, "need": [0, 2], "network": 1, "next": 1, "next_public_google_maps_api_kei": 1, "no_services_found": 0, "node": 1, "non": 2, "north": 2, "notabl": 2, "note": [1, 2], "npm": 1, "num_sampl": 2, "number": 0, "nutrit": 2, "object": 0, "obtain": 2, "offer": 2, "often": 2, "ok": 0, "one": 2, "onli": 1, "ontario": 1, "openai": 1, "openai_api_kei": 1, "optim": 2, "option": [0, 1, 2], "origin": 0, "other": 2, "out": 2, "out_of_scop": 2, "outpati": 2, "output_dir": 2, "outsid": 0, "overal": 2, "own": 2, "packag": 2, "package_nam": 1, "pain": 2, "paragraph": 2, "paramet": [0, 2], "path": [1, 2], "path_to_data_dir": 1, "path_to_data_dir_with_json_fil": 1, "pediatr": 2, "peopl": 1, "perman": 2, "person": 0, "phone_numb": 0, "physic": 2, "pipelin": 2, "poetri": [1, 2], "pool": 2, "post": [0, 2], "power": 1, "pre": 1, "precis": 2, "prefer": 0, "present": 2, "previou": 0, "previous": 0, "proce": 1, "processed_result": 2, "profil": 1, "program": 2, "project": [1, 2], "prompt": 2, "provid": [0, 2], "purpos": 1, "pwd": 1, "py": [1, 2], "python": [1, 2], "python3": [1, 2], "queri": [0, 2], "radiu": [0, 2], "rag": 2, "rankgpt": 2, "real": 1, "rec": 1, "rec_app": 1, "recal": 2, "recommend": 2, "refer": 1, "refine_recommend": 0, "refuge": 2, "relat": 0, "relev": [0, 2], "rent": 2, "repositori": 1, "request": [0, 2], "requir": [0, 1], "rerank": [0, 2], "resid": 2, "retir": 2, "retriev": 0, "return": [0, 2], "reveal": 2, "rigor": 2, "root": [1, 2], "run": 2, "safe": 2, "scope": [0, 2], "script": 1, "search": 0, "second": 2, "section": 0, "see": [1, 2], "semant": 2, "senior": 2, "sentenc": 2, "server": 0, "servic": 2, "service_id": 0, "service_id1": 2, "service_id2": 2, "set": 2, "sever": 2, "sh": 2, "shelter": 2, "should": 2, "show": 2, "sick": 2, "side": 0, "signific": 2, "similar": 2, "simpler": 2, "simpli": 2, "situation_typ": 2, "size": 2, "small": 1, "some": 1, "sophist": 2, "sourc": [1, 2], "special": 2, "specif": 2, "st": [0, 2], "stage": 2, "statu": 2, "steadi": 2, "storag": 1, "string": [0, 2], "structur": 2, "student": 2, "subgroup": 2, "success": 0, "successfulli": 0, "suggest": [0, 2], "support": [0, 2], "sure": 1, "synthetic_dataset": 2, "system": 0, "take": 2, "technologi": 1, "teen": 2, "temporari": 2, "test": 2, "text": [0, 2], "than": 2, "them": 1, "thi": [0, 1, 2], "three": 2, "tool": 1, "top": 2, "toronto": 2, "total": 0, "treatment": 2, "true": 2, "type": [0, 2], "unabl": 2, "undocu": 2, "unemploi": 2, "unprocess": 0, "up": [0, 1, 2], "updat": 0, "urgent": 2, "url": 1, "us": [1, 2], "user": [0, 1, 2], "util": 2, "v": 1, "v20": 1, "valid": 2, "vari": 2, "variat": 2, "vector": 1, "vectorinstitut": 1, "venv": [1, 2], "veri": 2, "via": 2, "virtual": [0, 1, 2], "visit": 2, "w": 1, "want": 1, "warn": 1, "we": 1, "websit": 0, "welcom": 1, "well": 2, "went": 0, "were": [0, 2], "what": [0, 2], "when": 2, "which": 2, "while": 1, "wide": 1, "wider": 2, "window": [1, 2], "without": 1, "work": 2, "workspac": 1, "wrong": 0, "yml": 1, "york": 2, "you": [0, 2], "young": 2, "your": [0, 2], "your_211_api_kei": 1, "your_211_kei": 1, "your_collection_nam": 1, "your_empower_api_kei": 1, "your_google_maps_kei": 1, "your_mapbox_kei": 1, "your_openai_api_kei": 1, "your_openai_kei": 1}, "titles": ["API Reference", "Health Recommendation System", "Safety and Evaluation"], "titleterms": {"By": 2, "In": 1, "api": [0, 1], "browser": 1, "case": 1, "categori": 2, "code": 0, "collect": 2, "command": 1, "common": 0, "data": 1, "dataset": 2, "depend": 1, "detail": 2, "directori": 1, "download": 1, "embed": 1, "emerg": 2, "error": 0, "evalu": 2, "exampl": 2, "follow": 1, "framework": 2, "frontend": 1, "gener": [0, 2], "get": 1, "health": [0, 1], "http": 0, "inform": 0, "instal": [1, 2], "kei": 1, "low": 2, "metric": 2, "navig": 1, "output": 2, "overview": [1, 2], "perform": 2, "prerequisit": 1, "question": 0, "raga": 2, "rank": 2, "re": 2, "recommend": [0, 1], "refer": 0, "refin": 0, "regular": 2, "respons": 0, "retriev": 2, "run": 1, "safeti": 2, "scenario": 2, "script": 2, "servic": [0, 1], "setup": 1, "situat": 2, "start": 1, "statu": 0, "strategi": 2, "synthet": 2, "system": [1, 2], "test": 1, "ui": 1, "updat": 1, "upload": 1, "wish": 1, "you": 1}}) \ No newline at end of file