Skip to content

Commit

Permalink
Attempt to fix codestyle issues; probably fail one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
joy13975 committed Feb 28, 2024
1 parent d42e93d commit f7500b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ragas/testset/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def with_openai(
generator_llm_model=generator_llm_model,
embeddings_model=embeddings_model,
critic_llm_model=critic_llm_model,
docstore=docstore,
run_config=run_config,
)

Expand Down Expand Up @@ -146,7 +147,7 @@ def _common_constructor(
cls,
chunk_size: int,
generator_llm_model: LangchainLLMWrapper,
embeddings_model: LangchainLLMWrapper,
embeddings_model: BaseRagasEmbeddings,
critic_llm_model: LangchainLLMWrapper,
docstore: t.Optional[DocumentStore],
run_config: t.Optional[RunConfig],
Expand Down

0 comments on commit f7500b7

Please sign in to comment.