Multi-Action Agent w/ @OpenAI Functions OpenAI functions allows the LLM to select a single tool to use… but often times it can be more efficient to have the LLM select MULTIPLE tools to use (if tasks can be done in parallel) Enter… the `openai-multi-functions` agent
@hwchase17
-

JavaScript Functions Support Now Available
By
–
for those asking for functions support in JS, here it is!
-

Custom Return Schema in RetrievalQAChain Documentation
By
–
Updated documentation to show how to easily define your own custom return schema and use in the RetrievalQAChain Docs: https://
python.langchain.com/docs/modules/c
hains/additional/openai_functions_retrieval_qa#using-your-own-output-schema
… -

Document Comparison with LangChain Agents and Retrieval
By
–
Document Comparison There are lots of ways to ask questions about a single document, but what about when you want to compare multiple? @pelaseyed added a great cookbook showing how to do that. Uses an agent and multiple retrieval qa chains! Docs: https://
python.langchain.com/docs/modules/a
gents/toolkits/document_comparison_toolkit
… -
Awesome Tool Addition Requested for Repository
By
–
That’s an awesome tool, would love to get that added to the repo!
-
Document Comparison Functionality Added to AI Tools
By
–
Awesome document comparison functionality was added by @pelaseyed – check out his other work
-
OpenAI Functions Integration with RetrievalQA in LangChain
By
–
OpenAI functions RetrievalQA We've put a lot of effort into making @OpenAI functions usable as their own standalone chains This now means that you can easily use them as part of other chains – including RetrievalQA and ConversationalRetrievalQA Docs: https://
python.langchain.com/docs/modules/c
hains/additional/openai_functions_retrieval_qa
… -

Functions Usage Experience Webinar with DBuniatyan
By
–
This is great exploration of `functions` usage!
— Harrison Chase (@hwchase17) 19 juin 2023
Excited to add @DBuniatyan to our functions webinar this Wednesday to talk through his experience using it! https://t.co/t1n8o6rX2bThis is great exploration of `functions` usage! Excited to add @DBuniatyan to our functions webinar this Wednesday to talk through his experience using it!
-
Loading Documents Into Structured Tools Feature Development
By
–
Wdym loading documents into structured tools? Gonna add something like this today/tmrw as well!
-

Question Answering with Citations Using LangChain Functions
By
–
Question Answering with citations Ahead of our webinar on Wednesday, more `functions` goodness from @jxnlco
: Answer a question (with citations) from a piece of context. Uses `functions` to specify the return schema of the answer + supporting facts https://
python.langchain.com/docs/modules/c
hains/additional/qa_citations
…
