hegelai / prompttools

Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).
http://prompttools.readthedocs.io
Apache License 2.0
2.65k stars 230 forks source link

Lang Chain Router Chain Experiment #67

Closed HashemAlsaket closed 1 year ago

HashemAlsaket commented 1 year ago

@steventkrawczyk @NivekT Adding router chain experiments. There's a deprecation for how parsing is done coming to LLMRouterChain at some point in the future. A warning is raised but they don't have an alternative in place yet. Other than that, the experiment is good to go.

steventkrawczyk commented 1 year ago
Screen Shot 2023-08-09 at 7 41 39 PM

Looks good!