https://github.com/yuto-moriizumi/langchain-example
https://github.com/yuto-moriizumi/langchain-example
claude claude-3 dependabot github-actions gpt gpt-4 langchain langchain-js monorepo nextjs openai pinecone rag react typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuto-moriizumi/langchain-example
- Owner: yuto-moriizumi
- License: mit
- Created: 2024-02-27T13:02:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:24:47.000Z (about 1 year ago)
- Last Synced: 2024-10-29T12:18:38.719Z (about 1 year ago)
- Topics: claude, claude-3, dependabot, github-actions, gpt, gpt-4, langchain, langchain-js, monorepo, nextjs, openai, pinecone, rag, react, typescript
- Language: TypeScript
- Homepage: https://langchain-example-front.vercel.app
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LangChain example
Example Chat Q&A application with LangChain
## Installation
1. Clone this repository
1. `npm ci`
1. `npm run dev -w front` to launch the NextJS application
## Usage
### Post questions & get answers
1. Open http://localhost:3000
1. Post your question
## Contributing
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).