-
Create a chain that routes to emotion, then with the style generates four tweets.
---
Sub-issues
1. Should user select the emotion or the router randomly?
2. Why or why not?
-
### Discussed in https://github.com/langchain-ai/langchain/discussions/27404
Originally posted by **kodychik** October 16, 2024
### Checked
- [X] I searched existing ideas and did not find …
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
Hi, is there a way to use this with:
from langchain_openai import ChatOpenAI
from langchain_core.output_parsers import PydanticOutputParser
parser = PydanticOutputParser(myclass)
llm = ChatOpe…
-
Hi everyone! I'm working on developing a chatbot capable of validating users' identity documents or passports. Users will be able to upload images of their documents or enter their data manually, whic…
-
### What Roadmap is this project for?
Prompt Engineering
### Project Difficulty
Intermediate
### Add Project Details
You are required to create summarising chains using the LangChain framework.
…
-
[part_2_plus.py](https://github.com/stay-leave/enhance_llm/blob/main/qa_bot/part_2_plus.py)
# 生成回复
res = chat_llm_chain.predict(
# 格式化聊天记录为JSON字符串
…
-
**Bug Description**
An error occurred:
**To Reproduce**
```python
from trulens.apps.langchain import TruChain
from langchain_community.vectorstores import Qdrant
def invoke_conv…
-
**Describe the Enhancement**
We currently unfurl input messages for spans with span_kind=LLM. We do not unfurl messages for other span_kinds, like chains and agent spans. Some of our instrumentors, i…
-
# Establish XML Standard for Chain of Thought within JSONL for LLM Training
## Objective
Create an XML standard for structuring Chain of Thought (CoT) data within JSONL files for our open-source A…