When you weigh the range of opinions, if we are silent. And when I talk to many other colleagues in the field, almost no one believes for a single second that AI threatens humanity like nuclear war, but I am completely open to debate..
AI
-
LangChain in Education Webinar: Companies Building AI Solutions
By
–
Final call for the "LangChain in Education Webinar" starting in an hour! Hear from multiple companies using LangChain to build products to improve how education is done
-

Photoshop Generative Fill Beta Expands Midjourney Photos
By
–
Photoshop Generative Fill Beta used to expand Midjourney photos pic.twitter.com/kTuC8x4Fvj
— AK (@_akhaliq) 31 mai 2023Photoshop Generative Fill Beta used to expand Midjourney photos
-
Overcomplicating Code: When Simplicity Meets Expertise
By
–
“In programming, if someone tells you “you’re overcomplicating this,” they’re either 10 steps behind you or 10 steps ahead of you.” — Andrew Clark credit: @CodeWisdom
-

Why Google and OpenAI experts signed a letter
By
–
Surprisingly, one of these articles excellently explains one of the viewpoints on why people from Google / OpenAI etc. signed this kind of letter.
-

Concept Decomposition for Visual Exploration Using Vision-Language Models
By
–
Concept Decomposition for Visual Exploration and Inspiration
— AK (@_akhaliq) 31 mai 2023
propose a method to decompose a visual concept, represented as a set of images, into different visual aspects encoded in a hierarchical tree structure. We utilize large vision-language models and their rich latent… pic.twitter.com/J5OduSX7CGConcept Decomposition for Visual Exploration and Inspiration propose a method to decompose a visual concept, represented as a set of images, into different visual aspects encoded in a hierarchical tree structure. We utilize large vision-language models and their rich latent
-

15 Coding Languages Now Supported Thanks to Community
By
–
We previously had support for a few different coding languages BIG thanks to @hsu_byron for bringing total support to 15 different languages And David Revillas for adding HTML support, and @Hacubu for porting to JS
-
LangChain Code Splitter: Supported Languages and Missing Coverage
By
–
Supported languages: cpp, go, java, js, php, proto, python, rst, ruby, rust, scala, swift, markdown, latex, html What other ones are we missing? Python Documentation: https://
python.langchain.com/en/latest/modu
les/indexes/text_splitters/examples/code_splitter.html
… JS Documentation: https://
js.langchain.com/docs/modules/i
ndexes/text_splitters/examples/code
… -
Text Splitting: Crucial Preprocessing for RAG Systems
By
–
A underrated part of the preprocessing pipeline, proper splitting of text allows for maintaining semantically meaningful chunks This is crucial when doing retrieval augmented generation in order to ensure the proper context is inserted into the prompt
-

LangChain Adds 15+ Code-Specific Text Splitters
By
–
15+ Code Specific Text Splitters Just used one of @langchain 's 100+ Document Loaders? Next step: split data into embeddable chunks. We now have support for splitting 15+ different coding languages in the optimal way