You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A multi-user, discord RAG ChatBot with per-channel context storage and retrieval using AstraDB. Core LLM powered by Google Gemini, all brought together with LangChain.js
To setup the bot, first run
npm install
or
pnpm install
or
yarn install
Then, rename .env.template to .env and fill in the respective fields
Starting the bot
To run the bot in dev mode use,
npm run dev
or
pnpm dev
or
yarn dev
About
A multi-user, discord RAG ChatBot with per-channel context storage and retrieval using AstraDB. Core LLM powered by Google Gemini, all brought together with LangChain.js