mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-04 03:59:25 +02:00
* Added backend support for curator role * modal refactor * finalized first 2 commits same as before finally what was it for * added credential, cc_pair, and cleanup mypy is super helpful hahahahahahahahahahahaha * curator support for personas * added connector management permission checks * fixed the connector creation flow * added document access to curator * small cleanup added comments and started ui * groups and assistant editor * Persona frontend * Document set frontend * cleaned up the entire frontend * alembic fix * Minor fixes * credentials section * some credential updates * removed logging statements * fixed try catch * fixed model name * made everything happen in one db commit * Final cleanup * cleaned up fast code * mypy/build fixes * polish * more token rate limit polish * fixed weird credential permissions * Addressed chris feedback * addressed pablo feedback * fixed alembic * removed deduping and caching * polish!!!!
This is a Next.js project bootstrapped with create-next-app
.
Getting Started
Install node / npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
Install all dependencies: npm i
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
Note: if you are having problems accessing the ^, try setting the WEB_DOMAIN
env variable to
http://127.0.0.1:3000
and accessing it there.