Skip to content

Releases: gsinghjay/js-rag-demo

RAG: Assignment 1

08 Apr 14:48
Compare
Choose a tag to compare

Unit 1: RAG Fundamentals Complete ✅

Features

  • Basic RAG implementation using LangChain and OpenAI
  • Document processing and chunking
  • Embedding generation using text-embedding-ada-002
  • In-memory vector store for similarity search
  • Query processing with context retrieval
  • Comprehensive demo output and documentation

Documentation

Assignment 2: Real-time WebSocket Chat Implementation

08 Apr 15:01
Compare
Choose a tag to compare

Completed Assignment 2 of the RAG Chat project, implementing a real-time chat application using WebSockets.

Features:

  • Real-time bidirectional communication using Socket.IO
  • User management with dynamic username assignment
  • System messages for user join/leave events
  • Asynchronous welcome message demonstration
  • Clean UI with message history and auto-scrolling

Demo screenshot and server logs show successful real-time chat between multiple users with proper connection handling and message broadcasting.