Skip to content

Commit

Permalink
Merge pull request #1 from VectorInstitute/develop
Browse files Browse the repository at this point in the history
Implement initial evaluation structure
  • Loading branch information
jwilles authored Apr 22, 2024
2 parents b18934d + 69c6a90 commit 6573704
Show file tree
Hide file tree
Showing 145 changed files with 2,031 additions and 4,013 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to aieng-template

Thanks for your interest in contributing to the aieng-template!
Thanks for your interest in contributing to Vector-Eval!

To submit PRs, please fill out the PR template along with the PR. If the PR
fixes an issue, don't forget to link the PR to the issue!
Expand Down
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AI Engineering template
# Vector-Eval

----------------------------------------------------------------------------------------

Expand All @@ -8,24 +8,23 @@
[![codecov](https://codecov.io/gh/VectorInstitute/aieng-template/branch/main/graph/badge.svg)](https://codecov.io/gh/VectorInstitute/aieng-template)
[![license](https://img.shields.io/github/license/VectorInstitute/aieng-template.svg)](https://github.com/VectorInstitute/aieng-template/blob/main/LICENSE)

A template repo for AI Engineering projects (using ``python``)
A repository for evaluating RAG systems.

## 🧑🏿‍💻 Developing

### Installing dependencies

The development environment can be set up using
[poetry](https://python-poetry.org/docs/#installation). Hence, make sure it is
installed and then run:

Create a new env and install the required packages:
```bash
python3 -m poetry install
source $(poetry env info --path)/bin/activate
python3 -m venv env
source env/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
```

In order to install dependencies for testing (codestyle, unit tests, integration tests),
run:
### Running evaluation

Run evaluation for TASK (for e.g. pubmedqa) using SYSTEM (for e.g. basic_rag):
```bash
python3 -m poetry install --with test
python3 veval/run.py --task <TASK> --sys <SYSTEM>
```
25 changes: 0 additions & 25 deletions aieng_template/bar.py

This file was deleted.

25 changes: 0 additions & 25 deletions aieng_template/foo.py

This file was deleted.

20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions docs/make.bat

This file was deleted.

6 changes: 0 additions & 6 deletions docs/source/_static/custom.js

This file was deleted.

Binary file removed docs/source/_static/logos/vector_logo.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/source/_static/require.min.js

This file was deleted.

120 changes: 0 additions & 120 deletions docs/source/_templates/base.html

This file was deleted.

34 changes: 0 additions & 34 deletions docs/source/_templates/custom-class-template.rst

This file was deleted.

66 changes: 0 additions & 66 deletions docs/source/_templates/custom-module-template.rst

This file was deleted.

Loading

0 comments on commit 6573704

Please sign in to comment.