Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1ckc3b/nodejs-ai-assistant
This project is an example of how to implements a RAG Architecture with LangChain.js and GPT-3.5-turbo to answer any question about the book "Node.js Design Patterns"
https://github.com/m1ckc3b/nodejs-ai-assistant
api-rest bun gpt-3 langchain-js typescript
Last synced: 4 days ago
JSON representation
This project is an example of how to implements a RAG Architecture with LangChain.js and GPT-3.5-turbo to answer any question about the book "Node.js Design Patterns"
- Host: GitHub
- URL: https://github.com/m1ckc3b/nodejs-ai-assistant
- Owner: m1ckc3b
- Created: 2024-04-16T14:51:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T13:29:18.000Z (9 months ago)
- Last Synced: 2024-04-27T08:39:48.478Z (9 months ago)
- Topics: api-rest, bun, gpt-3, langchain-js, typescript
- Language: HTML
- Homepage:
- Size: 4.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js AI Assistant
This project is an example of how to implements a RAG Architecture with LangChain.js and GPT-3.5-turbo to answer any question about the book "Node.js Design Patterns"
![alt text](image.png)
### This project was created with: