quivr/frontend
AmineDiro ca93cb9062
refacto(backend): poetry package manager and chat route refactoring (#2684)
# Description
- Added package manager
- Added precommit checks
- Rewrote dependency injection of Services and Repositories
- Integrate async SQL alchemy engine
- Migrate Chat  repository to SQLModel 
- Migrated ChatHistory repository to SQLModel
- User SQLModel
- Unit test methodology with db rollback
- Unit tests ChatRepository
- Test ChatService get_history
- Brain entity SQL Model
- Promp SQLModel
- Rewrite chat/{chat_id}/question route
- updated docker files and docker compose in dev and production

Added `quivr_core` subpackages:
- Refactored KnowledgebrainQa
- Added Rag service to interface with non-rag dependencies

---------

Co-authored-by: aminediro <aminediro@github.com>
2024-06-26 00:58:55 -07:00
..
app refacto(backend): poetry package manager and chat route refactoring (#2684) 2024-06-26 00:58:55 -07:00
e2e feat(frontend): Add Brain On Search Page (#2067) 2024-01-22 17:37:45 -08:00
lib refacto(backend): poetry package manager and chat route refactoring (#2684) 2024-06-26 00:58:55 -07:00
pages Update Sentry configuration and ignore file (#2250) 2024-02-23 16:15:39 -08:00
public fix(frontend): small rephrase (#2699) 2024-06-21 10:35:00 +02:00
services/analytics feat: 🎸 posthog (#1936) 2023-12-29 23:45:36 +01:00
styles feat(frontend): new chat interface (#2687) 2024-06-18 17:37:28 +02:00
.dockerignore feat: 🎸 docker (#1656) 2023-11-19 13:16:28 +01:00
.eslintrc.js feat(frontend): sharepoint and gdrive integration (#2643) 2024-06-09 09:43:18 -07:00
.gitignore fix: Update Sentry configuration to use NEXT_PUBLIC_SENTRY_DSN (#2254) 2024-02-23 18:12:50 -08:00
.lintstagedrc.js Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
Dockerfile Add NEXT_PUBLIC_AUTH_MODES environment variable to Dockerfile and update useAuthModes hook 2024-05-04 15:21:52 +02:00
Dockerfile.dev docs(blog): updated 2023-09-21 21:14:01 +02:00
globals.css fix: 🐛📱 height now matches mobile height (#1323) 2023-10-04 12:04:57 +02:00
middleware.ts Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
next-sitemap.config.js feat: 🎸 sitemap (#1483) 2023-10-24 22:21:12 +02:00
next.config.js feat(frontend): add notifications for document uploads (#2549) 2024-05-06 08:57:02 -07:00
package.json feat(frontend): table markdown (#2702) 2024-06-21 11:52:16 +02:00
playwright.config.ts test: add e2e for crawling (#1288) 2023-09-29 13:15:37 +02:00
Porter.yaml feat(porter): Add Porter.yaml files for backend and frontend services 2024-04-25 10:51:10 +02:00
postcss.config.js Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
README.md feat(api): new api init 2023-05-18 01:22:13 +02:00
sentry.client.config.ts fix: Update Sentry configuration to use NEXT_PUBLIC_SENTRY_DSN (#2254) 2024-02-23 18:12:50 -08:00
sentry.edge.config.ts fix: Update Sentry configuration to use NEXT_PUBLIC_SENTRY_DSN (#2254) 2024-02-23 18:12:50 -08:00
sentry.server.config.ts fix: Update Sentry configuration to use NEXT_PUBLIC_SENTRY_DSN (#2254) 2024-02-23 18:12:50 -08:00
tailwind.config.js feat: add chat view new design (#1897) 2023-12-14 16:22:09 +01:00
tsconfig.eslint.json Feat: chat name edit (#343) 2023-06-20 09:54:23 +02:00
tsconfig.json feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
vitest.config.ts feat: responsive sidebar (#1279) 2023-10-02 14:42:23 +02:00
vitest.setup.ts feat: responsive sidebar (#1279) 2023-10-02 14:42:23 +02:00
yarn.lock feat(frontend): table markdown (#2702) 2024-06-21 11:52:16 +02:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.