From 84fbde5d618f9b72dec39322bfdc0cb40bafc897 Mon Sep 17 00:00:00 2001 From: SubhadityaMukherjee Date: Mon, 1 Jul 2024 17:32:20 +0200 Subject: [PATCH] Deployed e1477df with MkDocs version: 1.6.0 --- 404.html | 176 ++- backend/data/chroma_db/chroma.sqlite3 | Bin 0 -> 147456 bytes configuration/index.html | 176 ++- css/ansi-colours.css | 174 +++ css/jupyter-cells.css | 10 + css/pandas-dataframe.css | 36 + developer tutorials/change model/index.html | 954 +++++++++++++ .../create vectordb/index.html | 933 ++++++++++++ .../get an llm summary/index.html | 851 +++++++++++ developer tutorials/index.html | 701 +++++++++ .../load vectordb and get results/index.html | 1150 +++++++++++++++ .../index.html | 1266 +++++++++++++++++ docker/index.html | 243 +++- images/work.jpg | Bin 0 -> 44925 bytes index.html | 282 +++- inference/index.html | 263 +++- modules/general_utils/index.html | 188 ++- modules/llm_module/index.html | 288 +++- modules/metadata_module/index.html | 214 ++- modules/result_gen/index.html | 212 ++- search/search_index.json | 2 +- sitemap.xml.gz | Bin 127 -> 127 bytes testing/index.html | 178 ++- training/index.html | 178 ++- 24 files changed, 8364 insertions(+), 111 deletions(-) create mode 100644 backend/data/chroma_db/chroma.sqlite3 create mode 100644 css/ansi-colours.css create mode 100644 css/jupyter-cells.css create mode 100644 css/pandas-dataframe.css create mode 100644 developer tutorials/change model/index.html create mode 100644 developer tutorials/create vectordb/index.html create mode 100644 developer tutorials/get an llm summary/index.html create mode 100644 developer tutorials/index.html create mode 100644 developer tutorials/load vectordb and get results/index.html create mode 100644 developer tutorials/run multiple queries and aggregate/index.html create mode 100644 images/work.jpg diff --git a/404.html b/404.html index 62e2520..12228b4 100644 --- a/404.html +++ b/404.html @@ -41,6 +41,12 @@ + + + + + + @@ -318,7 +324,7 @@ - Modules + Developer tutorials @@ -327,6 +333,174 @@ + + + + + + + + + + + + + + + +
  • + + + + + + + + +
  • + + + + + + + + + + + + + +
  • + + + + + + + + +
  • Enjoy :)
  • +

    Where do I go from here?

    +

    I am a developer and I want to contribute to the project

    +
      +
    • Hello! We are glad you are here. To get started, refer to the tutorials in the developer tutorial section.
    • +
    • If you have any questions, feel free to ask or post an issue.
    • +
    +

    I just want to use the pipeline

    +
      +
    • You can use the pipeline by running the Streamlit frontend. Refer to the getting started section above for more details.
    • +
    +

    I am on the wrong page

    +

    diff --git a/inference/index.html b/inference/index.html index 5ab87ab..faf7d42 100644 --- a/inference/index.html +++ b/inference/index.html @@ -45,6 +45,12 @@ + + + + + + @@ -262,6 +268,17 @@ + + @@ -272,6 +289,43 @@ + + + + @@ -337,7 +391,7 @@ - Modules + Developer tutorials @@ -346,6 +400,174 @@ + + + + + + + + + + + + + + + +
  • + + + + + + + + + @@ -477,7 +725,18 @@

    Inference

      -
    • Run the inference using uvicorn main:app and streamlit run main.py in different processes.
    • +
    • Just run ./start_local.sh and it will take care of everything.
    • +
    • The UI should either pop up or you can navigate to http://localhost:8501/ in your browser.
    • +
    • Note that it takes a decent bit of time to load everything. (Approximately 10-15 mins on a decent Macbook Pro, and much slower with Docker)
    • +
    +

    Stopping

    +
      +
    • Run ./stop_local.sh
    • +
    • ./start_local.sh stores the PIDs of all the processes it starts in files in all the directories it starts them in. stop_local.sh reads these files and kills the processes.
    • +
    +

    Errors

    +
      +
    • If you get an error about file permissions, run chmod +x start_local.sh and chmod +x stop_local.sh to make them executable.
    diff --git a/modules/general_utils/index.html b/modules/general_utils/index.html index 8cb5ad2..7ed2fb6 100644 --- a/modules/general_utils/index.html +++ b/modules/general_utils/index.html @@ -9,7 +9,7 @@ - + @@ -45,6 +45,12 @@ + + + + + + @@ -310,6 +316,174 @@ + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + @@ -322,10 +496,10 @@ - + -