Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
rayliuca committed Mar 6, 2024
1 parent ab26a03 commit e48ea2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ T-Ragx Demo: <a target="_blank" href="https://colab.research.google.com/github/r
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

🚧 T-Ragx Colab Tool [colab tool]🚧

## TL;DR

### Overview
Expand Down Expand Up @@ -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
Expand All @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit e48ea2b

Please sign in to comment.