langflow/docs
Yuqi Tang e23e543b60
feat: combine chat history and chat store into a CRUD component (#8323)
* combine history and store

* combine history and store

* [autofix.ci] apply automated fixes

* Update memory.py

* [autofix.ci] apply automated fixes

* update json

* Update memory.py

* Update memory.py

* [autofix.ci] apply automated fixes

* change order

* change order

* put retrieve first

* add json

* [autofix.ci] apply automated fixes

* Update memory.py

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* update test

* fix test

* update tests

* update memory_chatbot

* change number back

* fix py test

* update

* update pokedex

* update flow

* [autofix.ci] apply automated fixes

* update type converter

* format

* fix name

* update meeting summary

* [autofix.ci] apply automated fixes

* fix test memory chatbot

* update method

* update method

* fix sort

* fix test graph state

* fix test

* fix locator

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
Co-authored-by: Eric Hare <ericrhare@gmail.com>
2025-06-05 22:19:01 +00:00
..
css docs: update details summary css for better arrow alignment (#8376) 2025-06-04 19:09:06 +00:00
docs feat: combine chat history and chat store into a CRUD component (#8323) 2025-06-05 22:19:01 +00:00
i18n docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
src docs: chat widget refresh (#8162) 2025-05-28 15:44:37 +00:00
static docs: new logos (#8357) 2025-06-05 15:46:03 +00:00
.gitignore chore: use yarn only (#6141) 2025-02-06 17:44:46 +00:00
.yarnrc.yml chore: use yarn only (#6141) 2025-02-06 17:44:46 +00:00
babel.config.js add docs with components 2023-07-18 15:08:00 -03:00
docusaurus.config.js Docs: rename and redirect system assist component to g-assist component (#8317) 2025-06-05 17:23:44 +00:00
index.d.ts docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
openapi.json fix: added truncation length as constant and reduced it to 100 (#8321) 2025-06-02 21:30:11 +00:00
package-lock.json feat: New Search Bundle (#8146) 2025-05-23 21:51:04 +00:00
package.json docs: fix syntax errors at build (#7047) 2025-03-13 00:18:29 +00:00
README.md chore: use yarn only (#6141) 2025-02-06 17:44:46 +00:00
sidebars.js Docs: rename and redirect system assist component to g-assist component (#8317) 2025-06-05 17:23:44 +00:00
tailwind.config.js docs: fix syntax errors at build (#7047) 2025-03-13 00:18:29 +00:00
tsconfig.json docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
yarn.lock feat: New Search Bundle (#8146) 2025-05-23 21:51:04 +00:00

Website

This website is built using Docusaurus 3, a modern static website generator.

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service, including yarn serve.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.