HackerTrans
TopNewTrendsCommentsPastAskShowJobs

efriis

no profile record

comments

efriis
·ano passado·discuss
Really like your writeup! I work on LangChain and would love to set up some time to chat if you're game. My email is in my profile
efriis
·há 2 anos·discuss
Howdy! Erick from LangChain here. If anyone is seeing version conflicts on particular packages, please let me know!

These usually stem from overly strict constraints in the underlying sdks for the integrations, and in general we've been pretty successful asking for those constraints to be loosened. The main "problem" constraint we've seen in the past has been on httpx. Curious if you've seen others!
efriis
·há 2 anos·discuss
Howdy Erick from LangChain here! Just a quick clarification that LangSmith is designed to work great for folks not using LangChain as well :)

Check out our quickstart for an example of what that looks like! https://docs.smith.langchain.com/
efriis
·há 2 anos·discuss
Erick from LangChain here - would recommend either deploying with LangGraph Cloud or anywhere that deploys a FastAPI easily.

LangGraph Cloud: https://langchain-ai.github.io/langgraph/cloud/ Example (chat-langchain): https://github.com/langchain-ai/chat-langchain?tab=readme-ov...

FastAPI example with LangServe (old chat-langchain implementation): https://github.com/langchain-ai/chat-langchain/blob/langserv...

Or just use regular fastapi endpoints instead of langserve.add_routes with a fastapi server: https://fastapi.tiangolo.com/
efriis
·há 2 anos·discuss
Nice. Could also give haiku a try!
efriis
·há 2 anos·discuss
Would recommend using the updated guide here! That link is from the v0.1 docs. https://python.langchain.com/v0.2/docs/how_to/structured_out...

OOC which openai model were you using? Would recommend trying 4o as well as Anthropic claude 3.5 sonnet if ya haven't played around with those yet
efriis
·há 2 anos·discuss
Howdy! Erick from LangChain here. Would love to learn a bit more about your bug hunting process and see how we can improve the debugging process for everyone else! Could you email me at [email protected]?
efriis
·há 2 anos·discuss
Kept searching for an “April fools” with a 4/1 publication date to no avail