mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-18 10:54:29 -04:00
Including few shots in create_tagging_chain #109
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @miguelmedinaperez on GitHub (Feb 1, 2024).
I’ve modified my local copy of create_tagging_chain to use a few shots, as I couldn’t find this feature in the original version. This modification has improved the function’s accuracy. Does the library include this functionality?