Report for test run llmrag
#2
Replies: 15 comments 5 replies
-
System : Windows 10, Virtual env : python 3.12 output error for:
|
Beta Was this translation helpful? Give feedback.
-
Windows-11,env python 3.12.5
|
Beta Was this translation helpful? Give feedback.
-
System : Windows 10, Virtual env : python 3.12 output error
module error was resolved latest output
|
Beta Was this translation helpful? Give feedback.
-
System : windows 11, virtual env:python 3.12llmrag report for WG2 Chapter 4
(venv) C:\Users\Dell\llmrag>coverage run --source=llmrag -m unittest discover -s tests
.1268: Water security is defined as ‘ the capacity of a population to safeguard sustainable access to adequate quantities of acceptable quality water for sustaining livelihoods, human well-being, and socio-e
115: There are at least four reasons for the centrality of water security in adapting to, and mitigating climate change.
1958: First, approximately half the world’s population (~4 billion out of ~8 billion people) are assessed as being currently subject to severe water scarcity for at least some part fo the year ( medium conf
2648: Second, while climate change directly affects freshwater availability across space and time, it also affects water requirements for different uses, such as irrigation, potentially adding to existing s
1359: Third, a large majority (~60%) of all adaptation responses documented since 2014 are about adapting to water-related hazards like droughts, floods and rainfall variability ( Berrang-Ford et al., 2021b
700: Finally, while limiting global warming to 1.5°C would minimise the increase in risks in the various water use sectors and keep adaptation effective, many mitigation measures can potentially impact fut
1223: This chapter draws on previous IPCC reports and new methodologies ( Section 4.1.1 and SM4.1, SM4.2) and assesses the impacts of climate change on natural and human dimensions of the water cycle with
..Device set to use cpu
..Retrieved: [('Paris is the capital of France.', 0.28786033391952515)]
.Retrieved: [('Paris is the capital of France.', 0.3702659010887146)]
.
----------------------------------------------------------------------
Ran 7 tests in 127.651s
OK |
Beta Was this translation helpful? Give feedback.
-
Windows:11, Venv :Python 3.12llmrag report WG1 Chapter04
Output:
|
Beta Was this translation helpful? Give feedback.
-
Windows:11, Env :Python 3.12
OUTPUT:
|
Beta Was this translation helpful? Give feedback.
-
Windows:11, Env :Python 3.12 Ran pytest OUTPUT:
|
Beta Was this translation helpful? Give feedback.
-
window:11,Env:python 3.12,VS code
output:
|
Beta Was this translation helpful? Give feedback.
-
System : windows 11, virtual env:python 3.12Ran output:ModuleNotFoundError: No module named 'llmrag.embeddings' ModuleNotFoundError: No module named 'langchain' intsalled langchain with command =============================================== short test summary info ===============================================
ERROR tests/test_chunking.py
ERROR tests/test_embedder.py
ERROR tests/test_ingestion.py
ERROR tests/test_pipeline.py
ERROR tests/test_smoke.py
ERROR tests/test_vector_store.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 6 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6 errors in 0.21s |
Beta Was this translation helpful? Give feedback.
-
When I run
I get an output like:
Where are your console outputs? I need to know which tests fail and where. |
Beta Was this translation helpful? Give feedback.
-
This gives almost no useful output for debugging.
…On Wed, Jun 25, 2025 at 7:05 AM MoobasharaJ ***@***.***> wrote:
*Windows:11, Env :Python 3.12*
Ran pytest
OUTPUT:
ERROR tests/test_chunking.py
ERROR tests/test_embedder.py
ERROR tests/test_ingestion.py
ERROR tests/test_pipeline.py
ERROR tests/test_smoke.py
ERROR tests/test_vector_store.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 6 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6 errors in 0.48s
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFTCSZTAN2C7EIA5E6LTZL3FI33FAVCNFSM6AAAAAB74TU7OCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNJWHE2TSMA>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Peter Murray-Rust
Founder ContentMine.org
and
Reader Emeritus in Molecular Informatics
Dept. Of Chemistry, University of Cambridge, CB2 1EW, UK
|
Beta Was this translation helpful? Give feedback.
-
Which methods throw the errors. Please try to get more information.
…On Wed, Jun 25, 2025 at 7:11 AM Shabnam Barbhuiya ***@***.***> wrote:
window:11,Env:python 3.12
pytest
output:
ModuleNotFoundError: No module named 'llmrag.embeddings'
ERROR tests/test_chunking.py
ERROR tests/test_embedder.py
ERROR tests/test_ingestion.py
ERROR tests/test_pipeline.py
ERROR tests/test_smoke.py
ERROR tests/test_vector_store.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 6 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6 errors in 0.48s
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFTCS4Z7XFIY7BSCNZCHX33FI4QHAVCNFSM6AAAAAB74TU7OCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNJWHE3DEOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Peter Murray-Rust
Founder ContentMine.org
and
Reader Emeritus in Molecular Informatics
Dept. Of Chemistry, University of Cambridge, CB2 1EW, UK
|
Beta Was this translation helpful? Give feedback.
-
Is langchain in requirements.txt? You should use that.
…On Wed, Jun 25, 2025 at 7:18 AM Vallabhaneni Haarthi < ***@***.***> wrote:
System : windows 11, virtual env:python 3.12
Ran pytest
output:
ModuleNotFoundError: No module named 'llmrag.embeddings'
ModuleNotFoundError: No module named 'langchain'
intsalled langchain with command pip install langchain , but still
getting the error
=============================================== short test summary info ===============================================
ERROR tests/test_chunking.py
ERROR tests/test_embedder.py
ERROR tests/test_ingestion.py
ERROR tests/test_pipeline.py
ERROR tests/test_smoke.py
ERROR tests/test_vector_store.py!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 6 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6 errors in 0.21s
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFTCS77P5URKU7M3EJWAAD3FI5LLAVCNFSM6AAAAAB74TU7OCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNJWHE3DONI>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Peter Murray-Rust
Founder ContentMine.org
and
Reader Emeritus in Molecular Informatics
Dept. Of Chemistry, University of Cambridge, CB2 1EW, UK
|
Beta Was this translation helpful? Give feedback.
-
Windows:11 ,Venv: Python 3.12.5 Report for llmrag testsOutput Summary:
|
Beta Was this translation helpful? Give feedback.
-
Problem: Solution : Expected Output: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
System : Windows 10, Virtual env : python 3.12
output for
python -m coverage report -m
Beta Was this translation helpful? Give feedback.
All reactions