Replies: 1 comment
-
The python version of langchain has some integrations with experiment tracking systems: I'm using wandb and it tracks all the information (models, prompts, chains ect). Apparently it also has git vc, but I haven't looked into it yet. These are the two integrations I know of that might be relevant to you: Here is the rest of the integrations: This page on tracing might be useful too: |
Beta Was this translation helpful? Give feedback.
-
Hi,
How does everyone handle the versions of prompts?
You obviously can keep them as local files in the code and manage them with the git repo, but I found this to be messy.
What do you say? Do you use any other tools for prompt version control?
Beta Was this translation helpful? Give feedback.
All reactions