For other project ideas, we wrote a little blog highlighting some here: https://
blog.langchain.dev/streamlit-llm-
hackathon-kickoff-and-projects-wed-love-to-see-2/
… There's also the AMAZING langchain streamlit github repo:
@hwchase17
-
LangChain Streamlit Hackathon Project Ideas and Resources
By
–
-

LLMs Generate Streamlit Apps at Hackathon
By
–
Really excited to be kicking off a hackathon with @streamlit ! One interesting project perhaps – using LLMs to create Streamlit apps Someone just uploaded a prompt to the Hub that takes a first stab at this https://
smith.langchain.com/hub/muhsinbash
ir/text-to-streamlit-webapp
… -
Speaker Excited to Learn at Upcoming Conference
By
–
Going to be a great conference! Excited to not only be talking but also being able to learn from all these other great speakers
-
LangChain Hub Relaunches with New Playground and Sharing Features
By
–
🚀We re-launched LangChain Hub
— Harrison Chase (@hwchase17) 5 septembre 2023
This time as a proper hub (no more janky GitHub repo)
Liking, playground, uploading, downloading – it's got it all
Organization support coming soon https://t.co/nBeBbWwzudWe re-launched LangChain Hub This time as a proper hub (no more janky GitHub repo) Liking, playground, uploading, downloading – it's got it all Organization support coming soon
-
Improving SQL QA with Vectorstore and Few-Shot Examples
By
–
A great deep dive into improving SQL QA by adding in a vectorstore tool and few shot examples @fpingham and @manuelsoria_ consistently add awesome stuff to the SQL implementation – excited to have them on the webinar tmrw to talk about this! https://
crowdcast.io/c/cohrkdisz3zu -
Site-Specific Web Agents with Custom Prompts and Tools
By
–
this is pretty interesting
— Harrison Chase (@hwchase17) 4 septembre 2023
rather than a general purpose web-agent, this gives each website owner the ability to create one specifically for their site
bullish on this, since successful agents generally have custom prompts + tools https://t.co/cIL1E2GQFFthis is pretty interesting rather than a general purpose web-agent, this gives each website owner the ability to create one specifically for their site bullish on this, since successful agents generally have custom prompts + tools
-
Connecting Spreadsheets to Large Language Models
By
–
More great work from @ddematheu
, this time exploring how to connect spreadsheets to LLMs! -
LLM Context Solution for Tabular Data Integration
By
–
One of the hardest parts of building LLM applications is making sure they have the right context @the_cube_dev is helping solve the context problem for tabular data! We recently did an integration with them, and we're going to talk about it in detail
-
Open Source ChatGPT Alternatives: Code Interpreter and Web Browser
By
–
Code Interpreter and Web Browsing were two of the first ChatGPT alts It's fun to see open source versions of both of them Web Browser by @MLBear2
: https://
x.com/MLBear2/status
/1698683844109762636?s=20
… Code Interpreter by @Shroominic
: -
Airbyte Integration with LangChain for Tabular Data
By
–
One important thing about the @AirbyteHQ integration we just added is that a lot of their loaders are meant for tabular data Luckily, @langchain has a lot of tools for working with tabular data! Thanks to @pelaseyed for identifying this and writing it up