• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ml6team / fondant / 7488843898 / 1
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 11 Jan 2024 12:40PM UTC
Files 19
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Jan 2024 12:36PM UTC coverage: 91.931%. Remained the same
7488843898.1

push

github

web-flow
Fix ragas component (#759)

Fix to issue that @mrchtr raised

* `model_name` was actually referring to the class name used to import
the model which can be `OpenAI` or `ChatOpenAI`. This caused some issues
because we were trying to set `model_name` to `gpt-4`. Changed the
arguments and default to reflect that.

* ChatOpenAI seems to be the new default of defining models, changed the
default model class to that one

When initializing GPT-4 with `OpenAI()`:

```
UserWarning: You are trying to use a chat model. This way of initializing it is no longer supported. Instead, please use: `from langchain_community.chat_models import ChatOpenAI`
```

Also how it's set in RAGAS
[LINK](https://docs.ragas.io/en/latest/howtos/customisations/llms.html#:~:text=Copy%20code-,from%20langchain.chat_models%20import%20ChatOpenAI,-gpt4%20%3D%20ChatOpenAI)

Changes will be required to RAG pipeline after new release

1766 of 1921 relevant lines covered (91.93%)

0.92 hits per line

Source Files on job test-3.8 - 7488843898.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7488843898
  • 616a9a3e on github
  • Prev Job for on main (#7486960489.3)
  • Next Job for on main (#7489432706.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc