a lot of people have been asking for a version of this: split documents, but keep metadata about what section each chunk comes from starting with markdown, but pretty easily extendable to other doc types
@hwchase17
-
OpenAI Functions Emergency Webinar with Builders
By
–
EMERGENCY OpenAI Functions Webinar @OpenAI functions is the hottest new thing in the LLM world. Excited to do a last-minute webinar on it Featuring Atty Eleti from OpenAI, and then two builders: @fpingham and @jxnlco Register
-
Open Source LLMs Webinar with Nomic AI and MosaicML
By
–
We did an awesome webinar on open source LLMs last Wednesday Thanks to @nomic_ai and @MosaicML for joining Catch up on it here
-
LangChain Updates Documentation Links for Data Extraction and Tagging
By
–
updated links: extraction: https://
python.langchain.com/docs/modules/c
hains/additional/extraction
… tagging: https://
python.langchain.com/docs/modules/c
hains/additional/tagging
… -
OpenAI Functions Webinar: Use Cases, Tips and Tricks
By
–
We'll likely do our webinar next week on @OpenAI functions and the various use cases for them, and any tips and tricks Hoping to have @fpingham and @jxnlco on. Anyone else doing interesting stuff with them we should get?
-

Document Tagging Schema with LangChain Framework
By
–
Tagging Specify a schema and tag a document with those attributes As opposed to Extraction, this extracts only one instance of that schema so its more useful for classification of attributes pertaining to the text as a whole Docs: https://
python.langchain.com/en/latest/modu
les/chains/examples/tagging.html
… -
OpenAI Functions for Structured Data Extraction LangChain
By
–
The new @OpenAI functions are good for other things besides agents Another killer use case is extracting structured information from unstructured docs We've adding support for extraction AND tagging in @langchain – thanks to @fpingham for code and @jxnlco for review
-

Entity Extraction with LangChain: Schema-Based Data Parsing
By
–
Extraction Specify a schema – either a dictionary or a Pydantic model – and then extract entities from a piece of text with the same schema This will return a list of objects with that schema Docs: https://
python.langchain.com/en/latest/modu
les/chains/examples/extraction.html
… -

Agent Toolkits Optimized for Newer Chat Models
By
–
A lot of agent toolkits were mostly designed to work with normal LLMs, not chat models But chat models are newer, faster, and generally better We're working on making all our agent toolkits usable with these chat models, s/o @fpingham for doing the first four!
