langchain-benchmarks icon indicating copy to clipboard operation
langchain-benchmarks copied to clipboard

🦜💯 Flex those feathers!

Results 22 langchain-benchmarks issues
Sort by recently updated
recently updated
newest added

- x - x - x - x - x - x - x - x - x - x - x

Builds on https://github.com/langchain-ai/langchain/pull/14263/

Changed the seed argument in ChatOpenAI function

get_eval_config() in langchain_benchmarks.rag ValidationError: 1 validation error for ChatOpenAI Parameters {'seed'} should be specified explicitly. Instead they were passed in as part of `model_kwargs` parameter. (type=value_error) ![Screenshot 2024-07-28 at 4...

A lot of RAG based chatbot is based on PDFs like documents, Also how to deal with PDF files is necessary for promoting the performance of RAG. Thanks in advance...

I have made a few changes to address the typos present and intentionally changed the filenames in the datasets.ipynb because the dataset ID used previously is "452ccafc-18e1-4314-885b-edd735f17b9d." However, as mentioned...

So each sample in the benchmark contains input(query) and output(reference, expected_steps, order_matters) which is visible in the langsmith UI, but when i try to download the same task benchmarks locally...

TLDR : I am trying to implement Semantic Few Shot for Tool calls, but error Does `SemanticSimilarityExampleSelector` actually works with using `List` as one for its `"messages"`? based on the...