`brew install libmagic` https://
github.com/Unstructured-I
O/unstructured/blob/main/docs/source/installing.rst
…
@langchain
-
Installing libmagic dependency for unstructured data processing
By
–
-
Chat-Your-Data Challenge Final Submission Deadline Reminder
By
–
Final day of Chat-Your-Data Challenge Reminder to get your submission in before EOD! Submission Form: https://
forms.gle/NfV1Qi1efRZD3j
pf7
… Challenge Announcement: https://
blog.langchain.dev/chat-your-data
-challenge/
… Document Loaders (25+ now!): https://
langchain.readthedocs.io/en/latest/modu
les/document_loaders/how_to_guides.html
… -
LangChain Introduces Built-in Tracing for AI Applications
By
–
we've also got built in tracing for exactly this! if you have a chance to play around with it, would love to know your thoughts. happy to get you set up with an account for the hosted version https://
langchain.readthedocs.io/en/latest/trac
ing.html
… -
AirByte Loader enables data integration for LangChain applications
By
–
As the final days of #chatyourdata challenge approach, we have one last document loader to enable you… AirByte Loader @AirbyteHQ has 100s of data connectors, and now you can easily use them to load data into a format you can use in LangChain Links
-
LangChain Tools for Data Loading and AI Chat Applications
By
–
AirByte Loader: https://
langchain.readthedocs.io/en/latest/modu
les/document_loaders/examples/airbyte_json.html
… ChatVectorDBChain Notebook: https://
langchain.readthedocs.io/en/latest/modu
les/chains/combine_docs_examples/chat_vector_db.html
… Chat-Your-Data Challenge: https://
blog.langchain.dev/chat-your-data
-challenge/
… -

QA Over Docs: Diagrams Explaining RAG Architecture
By
–
Some great diagrams here explaining how qa over docs works
-
Documentation Updates and Bug Fixes Released
By
–
And of course, lots of usual docs/bug fixes! s/o @eltociear @tangjeff0 (x2) @concaption @kevin_w_huo Jon Luo, Peng Qu Happy weekend!
-
LangChain PagedPDF Tracks Page Numbers for Source Citations
By
–
PDFs with pages @andrewwhite01 added a PagedPDF that keeps track of page numbers in the metadata This metadata is useful when doing question answering with sources! Docs: https://
langchain.readthedocs.io/en/latest/modu
les/document_loaders/examples/pdf.html
… -
LangChain YouTube Metadata Integration Feature
By
–
YouTube metadata Speaking of metadata, thanks to Alex Zhangji you can now specify `add_video_info=True` and it will add relevant metadata from YouTube to the document Docs: https://
langchain.readthedocs.io/en/latest/modu
les/document_loaders/examples/youtube.html#add-video-info
… -
Tiktoken Improvements: Enhanced Special Token Parameters
By
–
Tiktoken improvements Thanks to @jamescalam you can now specify `allowed_special` and `disallowed_special` as parameters for the tiktoken tokenizer PR: https://
github.com/hwchase17/lang
chain/pull/924
…