Excited to be speaking at AWS Gen AI day! Lot's of awesome integrations with AWS platform, was fun to highlight them all https://
genaiday.virtual.awsevents.com/register?trk=5
7dbe57a-49c3-432b-a93b-0988d5011812&sc_channel=sm
…
@hwchase17
-
Speaking at AWS Gen AI Day on Platform Integrations
By
–
-
GPT Researcher Integrates Multiple LLM Providers and LangSmith
By
–
Excited to collaborate with @assaf_elovic to bring multiple LLM providers + an integration with LangSmith to GPT Researcher – the best research agent I know of! I'd highly encourage folks to try it out – it's very impressive
-
XML Tags as Prompt Engineering Technique for AI Applications
By
–
The exact xml tags you use should probably be pretty application specific, and should be treated as prompt engineering This is just a way to get started/inspiration
-
Generative Agents Simulation Logs and Complex Prompts Visibility
By
–
Really cool to be able to see the logs & complex prompts that went into the Generative Agents simulation! https://
smith.langchain.com/public/a4b09aa
f-99ec-4ad0-a58c-2c07741f611b/r
… -
LangChain Expression Language enables parallel operations optimization
By
–
If you do these operations sequentially, they can start to add up That's why it's important to do them in parallel One nice attribute of the LangChain Expression Language is it tries to do things in parallel where ever possible
-
LangChain RunnableMap Parallel Operations Guide
By
–
In this case, we have a `RunnableMap` (the dictionary) For these operations, they are run in parallel See our guide on that here: https://
python.langchain.com/docs/guides/ex
pression_language/interface#parallelism
… -
LangSmith Parallel Execution Optimization in Runnable Maps
By
–
If we look at the LangSmith trace, we can see that the overall RunnableMap step is less than the sum of its components (because those components are run in parallel
-
Multi-source retrieval API calls optimization challenges
By
–
Each retrieval step requires it own API calls: – For SQL, you need to call an LLM to generate a query
– For vectorstore, you need to create an embedding And this is just for two retrieval sources – but it's easy to imagine extending this to more. -
Parent Document Retriever Now Available JavaScript Python
By
–
We release parent document retriever in Python earlier this week, now available in JS Blends "small chunk size for embedding to capture semantic meaning" with "large chunk returned, to provide more context" OG tweet: https://
x.com/hwchase17/stat
us/1689301894769094656?s=20
… -
LangSmith Newsletter Second Edition Highlights Community Growth
By
–
We just sent out the second edition of our newsletter, and its fun to see the pace of the community We added two new sections ("Use-cases we love" and "Thank You's") to highlight this We also cover LangSmith updates like team support and our new cookbook repo