Best approach for RAG testing with LangChain #145
Replies: 1 comment
-
If you want to test LLM providers against custom models/chains, then I would suggest creating a Custom Provider as a Python function: https://chainforge.ai/docs/custom_providers/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use ChainForge to test several LLM model against some RAG documents (PDF>text>chunk>vector embedding>feeding in prompt).
Hello, I'm just wondering what could be best approach for testing ie: is there any easy way to do it using Python Evaluator Node? Thx
Beta Was this translation helpful? Give feedback.
All reactions