Releases: homanp/langchain-ui
Releases · homanp/langchain-ui
v.0.1.2.2
v.0.1.2.1
v0.1.2
v.0.1.1
What's Changed
- Fix issues with
dark
mode by @homanp in #63 - Only feed the last 5 messages to
BufferMemory
by @homanp in #64 - Move
Prisma
client to outer scope in API routes by @homanp in #65 - Update
package.json
by @homanp in #66 - Fix chatbot in dark mode by @homanp in #67
- Migrate api v1 by @homanp in #70
- Create
prisma.js
lib for invocating connections by @homanp in #73 - Add home page by @homanp in #74
- Add support for streaming chat response by @homanp in #77
- Change chatbot input color by @homanp in #78
Full Changelog: v.0.1.0...v.0.1.1
Intitial release
What's Changed
- Add
ChakraUI
component library by @homanp in #6 - Add
Prisma
configuration by @homanp in #8 - Add
Auth.js
support by @homanp in #9 - Add a sidebar and app skeleton by @homanp in #13
- Redirect user to
/app
after authentication by @homanp in #20 - Create
Prisma
authentication schema by @homanp in #23 - Add
Prompt template
list page by @homanp in #25 - Add a basic landing page by @homanp in #30
- Visualize input tags when creating prompt templates by @homanp in #31
- Enable Vercel Analytics by @homanp in #33
- Add
Chatbots
page by @homanp in #37 - Add chatbot detail page by @homanp in #40
- Add functionality for adding a prompt template to a chat. by @homanp in #50
- Add possibility to select a prompt template on chatbot creation by @homanp in #51
- Small UI tweaks by @homanp in #52
- Add CI pipeline file by @homanp in #54
- Configure CI setup by @homanp in #56
- Add a roadmap to
README
by @homanp in #57 - Add
SyntaxHighlighter
tocode
blocks returned by chatbot by @homanp in #59
New Contributors
Full Changelog: https://github.com/homanp/langchain-ui/commits/v.0.1.0