This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Oct 20, 2023
-
-
santini-cyber authored
* Instructions for https configuration on an AWS EC2 instance running Amazon Linux 2023. * Update aws_https_instructions.md * Update aws_https_instructions.md
-
- Oct 10, 2023
-
-
timothycarambat authored
-
- Oct 05, 2023
-
-
timothycarambat authored
-
timothycarambat authored
-
timothycarambat authored
-
- Oct 04, 2023
-
-
timothycarambat authored
-
- Sep 30, 2023
-
-
timothycarambat authored
-
- Sep 29, 2023
-
-
Timothy Carambat authored
-
Timothy Carambat authored
Support API client for chroma
-
timothycarambat authored
-
timothycarambat authored
-
Timothy Carambat authored
resolves #257
-
Timothy Carambat authored
prevent non-admin from updating settings prevent password updates in multi-user mdoe
-
- Sep 28, 2023
-
-
timothycarambat authored
-
timothycarambat authored
-
Sean Hatfield authored
* WIP converted all sqlite models into prisma calls * modify db setup and fix ApiKey model calls in admin.js * renaming function params to be consistent * converted adminEndpoints to utilize prisma orm * converted chatEndpoints to utilize prisma orm * converted inviteEndpoints to utilize prisma orm * converted systemEndpoints to utilize prisma orm * converted workspaceEndpoints to utilize prisma orm * converting sql queries to prisma calls * fixed default param bug for orderBy and limit * fixed typo for workspace chats * fixed order of deletion to account for sql relations * fix invite CRUD and workspace management CRUD * fixed CRUD for api keys * created prisma setup scripts/docs for understanding how to use prisma * prisma dependency change * removing unneeded console.logs * removing unneeded sql escape function * linting and creating migration script * migration from depreciated sqlite script update * removing unneeded migrations in prisma folder * create backup of old sqlite db and use transactions to ensure all operations complete successfully * adding migrations to gitignore * updated PRISMA.md docs for info on how to use sqlite migration script * comment changes * adding back migrations folder to repo * Reviewing SQL and prisma integraiton on fresh repo * update inline key replacement * ensure migration script executes and maps foreign_keys regardless of db ordering * run migration endpoint * support new prisma backend * bump version * change migration call --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Sep 26, 2023
-
-
santini-cyber authored
changing the build behavior in the aws cloudformation template from [scripts-user, always] to [scripts-user, once-per-instance] so the userdata script is not run every time the server boots.
-
- Sep 21, 2023
-
-
Sean Hatfield authored
* renamed all indicies to vectors to avoid confusion of vocab * removing unneeded files * changed indicies on frontend sidebar to vectors
-
- Sep 18, 2023
-
-
Timothy Carambat authored
pass messages to frontend on success/failure resolves #242
-
Timothy Carambat authored
* cosmetic changes to be compatible to hadolint * common configuration for most editors until better plugins comes up * Changes on PDF metadata, using PyMuPDF (faster and more compatible) * small changes on other file ingestions in order to try to keep the fields equal * Lint, review, and review * fixed unknown chars * Use PyMuPDF for pdf loading for 200% speed increase linting --------- Co-authored-by:
Francisco Bischoff <franzbischoff@gmail.com> Co-authored-by:
Francisco Bischoff <984592+franzbischoff@users.noreply.github.com>
-
- Sep 13, 2023
-
-
Sean Hatfield authored
* removed loading skeleton from password authentication modal background * added logo to login modals * change BG colors for dark/light mode support --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Sep 12, 2023
-
-
timothycarambat authored
-
- Sep 11, 2023
-
-
Sean Hatfield authored
* WIP added toast for embedding updates * Update and retain new change state --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
-
Timothy Carambat authored
-
Timothy Carambat authored
-
- Sep 08, 2023
-
-
Timothy Carambat authored
-
- Aug 30, 2023
-
-
Sean Hatfield authored
* hide delete workspace button on non-admin users if setting is disabled --------- Co-authored-by:
Timothy Carambat <timothycarambat@Timothys-MacBook-Pro.local>
-
- Aug 25, 2023
-
-
timothycarambat authored
-
- Aug 24, 2023
-
-
timothycarambat authored
-
Sean Hatfield authored
* implemented toast for appearance settings changes * linting * implemented toast on system settings changes
-
Timothy Carambat authored
-
Timothy Carambat authored
* Autodocument Swagger API with JSDocs on /v1/ endpoints for API access implement single-player API keys WIP Admin API Keys * Create new api keys as both single and multi-user * Add boot and telem * Complete Admin API * Complete endpoints dark mode swagger * update docs * undo debug * update docs and readme
-
- Aug 23, 2023
-
-
Sean Hatfield authored
* WIP success fail messages for upload document * added success/error msgs for uploading feedback and disabled fileUploadProgress in backend * implemented toast instead of success/error msg on modal for upload * left over merge --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* WIP success fail messages for upload document * added success/error msgs for uploading feedback and disabled fileUploadProgress in backend * remove unused middleware --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Aug 22, 2023
-
-
timothycarambat authored
-
timothycarambat authored
-
Timothy Carambat authored
resolves #184
-
Timothy Carambat authored
* Enable batch deletion of Pinecone Ids by max limit of 1000 * lint
-
- Aug 21, 2023
-
-
Sean Hatfield authored
bug fix for autoscrolling on message send/recieve
-