From e48ea2ba37398517137eccc5e7249032d33904a0 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 5 Mar 2024 23:51:55 -0700 Subject: [PATCH] README.md update --- README.md | 9 ++++----- setup.py | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4eeae0b..adf68d1 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ T-Ragx Demo: -🚧 T-Ragx Colab Tool [colab tool]🚧 - ## TL;DR ### Overview @@ -66,14 +64,13 @@ or if you are feeling lucky: See the [wiki page instructions](https://github.com/rayliuca/T-Ragx/wiki/Getting-Started#install-elasticsearch) -Note: you can access read-only preview T-Ragx Elasticsearch services at `https://t-ragx-fossil.rayliu.ca` and `https://t-ragx-fossil2.rayliu.ca` +Note: you can access preview read-only T-Ragx Elasticsearch services at `https://t-ragx-fossil.rayliu.ca` and `https://t-ragx-fossil2.rayliu.ca` (But you will need a personal Elasticsearch service to add your in-task memories) - #### Environment ##### (Recommended) Conda / Mamba -Download the conda [`environment.yml` file](environment.yml) and run: +Download the conda [`environment.yml` file](https://github.com/rayliuca/T-Ragx/blob/main/environment.yml) and run: ```bash conda env create -f environment.yml @@ -85,6 +82,8 @@ conda env create -f environment.yml Which will crate a `t_ragx` environment that's compatible with this project ##### pip +Download the [`requirment.txt` file](https://github.com/rayliuca/T-Ragx/blob/main/requirements.txt) and run: + Use your favourite virtual environment, and run: `pip install -r requirment.txt` diff --git a/setup.py b/setup.py index b8a09cb..5213a80 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name='t_ragx', package_dir={"": "src"}, packages=find_packages("src"), - version='0.0.8', + version='0.0.9', url="https://github.com/rayliuca/T-Ragx", description='Enhancing translation with RAG-powered large language models', long_description=open('README.md', encoding="utf8").read(),