Skip to content

Latest commit

 

History

History
 
 

notebooks

Notebook Examples

In this folder, you will find various examples of how you can prompttools for various experimentation and testing. Often, you can simply change a few parameters and put in your own test data to make prompttools suitable for your use case.

If you have additional use case in mind or spot an issue, please open an issue and we will be happy to discuss.

We also welcome community contribution of usage examples! Please open a PR if you have something to share.

LLM

Single Model Examples

Head To Head Model Comparison

Evaluation

Vector Databases

  • ChromaDB Experiment demonstrates how to experiment with different embedding functions and query parameters of Chroma. The example evaluates the results by computing the ranking correlation against an expected output.
  • Weaviate Experiment shows how you can easily try different vectorizers, configuration, and query functions, and compare the final results.