Commit e9d8c31
Version 0.2.1 RC from dev (#133)
* Clean up merge conflicts from dev -> main (#90)
Merge dev to main for v0.1.4 (#82)
* upgraded libs
* updated to be compliant with PEP 625
* update MANIFESH.in
* updated versions to remove security vulnerabilities
* Reformat Open-RAG-Eval -> Open RAG Eval. (#76)
* Update publish_release.yml (#80)
Added OPENAI key (from secrets) for publish script
* Update test.yml (#79)
* Llama index connector (#78)
* initial llama_index_connector
* refactored connector to be a true base class with fetch_data
CSVConnector (and unit test) removed since it's really just a results loader and not a true connector
* fixe lint issues
* updated copilot recommendation
* updated after fixing tests
* added llama_index in requirements
* updated
* fixed connector tests and moved to use Pandas instead of CSV
* moved configs to separate folder
* folder re-arranged
* fixed unit test
* more updated on README
* updated per Suleman's comments
* added test_rag_results_loader
* updated LI connector to include citations
* upgraded transformers version
* updated
* updated llama_index connector
* updates to config file comments
* Update _version.py (#81)
---------
Co-authored-by: Ofer Mendelevitch <ofermend@gmail.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
* Added support to process queries in parallel across all connectors.
* Version bumped version to 0.1.7 (#110)
fixed lint issues and bumped version to 0.1.7
* Merge conflict 1 (#112)
* Merge dev to main for v0.1.4 (#82)
* upgraded libs
* updated to be compliant with PEP 625
* update MANIFESH.in
* updated versions to remove security vulnerabilities
* Reformat Open-RAG-Eval -> Open RAG Eval. (#76)
* Update publish_release.yml (#80)
Added OPENAI key (from secrets) for publish script
* Update test.yml (#79)
* Llama index connector (#78)
* initial llama_index_connector
* refactored connector to be a true base class with fetch_data
CSVConnector (and unit test) removed since it's really just a results loader and not a true connector
* fixe lint issues
* updated copilot recommendation
* updated after fixing tests
* added llama_index in requirements
* updated
* fixed connector tests and moved to use Pandas instead of CSV
* moved configs to separate folder
* folder re-arranged
* fixed unit test
* more updated on README
* updated per Suleman's comments
* added test_rag_results_loader
* updated LI connector to include citations
* upgraded transformers version
* updated
* updated llama_index connector
* updates to config file comments
* Update _version.py (#81)
---------
Co-authored-by: Ofer Mendelevitch <ofermend@gmail.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
* Update publish_release.yml (#95)
Fix issue with ONNX install
* merge dev into main for release 0.1.6 (#103)
* Clean up merge conflicts from dev -> main (#90)
Merge dev to main for v0.1.4 (#82)
* upgraded libs
* updated to be compliant with PEP 625
* update MANIFESH.in
* updated versions to remove security vulnerabilities
* Reformat Open-RAG-Eval -> Open RAG Eval. (#76)
* Update publish_release.yml (#80)
Added OPENAI key (from secrets) for publish script
* Update test.yml (#79)
* Llama index connector (#78)
* initial llama_index_connector
* refactored connector to be a true base class with fetch_data
CSVConnector (and unit test) removed since it's really just a results loader and not a true connector
* fixe lint issues
* updated copilot recommendation
* updated after fixing tests
* added llama_index in requirements
* updated
* fixed connector tests and moved to use Pandas instead of CSV
* moved configs to separate folder
* folder re-arranged
* fixed unit test
* more updated on README
* updated per Suleman's comments
* added test_rag_results_loader
* updated LI connector to include citations
* upgraded transformers version
* updated
* updated llama_index connector
* updates to config file comments
* Update _version.py (#81)
---------
Co-authored-by: Ofer Mendelevitch <ofermend@gmail.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
* Fix issue with release process and ONNX (#96)
initial
* Enable base_url.
* Update .gitignore
* Remove print statement.
* added fixed seed for umbrela
* Update README.md with the new UI
Removed "visualize" step for the "run on Vectara vs with a connector" and condensed everything into "Visualization" section
* initial
* Added evaluation screenshots to ReadMe
* fixed issues from copilot review
* fixed lint issues
* updated per copilot suggestion
* added print of no answer in vectara connector
* added seed=42 to boost consistency
* bump version (#104)
* bump version
* bugfix with gemini to catch genai.exceptions
* bugfix (#105)
* fixed lint issue (#106)
---------
Co-authored-by: Suleman <108358100+sulekz@users.noreply.github.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
Co-authored-by: Suleman Kazi <suleman@vectara.com>
Co-authored-by: Renyi Qu <mikustokes@gmail.com>
Co-authored-by: Stokes Q <33497497+toastedqu@users.noreply.github.com>
Co-authored-by: Donna <yu.donna.dong@gmail.com>
---------
Co-authored-by: Suleman <108358100+sulekz@users.noreply.github.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
Co-authored-by: Suleman Kazi <suleman@vectara.com>
Co-authored-by: Renyi Qu <mikustokes@gmail.com>
Co-authored-by: Stokes Q <33497497+toastedqu@users.noreply.github.com>
Co-authored-by: Donna <yu.donna.dong@gmail.com>
* After rebase1 (#116)
* Merge dev to main for v0.1.4 (#82)
* upgraded libs
* updated to be compliant with PEP 625
* update MANIFESH.in
* updated versions to remove security vulnerabilities
* Reformat Open-RAG-Eval -> Open RAG Eval. (#76)
* Update publish_release.yml (#80)
Added OPENAI key (from secrets) for publish script
* Update test.yml (#79)
* Llama index connector (#78)
* initial llama_index_connector
* refactored connector to be a true base class with fetch_data
CSVConnector (and unit test) removed since it's really just a results loader and not a true connector
* fixe lint issues
* updated copilot recommendation
* updated after fixing tests
* added llama_index in requirements
* updated
* fixed connector tests and moved to use Pandas instead of CSV
* moved configs to separate folder
* folder re-arranged
* fixed unit test
* more updated on README
* updated per Suleman's comments
* added test_rag_results_loader
* updated LI connector to include citations
* upgraded transformers version
* updated
* updated llama_index connector
* updates to config file comments
* Update _version.py (#81)
---------
Co-authored-by: Ofer Mendelevitch <ofermend@gmail.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
* Update publish_release.yml (#95)
Fix issue with ONNX install
* merge dev into main for release 0.1.6 (#103)
* Clean up merge conflicts from dev -> main (#90)
Merge dev to main for v0.1.4 (#82)
* upgraded libs
* updated to be compliant with PEP 625
* update MANIFESH.in
* updated versions to remove security vulnerabilities
* Reformat Open-RAG-Eval -> Open RAG Eval. (#76)
* Update publish_release.yml (#80)
Added OPENAI key (from secrets) for publish script
* Update test.yml (#79)
* Llama index connector (#78)
* initial llama_index_connector
* refactored connector to be a true base class with fetch_data
CSVConnector (and unit test) removed since it's really just a results loader and not a true connector
* fixe lint issues
* updated copilot recommendation
* updated after fixing tests
* added llama_index in requirements
* updated
* fixed connector tests and moved to use Pandas instead of CSV
* moved configs to separate folder
* folder re-arranged
* fixed unit test
* more updated on README
* updated per Suleman's comments
* added test_rag_results_loader
* updated LI connector to include citations
* upgraded transformers version
* updated
* updated llama_index connector
* updates to config file comments
* Update _version.py (#81)
---------
Co-authored-by: Ofer Mendelevitch <ofermend@gmail.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
* Fix issue with release process and ONNX (#96)
initial
* Enable base_url.
* Update .gitignore
* Remove print statement.
* added fixed seed for umbrela
* Update README.md with the new UI
Removed "visualize" step for the "run on Vectara vs with a connector" and condensed everything into "Visualization" section
* initial
* Added evaluation screenshots to ReadMe
* fixed issues from copilot review
* fixed lint issues
* updated per copilot suggestion
* added print of no answer in vectara connector
* added seed=42 to boost consistency
* bump version (#104)
* bump version
* bugfix with gemini to catch genai.exceptions
* bugfix (#105)
* fixed lint issue (#106)
---------
Co-authored-by: Suleman <108358100+sulekz@users.noreply.github.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
Co-authored-by: Suleman Kazi <suleman@vectara.com>
Co-authored-by: Renyi Qu <mikustokes@gmail.com>
Co-authored-by: Stokes Q <33497497+toastedqu@users.noreply.github.com>
Co-authored-by: Donna <yu.donna.dong@gmail.com>
* Clean up merge conflicts from dev -> main (#90)
Merge dev to main for v0.1.4 (#82)
* upgraded libs
* updated to be compliant with PEP 625
* update MANIFESH.in
* updated versions to remove security vulnerabilities
* Reformat Open-RAG-Eval -> Open RAG Eval. (#76)
* Update publish_release.yml (#80)
Added OPENAI key (from secrets) for publish script
* Update test.yml (#79)
* Llama index connector (#78)
* initial llama_index_connector
* refactored connector to be a true base class with fetch_data
CSVConnector (and unit test) removed since it's really just a results loader and not a true connector
* fixe lint issues
* updated copilot recommendation
* updated after fixing tests
* added llama_index in requirements
* updated
* fixed connector tests and moved to use Pandas instead of CSV
* moved configs to separate folder
* folder re-arranged
* fixed unit test
* more updated on README
* updated per Suleman's comments
* added test_rag_results_loader
* updated LI connector to include citations
* upgraded transformers version
* updated
* updated llama_index connector
* updates to config file comments
* Update _version.py (#81)
---------
Co-authored-by: Ofer Mendelevitch <ofermend@gmail.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
* initial
* fixed issues from copilot review
* Added support to process queries in parallel across all connectors.
* Updated CitationMetric
* Version bumped version to 0.1.7 (#110)
fixed lint issues and bumped version to 0.1.7
* Merge conflict 1 (#112)
* Merge dev to main for v0.1.4 (#82)
* upgraded libs
* updated to be compliant with PEP 625
* update MANIFESH.in
* updated versions to remove security vulnerabilities
* Reformat Open-RAG-Eval -> Open RAG Eval. (#76)
* Update publish_release.yml (#80)
Added OPENAI key (from secrets) for publish script
* Update test.yml (#79)
* Llama index connector (#78)
* initial llama_index_connector
* refactored connector to be a true base class with fetch_data
CSVConnector (and unit test) removed since it's really just a results loader and not a true connector
* fixe lint issues
* updated copilot recommendation
* updated after fixing tests
* added llama_index in requirements
* updated
* fixed connector tests and moved to use Pandas instead of CSV
* moved configs to separate folder
* folder re-arranged
* fixed unit test
* more updated on README
* updated per Suleman's comments
* added test_rag_results_loader
* updated LI connector to include citations
* upgraded transformers version
* updated
* updated llama_index connector
* updates to config file comments
* Update _version.py (#81)
---------
Co-authored-by: Ofer Mendelevitch <ofermend@gmail.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
* Update publish_release.yml (#95)
Fix issue with ONNX install
* merge dev into main for release 0.1.6 (#103)
* Clean up merge conflicts from dev -> main (#90)
Merge dev to main for v0.1.4 (#82)
* upgraded libs
* updated to be compliant with PEP 625
* update MANIFESH.in
* updated versions to remove security vulnerabilities
* Reformat Open-RAG-Eval -> Open RAG Eval. (#76)
* Update publish_release.yml (#80)
Added OPENAI key (from secrets) for publish script
* Update test.yml (#79)
* Llama index connector (#78)
* initial llama_index_connector
* refactored connector to be a true base class with fetch_data
CSVConnector (and unit test) removed since it's really just a results loader and not a true connector
* fixe lint issues
* updated copilot recommendation
* updated after fixing tests
* added llama_index in requirements
* updated
* fixed connector tests and moved to use Pandas instead of CSV
* moved configs to separate folder
* folder re-arranged
* fixed unit test
* more updated on README
* updated per Suleman's comments
* added test_rag_results_loader
* updated LI connector to include citations
* upgraded transformers version
* updated
* updated llama_index connector
* updates to config file comments
* Update _version.py (#81)
---------
Co-authored-by: Ofer Mendelevitch <ofermend@gmail.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
* Fix issue with release process and ONNX (#96)
initial
* Enable base_url.
* Update .gitignore
* Remove print statement.
* added fixed seed for umbrela
* Update README.md with the new UI
Removed "visualize" step for the "run on Vectara vs with a connector" and condensed everything into "Visualization" section
* initial
* Added evaluation screenshots to ReadMe
* fixed issues from copilot review
* fixed lint issues
* updated per copilot suggestion
* added print of no answer in vectara connector
* added seed=42 to boost consistency
* bump version (#104)
* bump version
* bugfix with gemini to catch genai.exceptions
* bugfix (#105)
* fixed lint issue (#106)
---------
Co-authored-by: Suleman <108358100+sulekz@users.noreply.github.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
Co-authored-by: Suleman Kazi <suleman@vectara.com>
Co-authored-by: Renyi Qu <mikustokes@gmail.com>
Co-authored-by: Stokes Q <33497497+toastedqu@users.noreply.github.com>
Co-authored-by: Donna <yu.donna.dong@gmail.com>
---------
Co-authored-by: Suleman <108358100+sulekz@users.noreply.github.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
Co-authored-by: Suleman Kazi <suleman@vectara.com>
Co-authored-by: Renyi Qu <mikustokes@gmail.com>
Co-authored-by: Stokes Q <33497497+toastedqu@users.noreply.github.com>
Co-authored-by: Donna <yu.donna.dong@gmail.com>
* bugfix
---------
Co-authored-by: Suleman <108358100+sulekz@users.noreply.github.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
Co-authored-by: Suleman Kazi <suleman@vectara.com>
Co-authored-by: Renyi Qu <mikustokes@gmail.com>
Co-authored-by: Stokes Q <33497497+toastedqu@users.noreply.github.com>
Co-authored-by: Donna <yu.donna.dong@gmail.com>
Co-authored-by: Vishal Naik <naik.vishalishwar@gmail.com>
* Fixed lint issues (#127)
* Add LLM Judges for Anthropic and Together
* Remove Bad kwargs for Anthropic Models
* Update structured output method for TogetherModel
* Add keyword handling for gemini models
* Fix PR Comments
* Changed version to 0.2.1 (#132)
* some improvements, esp for Together.AI models, version bump etc
* updated
* bugfix in unit tests
* minor updates
* Add anthropic and together requirements, config example for llama_index
* added TRANSFORMER VERBOSITY override
---------
Co-authored-by: david-oplatka <david.oplatka@vectara.com>
---------
Co-authored-by: Suleman <108358100+sulekz@users.noreply.github.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
Co-authored-by: Vishal Naik <naik.vishalishwar@gmail.com>
Co-authored-by: Suleman Kazi <suleman@vectara.com>
Co-authored-by: Renyi Qu <mikustokes@gmail.com>
Co-authored-by: Stokes Q <33497497+toastedqu@users.noreply.github.com>
Co-authored-by: Donna <yu.donna.dong@gmail.com>
Co-authored-by: david-oplatka <david.oplatka@vectara.com>1 parent 29aa601 commit e9d8c31
File tree
10 files changed
+509
-59
lines changed- config_examples
- open_rag_eval
- connectors
- metrics
- models
- tests
10 files changed
+509
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
55 | 83 | | |
56 | 84 | | |
57 | 85 | | |
58 | 86 | | |
59 | 87 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 88 | + | |
63 | 89 | | |
64 | 90 | | |
65 | 91 | | |
| |||
68 | 94 | | |
69 | 95 | | |
70 | 96 | | |
71 | | - | |
| 97 | + | |
72 | 98 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 99 | | |
77 | 100 | | |
78 | 101 | | |
| |||
85 | 108 | | |
86 | 109 | | |
87 | 110 | | |
88 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
89 | 120 | | |
90 | 121 | | |
91 | 122 | | |
| |||
129 | 160 | | |
130 | 161 | | |
131 | 162 | | |
132 | | - | |
133 | | - | |
134 | | - | |
| 163 | + | |
135 | 164 | | |
136 | 165 | | |
137 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments