Danny Avila
e5336039fc
ci(backend-review.yml): add linter step to the backend review workflow ( #625 )
...
* ci(backend-review.yml): add linter step to the backend review workflow
* chore(backend-review.yml): remove prettier from lint-action configuration
* chore: apply new linting workflow
* chore(lint-staged.config.js): reorder lint-staged tasks for JavaScript and TypeScript files
* chore(eslint): update ignorePatterns in .eslintrc.js
chore(lint-action): remove prettier option in backend-review.yml
chore(package.json): add lint and lint:fix scripts
* chore(lint-staged.config.js): remove prettier --write command for js, jsx, ts, tsx files
* chore(titleConvo.js): remove unnecessary console.log statement
chore(titleConvo.js): add missing comma in options object
* chore: apply linting to all files
* chore(lint-staged.config.js): update lint-staged configuration to include prettier formatting
2023-07-14 09:36:49 -04:00
Danny Avila
ce6490109f
fix(mongoMeili): allow convo deletion if meili errors or disabled ( #609 )
2023-07-08 11:41:51 -04:00
HyunggyuJang
f0e2639269
feat: Batch indexing ( #606 )
2023-07-07 22:20:57 -04:00
Danny Avila
9eefa3e24c
fix: add PaLM icon as SVG and improve meilisearch syncing to prevent large indicing jobs ( #600 )
...
* feat(getIcon.jsx): replace palm.png with google-palm.svg as the icon for the 'google' endpoint
* fix(mongoMeili): improve syncing, prevent large indicing jobs from being queued
fix(gptPlugins.js, openAI.js): use unfinished and cancelled values when saving messages to help optimize syncing
2023-07-07 02:03:23 -04:00
Dan Orlando
a17b878617
refactor: reformat files to require parens around params ( #316 )
2023-05-18 14:44:07 -04:00
Dan Orlando
7fdc862042
Build/Refactor: lint pre-commit hook and reformat repo to spec ( #314 )
...
* build/refactor: move lint/prettier packages to project root, install husky, add pre-commit hook
* refactor: reformat files
* build: put full eslintrc back with all rules
2023-05-18 14:09:31 -04:00
Daniel Avila
1d464fdcfa
reduce noisy meili errors if not set
2023-03-22 21:23:01 -04:00
Daniel Avila
719413f87a
feat: syncs across document deletions
2023-03-22 19:53:09 -04:00
Daniel Avila
97634865eb
feat: syncs across document deletions
2023-03-22 19:52:38 -04:00
Daniel Avila
a5cf2f9148
search: correctly register/export schema/models for mongoMeili
2023-03-22 01:31:01 -04:00