Commit Graph

  • ff34d1043f feat(app): lint & format ItzCrazyKns 2024-08-25 15:08:47 +05:30
  • c521b032a7 feat(agents): fix unresloved types ItzCrazyKns 2024-08-25 15:08:30 +05:30
  • 6b8f7dc32c Merge branch 'pr/309' ItzCrazyKns 2024-08-25 12:03:54 +05:30
  • 8bb3e4f016 feat(agents): update types ItzCrazyKns 2024-08-25 12:03:32 +05:30
  • 51939ff842 feat(webSearchAgent): fix typo, closes #313 ItzCrazyKns 2024-08-24 21:48:27 +05:30
  • e4faa82362 Fix #307, update outdated searxng/settings.yml Xie Yanbo 2024-08-09 20:53:53 +08:00
  • 9c1936ec2c feat(chat-window): lint & beautify ItzCrazyKns 2024-08-04 18:14:46 +05:30
  • 639fbd7a15 feat(chat-window): lint & beautify ItzCrazyKns 2024-08-02 19:37:20 +05:30
  • a88104434d feat(copilot): respect preferences ItzCrazyKns 2024-08-02 19:36:50 +05:30
  • a1e0d368c6 feat(settings): add preferences ItzCrazyKns 2024-08-02 19:36:39 +05:30
  • 5779701b7d feat(sidebar): respect preferences ItzCrazyKns 2024-08-02 19:35:57 +05:30
  • fdfe8d1f41 feat(app): add password auth for settings ItzCrazyKns 2024-08-02 19:32:38 +05:30
  • c4932c659a feat(app): lint ItzCrazyKns 2024-07-31 20:17:57 +05:30
  • 96f67c7028 Merge pull request #290 from ItzCrazyKns/canary v1.9.0-rc ItzCrazyKns 2024-07-30 10:15:52 +05:30
  • 61dfeb89b4 feat(package): bump version canary ItzCrazyKns 2024-07-30 10:10:55 +05:30
  • 8e4f0c6a6d feat(web-search): add URL & PDF searching capibilities ItzCrazyKns 2024-07-30 10:09:05 +05:30
  • 6f50e25bf3 feat(output-parsers): add line output parser ItzCrazyKns 2024-07-30 10:08:29 +05:30
  • 9abb4b654d feat(app): handle unhandled exception & rejection ItzCrazyKns 2024-07-30 10:07:28 +05:30
  • 0a29237732 feat(listLineOutputParser): handle invalid keys ItzCrazyKns 2024-07-30 10:06:52 +05:30
  • c62e7f091e feat(package): bump version ItzCrazyKns 2024-07-25 20:39:43 +05:30
  • 08379fcad5 feat(ws-connector): fix undefined chat model v1.8.1 ItzCrazyKns 2024-07-25 20:36:26 +05:30
  • cbce39a5dd feat(settings): fix undefined model for custom OpenAI ItzCrazyKns 2024-07-25 20:34:49 +05:30
  • 27f8cfd212 feat(toast): fix theme colors ItzCrazyKns 2024-07-25 20:33:56 +05:30
  • 8a76f92e23 feat(groq): add Llama 3.1 ItzCrazyKns 2024-07-23 20:49:17 +05:30
  • 00a52fc3b1 Delete .github/FUNDING.yml ItzCrazyKns 2024-07-23 10:46:32 +05:30
  • 8143eca2c1 feat(readme): remove patreon ItzCrazyKns 2024-07-23 10:45:52 +05:30
  • 9bb0b64044 Merge pull request #279 from zandko/perf/filter-first ItzCrazyKns 2024-07-23 10:08:54 +05:30
  • 323f3c516c perf: Optimize document filtering and sorting for performance Zan 2024-07-23 10:06:33 +08:00
  • c0b3a409dd feat(package): bump version v1.8.0 ItzCrazyKns 2024-07-20 09:27:34 +05:30
  • 9195cbcce0 feat(openai): add GPT-4 Omni mini ItzCrazyKns 2024-07-20 09:26:46 +05:30
  • f02393dbe9 feat(providers): add anthropic ItzCrazyKns 2024-07-15 21:20:16 +05:30
  • e1732b9bf2 feat(chat-window): fix WS connection errors ItzCrazyKns 2024-07-14 12:37:36 +05:30
  • fac41d3812 add gemma2-9b-it sjiampojamarn 2024-07-11 20:35:54 -07:00
  • 27e6f5b9e1 feat(chat-window): unselect unavailable model ItzCrazyKns 2024-07-09 16:21:45 +05:30
  • 8539ce82ad feat(providers): fix loading issues ItzCrazyKns 2024-07-08 15:39:27 +05:30
  • 3b4b8a8b02 feat(providers): add custom_openai ItzCrazyKns 2024-07-08 15:24:45 +05:30
  • 3ffb20b777 feat(backend): fix type errors ItzCrazyKns 2024-07-08 01:31:11 +05:30
  • f4b58c7157 feat(dockerfile): revert base image back to slim ItzCrazyKns 2024-07-06 15:13:05 +05:30
  • 2678c36e44 feat(agents): fix grammar in prompt, closes 239 & 203 ItzCrazyKns 2024-07-06 15:12:51 +05:30
  • 25b5dbd63e feat(providers): separate each provider ItzCrazyKns 2024-07-06 14:19:33 +05:30
  • c63c9b5c8a feat(readme): update ollama guide ItzCrazyKns 2024-07-03 21:02:21 +05:30
  • 80818983d8 feat(package): bump version v1.7.1 ItzCrazyKns 2024-07-03 20:49:13 +05:30
  • 5217d21366 feat(dockerfile): revert to node:slim ItzCrazyKns 2024-07-03 20:47:31 +05:30
  • 57ede99b83 Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica ItzCrazyKns 2024-07-02 10:52:02 +05:30
  • c74e16e01c feat(chats): add delete functionality ItzCrazyKns 2024-07-02 10:51:47 +05:30
  • ce593daab9 Update README.md ItzCrazyKns 2024-06-30 12:39:37 +05:30
  • fcf9b644af Create FUNDING.yml ItzCrazyKns 2024-06-30 12:34:32 +05:30
  • 6ae825999a feat(readme): update manual install ItzCrazyKns 2024-06-30 10:45:35 +05:30
  • b291265944 feat(package): add @langchain/community ItzCrazyKns 2024-06-30 10:42:01 +05:30
  • c62684407d feat(chat-window): handle notFound errors ItzCrazyKns 2024-06-29 12:11:34 +05:30
  • f4b01a29bb feat(docs): update docs ItzCrazyKns 2024-06-29 11:39:23 +05:30
  • 022cf55db7 feat(docs): add update docs ItzCrazyKns 2024-06-29 11:38:43 +05:30
  • aeef03fbaf feat(readme): update todo v1.7.0 ItzCrazyKns 2024-06-29 11:17:43 +05:30
  • 9588eed710 feat(package): bump version ItzCrazyKns 2024-06-29 11:17:29 +05:30
  • 7d2344dc85 feat(chats): remove comment ItzCrazyKns 2024-06-29 11:11:10 +05:30
  • 799f4d6aee feat(docker-compose): implement data volume ItzCrazyKns 2024-06-29 11:10:26 +05:30
  • c51ec8ff0f feat(app): implement library feature ItzCrazyKns 2024-06-29 11:09:51 +05:30
  • 61044715e9 feat(msg-handler): update message types ItzCrazyKns 2024-06-29 11:09:31 +05:30
  • d806c7e581 feat(app): add chats route ItzCrazyKns 2024-06-29 11:09:13 +05:30
  • 93b90dc1c4 feat(db): create schema & config files ItzCrazyKns 2024-06-29 11:08:11 +05:30
  • 7879167b13 feat(package): add better-sqlite3 ItzCrazyKns 2024-06-29 11:07:52 +05:30
  • f7d1364f30 feat(discover): remove unadded page ItzCrazyKns 2024-06-28 09:34:40 +05:30
  • 91bba8eaca feat(utils): accept string in time difference ItzCrazyKns 2024-06-28 09:34:03 +05:30
  • 4545ff1d7d feat(chat-window): adjust color & size ItzCrazyKns 2024-06-25 16:11:39 +05:30
  • a152e58132 🎉 wip: implemented error state for backend socket connection and othe asifrahaman13 2024-06-25 15:43:36 +05:30
  • 9d827d4cc2 feat(package): update WS module ItzCrazyKns 2024-06-24 21:34:14 +05:30
  • 336ceefe2b feat(readme): update connection error docs ItzCrazyKns 2024-06-23 14:36:15 +05:30
  • 9a96fd4788 feat(message-input): focus on / key ItzCrazyKns 2024-06-23 10:46:22 +05:30
  • 87cc86d406 feat(package): bump version v1.6.1 ItzCrazyKns 2024-06-23 09:55:25 +05:30
  • 5fd64ef6e6 Merge pull request #168 from WanQuanXie/fix-ui-compile-type-error ItzCrazyKns 2024-06-23 09:42:07 +05:30
  • 594106aea3 update(ui): remove useless imports WanQuanXie 2024-06-07 16:39:14 +08:00
  • 2ae5846b3d fix(ui): ui compile fail WanQuanXie 2024-06-03 18:54:12 +08:00
  • 476303f52b feat(package): bump version v1.6.0 ItzCrazyKns 2024-06-02 14:20:23 +05:30
  • 21b315d14b Merge pull request #135 from WanQuanXie/light-mode ItzCrazyKns 2024-06-02 12:23:10 +05:30
  • 7c676479d4 feat(theme-switcher): move to settings menu ItzCrazyKns 2024-06-02 12:19:53 +05:30
  • 8e18c32e23 Merge branch 'pr/137' ItzCrazyKns 2024-06-01 10:52:34 +05:30
  • 5f6e61d7a0 feat(docker-compose): remove extra hosts from frontend ItzCrazyKns 2024-06-01 10:51:56 +05:30
  • 35a3eda213 Merge pull request #155 from notedsource/hristo/gcp-deploy-vertexai-models-embeddings GCP ItzCrazyKns 2024-06-01 10:49:38 +05:30
  • 32cc430b1b feat(chat-window): use light theme for spinner ItzCrazyKns 2024-05-31 11:08:32 +05:30
  • cf0abbb9d2 feat(message-actions): move to separate components ItzCrazyKns 2024-05-31 11:02:37 +05:30
  • dcbcab3122 feat(theme-components): use default exports ItzCrazyKns 2024-05-31 11:02:00 +05:30
  • dfed6a0ad8 Use container restart policy from main Hristo 2024-05-30 17:21:40 -04:00
  • 90f9edea95 feat(components): use arrow function ItzCrazyKns 2024-05-30 21:38:37 +05:30
  • e0d9522435 Merge branch 'master' of github.com:notedsource/Perplexica into hristo/gcp-deploy-vertexai-models-embeddings Hristo 2024-05-30 11:19:50 -04:00
  • f7c3bc2823 No auth on root route for health checks, fix suggestions request Hristo 2024-05-30 11:18:31 -04:00
  • 6fb0c5b362 Merge pull request #153 from aiyogg/master ItzCrazyKns 2024-05-30 16:02:09 +05:30
  • f4628ae52d feat(docker-compose): update docker-compose.yaml with restart policy Chuck 2024-05-30 18:12:22 +08:00
  • 9e7e1d76a2 update(ui): correct SearchVideo and SearchImages plus action button hover background color WanQuanXie 2024-05-29 14:44:25 +08:00
  • 9a36e48de5 fix(ui): correct the dom elements' position WanQuanXie 2024-05-29 14:31:42 +08:00
  • cfab91ddbf update(ui): restore both message input field dark mode background color WanQuanXie 2024-05-29 12:22:29 +08:00
  • 2d9ca3835e update(SettingDialog): restore SettingDialog form input and select field dark mode background color WanQuanXie 2024-05-29 12:10:24 +08:00
  • f061345c74 fix(MessageBox): multi line related item text will turn the plus icon small WanQuanXie 2024-05-28 12:48:08 +08:00
  • 5fe08b5ec8 update(MessageBox): parsed markdown message render style fix WanQuanXie 2024-05-28 12:45:19 +08:00
  • 6a2f4b8ebf update(EmptyChat): EmptyChat theme switcher hide on lg screen WanQuanXie 2024-05-28 11:29:04 +08:00
  • 4eadc0c797 feat(EmptyChat): EmptyChat page add theme switcher WanQuanXie 2024-05-28 11:25:31 +08:00
  • 743b67d0e9 update(MessageSources): tune the source panel and inner block background color and border color WanQuanXie 2024-05-28 11:11:45 +08:00
  • c8a16a622e update(ui): remove light-300 color level WanQuanXie 2024-05-28 10:55:52 +08:00
  • cae05bcf5e update(ui): input action panel background adapt to light mode WanQuanXie 2024-05-28 10:50:54 +08:00
  • 710b72d053 feat(ui): theme switcher show in responsive mode WanQuanXie 2024-05-28 10:48:58 +08:00
  • af9862c019 update(ui): sidebar in mobile screen adapt light mode WanQuanXie 2024-05-28 10:26:24 +08:00