Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 824 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 824 Bytes

langchain_colab_experiments

Experiments with Langchain using different approaches on Google colab

Doing some experiments with Query Generation using langchain to improve on the search results: https://huggingface.co/spaces/rlancemartin/auto-evaluator https://github.com/rlancemartin/auto-evaluator https://github.com/langchain-ai/auto-evaluator - with full explanation as well. We can use this deployment to create questions for openly available support documents

https://gptcache.readthedocs.io/en/latest/bootcamp/langchain/qa_generation.html gptcache version of QA generation, but autoevaluator is better as this provides responses with evaluation as well. Generation task with evaluation is better and we can depend on them.

https://autoevaluator.langchain.com/playground best place to check for different outputs