langchain-ui
๐งฌ The open source chat-ai toolkit
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- ci.yml
- CONTRIBUTING.md
- pull_request_template.md
- client-page.js
- loading.js
- page.js
- client-page.js
- loading.js
- page.js
- client-page.js
- loading.js
- page.js
- client-page.js
- loading.js
- page.js
- client-page.js
- container.js
- layout.js
- loading.js
- page.js
- sidebar.js
- login.js
- page.js
- favicon.ico
- landing-page.js
- layout.js
- loading.js
- page.js
- providers.js
- index.js
- input.js
- message.js
- output.js
- prompt-templates.js
- csv.js
- code-block.js
- file-picker.js
- page-header.js
- user-menu.js
- api-docs.js
- api.js
- datasources.js
- markdown.js
- metal.js
- prisma.js
- s3.js
- sidebar.js
- theme.js
- upload-file.js
- upload-url.js
- [...nextauth].js
- index.js
- index.js
- index.js
- index.js
- index.js
- ingest.js
- index.js
- index.js
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration_lock.toml
- schema.prisma
- chatbot.png
- next.svg
- thirteen.svg
- user.png
- vercel.svg
- .eslintrc.json
- .gitignore
- env.example
- jsconfig.json
- LICENSE
- next.config.js
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/homanp/langchain-ui
Downloads the entire project code from GitHub to your computer.
cd langchain-ui
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
npm run lint
Type this command into your terminal and run it.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
