Datasette is great (thanks @simonw
!) but there isn't really a collaborative online service for it AFAIK, and forms and reports would require a bunch extra.
OPEN SOURCE
-
Datasette lacks collaborative online service and reporting features
By
–
-
LangChain Default OpenAI Model Updated to text-davinci-003
By
–
@shyamalanadkat already submitted a PR to change the default OpenAI model to `text-davinci-003` in LangChain https://
github.com/hwchase17/lang
chain/pull/215
… That was fast! -
Create Custom Memory Modules for LangChain Chains
By
–
And here's how you can create your own custom memory module! https://
langchain.readthedocs.io/en/latest/exam
ples/memory/custom_memory.html
… This can be used to implement your own ideal memory structure and then easily plug it into any chain. -
Expanding Memory Types in LangChain With Community Contributions
By
–
There are many more types of memory we hope to add! @sjwhitmore has been pioneering this effort so far, and we hope a lot of these come from the community. Check out this idea from @BrennanErbz for inspiration
-
Contribute Memory Implementations to LangChain Core Library
By
–
If you do have a memory implementation you think is generally useful, we'd LOVE to have it contributed back into the core library! We are super excited to see what people build with this https://
github.com/hwchase17/lang
chain
… -
Getting Started with Memory in Conversation Chains
By
–
Here is a notebook for getting started with memory. It walks through maybe the most clear application of memory: a conversation chain. It showcases short term memory – remembering the conversation to date https://
langchain.readthedocs.io/en/latest/gett
ing_started/memory.html
… -
LangChain Chains Now Support Stateful Conversations and Memory
By
–
So far all the chains/agents in LangChain have been stateless, meaning each interaction is independent This is far from ideal for some real world settings (eg chatbots) where you want the chain/agent to remember previous conversations
-
Whisper Speech Recognition Expands to 70+ Languages
By
–
Excited about democratising speech recognition and bringing Whisper closer to 70+ languages? Sign up for the event now: https://
forms.gle/86Uxttisyyt9yM
HW7
… -
LangChain Version 0.0.23 Release with New Features and Bug Fixes
By
–
LangChain Version 0.0.23 new contributors! Unicode fix for windows (
@mark_k
) Self-ask w/ search bug fix (h/t @Raza_Habib496 for finding it) Readme update (
@dillchen
) @huggingface Hub embedding support (
@baga_tur
) Save prompts to disk (
@AkashSamant4
) -

Open Source Diffusion Models Course Launches First Unit
By
–
The Diffusion Models Course is an open source technical course on diffusion models! The first first unit was released today