Skip to content

Commit cdcadc7

Browse files
Merge pull request #1219 from Pacific-AI-Corp/release/2.7.0
Release/2.7.0
2 parents 3fce8ff + 8f6ddaf commit cdcadc7

File tree

859 files changed

+454538
-119946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

859 files changed

+454538
-119946
lines changed

.github/workflows/build_and_test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,20 @@ jobs:
2424
run: |
2525
sudo apt clean
2626
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
27+
sudo rm -rf "/usr/local/share/boost"
28+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
2729
df -h
2830
2931
- uses: actions/checkout@v3
3032
- name: Set up Python ${{ matrix.python-version }}
33+
id: setup-python
3134
uses: actions/setup-python@v3
3235
with:
3336
python-version: ${{ matrix.python-version }}
3437

3538
- uses: snok/install-poetry@v1
3639
with:
37-
version: 1.3.1
40+
version: 2.1.3
3841
virtualenvs-create: true
3942
virtualenvs-in-project: true
4043
installer-parallel: true
@@ -49,7 +52,10 @@ jobs:
4952
- name: Install dependencies
5053
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
5154
run: |
52-
poetry install --with dev --all-extras
55+
poetry cache clear pypi --all -n > /dev/null
56+
poetry install --with dev --all-extras --no-cache --quiet --no-interaction
57+
source ./.venv/bin/activate && pip uninstall -y pyspark && rm -rf ./.venv/lib/python${{ matrix.python-version }}/site-packages/pyspark*/
58+
pip install pyspark==3.5.6
5359
5460
- name: Check linting
5561
run: |

.github/workflows/llm_tests_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: snok/install-poetry@v1
2323
with:
24-
version: 1.3.1
24+
version: 2.1.3
2525
virtualenvs-create: true
2626
virtualenvs-in-project: true
2727
installer-parallel: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
python-version: [3.9]
13-
poetry-version: [1.3.1]
13+
poetry-version: [2.1.3]
1414
os: [ubuntu-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,5 @@ tst_shortcut_sd/
203203
src/*/resources/*.classes
204204

205205
_site/
206+
mlruns
207+
.venv_doc/

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/JohnSnowLabs/langtest/main/docs/assets/images/langtest/langtest_logo.png" alt="johnsnowlabs_logo" width="360" style="text-align:center;">
2+
<img src="https://raw.githubusercontent.com/Pacific-AI-Corp/langtest/main/docs/assets/images/langtest/langtest_logo.png" alt="pacific_ai_logo" width="360" style="text-align:center;">
33
</p>
44

55
<div align="center">
66
<h1 style="text-align: center; vertical-align: middle;">LangTest: Deliver Safe & Effective Language Models</h1>
77
</div>
88

99
<p align="center">
10-
<a href="https://github.com/JohnSnowLabs/langtest/releases">
11-
<img alt="Release Notes" src="https://img.shields.io/github/v/release/johnsnowlabs/langtest.svg">
10+
<a href="https://github.com/Pacific-AI-Corp/langtest/releases">
11+
<img alt="Release Notes" src="https://img.shields.io/github/v/release/Pacific-AI-Corp/langtest.svg">
1212
</a>
1313
<a href="https://www.johnsnowlabs.com/responsible-ai-blog/">
1414
<img alt="Blog" src="https://img.shields.io/badge/Responsible AI Blogs-8A2BE2">
1515
</a>
1616
<a href="https://langtest.org/docs/pages/docs/install">
1717
<img alt="Documentation" src="https://img.shields.io/website?up_message=online&url=https%3A%2F%2Flangtest.org%2F">
1818
</a>
19-
<a href="https://star-history.com/#JohnSnowLabs/langtest">
20-
<img alt="GitHub star chart" src="https://img.shields.io/github/stars/JohnSnowLabs/langtest?style=social">
19+
<a href="https://star-history.com/#Pacific-AI-Corp/langtest">
20+
<img alt="GitHub star chart" src="https://img.shields.io/github/stars/Pacific-AI-Corp/langtest?style=social">
2121
</a>
22-
<a href="https://github.com/JohnSnowLabs/langtest/issues">
23-
<img alt="Open Issues" src="https://img.shields.io/github/issues-raw/JohnSnowLabs/langtest">
22+
<a href="https://github.com/Pacific-AI-Corp/langtest/issues">
23+
<img alt="Open Issues" src="https://img.shields.io/github/issues-raw/Pacific-AI-Corp/langtest">
2424
</a>
2525
<a href="https://pepy.tech/project/langtest">
2626
<img alt="Downloads" src="https://static.pepy.tech/badge/langtest">
2727
</a>
28-
<a href="https://github.com/JohnSnowLabs/langtest/actions/workflows/build_and_test.yml">
29-
<img alt="CI" src="https://github.com/JohnSnowLabs/langtest/actions/workflows/build_and_test.yml/badge.svg">
28+
<a href="https://github.com/Pacific-AI-Corp/langtest/actions/workflows/build_and_test.yml">
29+
<img alt="CI" src="https://github.com/Pacific-AI-Corp/langtest/actions/workflows/build_and_test.yml/badge.svg">
3030
</a>
31-
<a href="https://github.com/JohnSnowLabs/langtest/blob/master/LICENSE" alt="License">
31+
<a href="https://github.com/Pacific-AI-Corp/langtest/blob/master/LICENSE" alt="License">
3232
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" />
3333
</a>
3434
<a href="CODE_OF_CONDUCT.md">
3535
<img alt="Contributor Covenant" src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg">
3636
</a>
3737

38-
![Langtest Workflow](https://raw.githubusercontent.com/JohnSnowLabs/langtest/main/docs/assets/images/langtest/langtest_flow_graphic.jpeg)
38+
![Langtest Workflow](https://raw.githubusercontent.com/Pacific-AI-Corp/langtest/main/docs/assets/images/langtest/langtest_flow_graphic.jpeg)
3939

4040
<p align="center">
4141
<a href="https://langtest.org/">Project's Website</a> •
@@ -121,8 +121,8 @@ You can check out the following LangTest articles:
121121
## Community Support
122122

123123
- [Slack](https://www.johnsnowlabs.com/slack-redirect/) For live discussion with the LangTest community, join the `#langtest` channel
124-
- [GitHub](https://github.com/JohnSnowLabs/langtest/tree/main) For bug reports, feature requests, and contributions
125-
- [Discussions](https://github.com/JohnSnowLabs/langtest/discussions) To engage with other community members, share ideas, and show off how you use LangTest!
124+
- [GitHub](https://github.com/Pacific-AI-Corp/langtest/tree/main) For bug reports, feature requests, and contributions
125+
- [Discussions](https://github.com/Pacific-AI-Corp/langtest/discussions) To engage with other community members, share ideas, and show off how you use LangTest!
126126

127127
## Mission
128128

@@ -141,20 +141,20 @@ We propose here an early stage open-source community project that aims to fill t
141141

142142
We welcome all sorts of contributions:
143143

144-
- [Ideas](https://github.com/JohnSnowLabs/langtest/discussions/categories/ideas)
145-
- [Discussions](https://github.com/JohnSnowLabs/langtest/discussions)
146-
- [Feedback](https://github.com/JohnSnowLabs/langtest/discussions/categories/general)
144+
- [Ideas](https://github.com/Pacific-AI-Corp/langtest/discussions/categories/ideas)
145+
- [Discussions](https://github.com/Pacific-AI-Corp/langtest/discussions)
146+
- [Feedback](https://github.com/Pacific-AI-Corp/langtest/discussions/categories/general)
147147
- [Documentation](https://www.example.com/documentation)
148148
- [Bug reports](https://www.example.com/bug-reports)
149149

150-
A detailed overview of contributing can be found in the **[contributing guide](https://github.com/JohnSnowLabs/langtest/blob/main/CONTRIBUTING.md)**.
150+
A detailed overview of contributing can be found in the **[contributing guide](https://github.com/Pacific-AI-Corp/langtest/blob/main/CONTRIBUTING.md)**.
151151

152-
If you are looking to start working with the LangTest codebase, navigate to the GitHub ["issues"](https://github.com/JohnSnowLabs/langtest/issues) tab and start looking through interesting issues. There are a number of issues listed under where you could start out.
152+
If you are looking to start working with the LangTest codebase, navigate to the GitHub ["issues"](https://github.com/Pacific-AI-Corp/langtest/issues) tab and start looking through interesting issues. There are a number of issues listed under where you could start out.
153153
Or maybe through using LangTest you have an idea of your own or are looking for something in the documentation and thinking ‘This can be improved’...you can do something about it!
154154

155-
Feel free to ask questions on the [Q&A](https://github.com/JohnSnowLabs/langtest/discussions/categories/q-a) discussions.
155+
Feel free to ask questions on the [Q&A](https://github.com/Pacific-AI-Corp/langtest/discussions/categories/q-a) discussions.
156156

157-
As contributors and maintainers to this project, you are expected to abide by LangTest's code of conduct. More information can be found at: [Contributor Code of Conduct](https://github.com/JohnSnowLabs/langtest/blob/release/1.8.0/CODE_OF_CONDUCT.md)
157+
As contributors and maintainers to this project, you are expected to abide by LangTest's code of conduct. More information can be found at: [Contributor Code of Conduct](https://github.com/Pacific-AI-Corp/langtest/blob/release/1.8.0/CODE_OF_CONDUCT.md)
158158

159159

160160
## Citation
@@ -178,11 +178,11 @@ the LangTest library:
178178

179179
We would like to acknowledge all contributors of this open-source community project.
180180

181-
<a href="https://github.com/johnsnowlabs/langtest/graphs/contributors">
182-
<img src="https://contrib.rocks/image?repo=johnsnowlabs/langtest" />
181+
<a href="https://github.com/Pacific-AI-Corp/langtest/graphs/contributors">
182+
<img src="https://contrib.rocks/image?repo=Pacific-AI-Corp/langtest" />
183183
</a>
184184

185185
## License
186186

187-
LangTest is released under the [Apache License 2.0](https://github.com/JohnSnowLabs/langtest/blob/main/LICENSE), which guarantees commercial use, modification, distribution, patent use, private use and sets limitations on trademark use, liability and warranty.
187+
LangTest is released under the [Apache License 2.0](https://github.com/Pacific-AI-Corp/langtest/blob/main/LICENSE), which guarantees commercial use, modification, distribution, patent use, private use and sets limitations on trademark use, liability and warranty.
188188

demo/blogposts/Healthcare_NER_Model_Evaluation_with_LangTest.ipynb

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

demo/blogposts/KDnuggets_spacy_workflow.ipynb

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

demo/tutorials/RAG/RAG_HF.ipynb

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

demo/tutorials/RAG/RAG_OpenAI.ipynb

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

demo/tutorials/benchmarks/Benchmarking_Embeddings(Llama_Index+Langtest).ipynb

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)