Commit Graph
100 Commits
Author SHA1 Message Date
ItzCrazyKns c4932c659a feat(app): lint 2024-07-31 20:17:57 +05:30
ItzCrazyKns 61dfeb89b4 feat(package): bump version 2024-07-30 10:10:55 +05:30
ItzCrazyKns 8e4f0c6a6d feat(web-search): add URL & PDF searching capibilities 2024-07-30 10:09:05 +05:30
ItzCrazyKns 6f50e25bf3 feat(output-parsers): add line output parser 2024-07-30 10:08:29 +05:30
ItzCrazyKns 9abb4b654d feat(app): handle unhandled exception & rejection 2024-07-30 10:07:28 +05:30
ItzCrazyKns 0a29237732 feat(listLineOutputParser): handle invalid keys 2024-07-30 10:06:52 +05:30
ItzCrazyKns c62e7f091e feat(package): bump version 2024-07-25 20:39:43 +05:30
ItzCrazyKns 08379fcad5 feat(ws-connector): fix undefined chat model 2024-07-25 20:36:26 +05:30
ItzCrazyKns cbce39a5dd feat(settings): fix undefined model for custom OpenAI 2024-07-25 20:34:49 +05:30
ItzCrazyKns 27f8cfd212 feat(toast): fix theme colors 2024-07-25 20:33:56 +05:30
ItzCrazyKns 8a76f92e23 feat(groq): add Llama 3.1 2024-07-23 20:49:17 +05:30
ItzCrazyKns c0b3a409dd feat(package): bump version 2024-07-20 09:27:34 +05:30
ItzCrazyKns 9195cbcce0 feat(openai): add GPT-4 Omni mini 2024-07-20 09:26:46 +05:30
ItzCrazyKns f02393dbe9 feat(providers): add anthropic 2024-07-15 21:20:16 +05:30
ItzCrazyKns e1732b9bf2 feat(chat-window): fix WS connection errors 2024-07-14 12:37:36 +05:30
ItzCrazyKns 27e6f5b9e1 feat(chat-window): unselect unavailable model 2024-07-09 16:21:45 +05:30
ItzCrazyKns 8539ce82ad feat(providers): fix loading issues 2024-07-08 15:39:27 +05:30
ItzCrazyKns 3b4b8a8b02 feat(providers): add custom_openai 2024-07-08 15:24:45 +05:30
ItzCrazyKns 3ffb20b777 feat(backend): fix type errors 2024-07-08 01:31:11 +05:30
ItzCrazyKns f4b58c7157 feat(dockerfile): revert base image back to slim 2024-07-06 15:13:05 +05:30
ItzCrazyKns 2678c36e44 feat(agents): fix grammar in prompt, closes 239 & 203 2024-07-06 15:12:51 +05:30
ItzCrazyKns 25b5dbd63e feat(providers): separate each provider 2024-07-06 14:19:33 +05:30
ItzCrazyKns c63c9b5c8a feat(readme): update ollama guide 2024-07-03 21:02:21 +05:30
ItzCrazyKns 80818983d8 feat(package): bump version 2024-07-03 20:49:13 +05:30
ItzCrazyKns 5217d21366 feat(dockerfile): revert to node:slim 2024-07-03 20:47:31 +05:30
ItzCrazyKns 57ede99b83 Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica 2024-07-02 10:52:02 +05:30
ItzCrazyKns c74e16e01c feat(chats): add delete functionality 2024-07-02 10:51:47 +05:30
ItzCrazyKns 6ae825999a feat(readme): update manual install 2024-06-30 10:45:35 +05:30
ItzCrazyKns b291265944 feat(package): add @langchain/community 2024-06-30 10:42:01 +05:30
ItzCrazyKns c62684407d feat(chat-window): handle notFound errors 2024-06-29 12:11:34 +05:30
ItzCrazyKns f4b01a29bb feat(docs): update docs 2024-06-29 11:39:23 +05:30
ItzCrazyKns 022cf55db7 feat(docs): add update docs 2024-06-29 11:38:43 +05:30
ItzCrazyKns aeef03fbaf feat(readme): update todo 2024-06-29 11:17:43 +05:30
ItzCrazyKns 9588eed710 feat(package): bump version 2024-06-29 11:17:29 +05:30
ItzCrazyKns 7d2344dc85 feat(chats): remove comment 2024-06-29 11:11:10 +05:30
ItzCrazyKns 799f4d6aee feat(docker-compose): implement data volume 2024-06-29 11:10:26 +05:30
ItzCrazyKns c51ec8ff0f feat(app): implement library feature 2024-06-29 11:09:51 +05:30
ItzCrazyKns 61044715e9 feat(msg-handler): update message types 2024-06-29 11:09:31 +05:30
ItzCrazyKns d806c7e581 feat(app): add chats route 2024-06-29 11:09:13 +05:30
ItzCrazyKns 93b90dc1c4 feat(db): create schema & config files 2024-06-29 11:08:11 +05:30
ItzCrazyKns 7879167b13 feat(package): add better-sqlite3 2024-06-29 11:07:52 +05:30
ItzCrazyKns f7d1364f30 feat(discover): remove unadded page 2024-06-28 09:34:40 +05:30
ItzCrazyKns 91bba8eaca feat(utils): accept string in time difference 2024-06-28 09:34:03 +05:30
ItzCrazyKns 4545ff1d7d feat(chat-window): adjust color & size 2024-06-25 16:11:39 +05:30
ItzCrazyKns 9d827d4cc2 feat(package): update WS module 2024-06-24 21:34:14 +05:30
ItzCrazyKns 336ceefe2b feat(readme): update connection error docs 2024-06-23 14:36:15 +05:30
ItzCrazyKns 9a96fd4788 feat(message-input): focus on / key 2024-06-23 10:46:22 +05:30
ItzCrazyKns 87cc86d406 feat(package): bump version 2024-06-23 09:55:25 +05:30
ItzCrazyKns 476303f52b feat(package): bump version 2024-06-02 14:20:23 +05:30
ItzCrazyKns 7c676479d4 feat(theme-switcher): move to settings menu 2024-06-02 12:19:53 +05:30
ItzCrazyKns 8e18c32e23 Merge branch 'pr/137' 2024-06-01 10:52:34 +05:30
ItzCrazyKns 5f6e61d7a0 feat(docker-compose): remove extra hosts from frontend 2024-06-01 10:51:56 +05:30
ItzCrazyKns 32cc430b1b feat(chat-window): use light theme for spinner 2024-05-31 11:08:32 +05:30
ItzCrazyKns cf0abbb9d2 feat(message-actions): move to separate components 2024-05-31 11:02:37 +05:30
ItzCrazyKns dcbcab3122 feat(theme-components): use default exports 2024-05-31 11:02:00 +05:30
ItzCrazyKns 90f9edea95 feat(components): use arrow function 2024-05-30 21:38:37 +05:30
ItzCrazyKns d04ba91c85 feat(routes): use coalescing operator 2024-05-22 10:45:16 +05:30
ItzCrazyKns 7853c18b6f feat(docs): update port 2024-05-19 11:35:28 +05:30
ItzCrazyKns 64ea4b4289 feat(package): bump version 2024-05-18 13:11:24 +05:30
ItzCrazyKns c61facef13 feat(message-box): display suggestions 2024-05-18 13:11:15 +05:30
ItzCrazyKns fcff93a594 feat(message-actions): update rewrite button 2024-05-18 13:10:54 +05:30
ItzCrazyKns 3bfaf9be28 feat(app): add suggestion generation 2024-05-18 13:10:39 +05:30
ItzCrazyKns 68b595023e feat(suggestion-generator): update prompt 2024-05-18 13:10:09 +05:30
ItzCrazyKns 180e204c2d feat(providers): add GPT-4 omni 2024-05-14 19:33:54 +05:30
ItzCrazyKns 0e2f4514b4 feat(readme): update readme 2024-05-13 20:10:44 +05:30
ItzCrazyKns 0993c5a760 feat(app): revert port & network changes 2024-05-13 19:58:17 +05:30
ItzCrazyKns 100872f2d9 feat(docker-compose): revert network changes 2024-05-12 14:04:05 +05:30
ItzCrazyKns 22aee27cda feat(env): remove port 2024-05-12 12:48:01 +05:30
ItzCrazyKns 9d30224faa feat(readme): update readme 2024-05-12 12:24:36 +05:30
ItzCrazyKns b622df5a9f feat(docker-compose): update ports, change network type 2024-05-12 12:16:08 +05:30
ItzCrazyKns 1b18715f8f feat(docs): update PORT 2024-05-12 12:15:53 +05:30
ItzCrazyKns 9816eb1d36 feat(server): add bind address 2024-05-12 12:15:25 +05:30
ItzCrazyKns 828eeb0c77 feat(app-dockerfile): add PORT arg 2024-05-12 12:14:52 +05:30
ItzCrazyKns c852bee8ed feat(app): add suspense boundary 2024-05-11 21:19:38 +05:30
ItzCrazyKns 954b4bf89a feat(readme): add search engine guide 2024-05-11 12:14:49 +05:30
ItzCrazyKns 3ef39c69a7 feat(chat-window): add ability to use q query param 2024-05-11 12:09:39 +05:30
ItzCrazyKns 7a28be9e1a feat(readme): add installation docs 2024-05-11 12:09:08 +05:30
ItzCrazyKns a60145137c feat(docs): add networking 2024-05-11 10:23:05 +05:30
ItzCrazyKns 7eace1e6bd feat(searxng-container): bind mount & add limiter 2024-05-10 20:55:08 +05:30
ItzCrazyKns 9a7af945b0 lint 2024-05-09 20:43:04 +05:30
ItzCrazyKns 09463999c2 feat(routes): add suggestions route 2024-05-09 20:42:03 +05:30
ItzCrazyKns 0f6986fc9b feat(agents): add suggestion generator agent 2024-05-09 20:41:43 +05:30
ItzCrazyKns 5e940914a3 feat(output-parsers): add list line output parser 2024-05-09 20:39:38 +05:30
ItzCrazyKns 8f9c709648 Merge branch 'develop/1.4.0' of https://github.com/ItzCrazyKns/Perplexica into develop/1.4.0 2024-05-07 19:40:36 +05:30
ItzCrazyKns 2a1d6e261d feat(backend-dockerfile): use Debian based image 2024-05-07 19:40:33 +05:30
ItzCrazyKns 74d1df7d25 feat(package): bump version 2024-05-07 19:40:14 +05:30
ItzCrazyKns e042ff491b feat(compose): remove expose directive 2024-05-07 19:39:59 +05:30
ItzCrazyKns d9ba36794a feat(readme): add donations 2024-05-07 13:03:06 +05:30
ItzCrazyKns 321e60b993 feat(embedding-providers): load separately, add bert & bge 2024-05-07 12:33:44 +05:30
ItzCrazyKns 68837e06ee feat(embedding-providers): add local models 2024-05-07 11:52:53 +05:30
ItzCrazyKns f88f179920 feat(package): bump version 2024-05-06 20:01:57 +05:30
ItzCrazyKns 4cb0aeeee3 feat(settings): conditionally pick selected models 2024-05-06 20:00:56 +05:30
ItzCrazyKns e8fe74ae7c feat(ws-managers): implement better error handling 2024-05-06 19:59:13 +05:30
ItzCrazyKns ed47191d9b feat(readme): update readme 2024-05-06 13:00:07 +05:30
ItzCrazyKns b4d787d333 feat(readme): add troubleshooting 2024-05-06 12:58:40 +05:30
ItzCrazyKns 38b1995677 feat(package): bump version 2024-05-06 12:36:13 +05:30
ItzCrazyKns f28257b480 feat(settings): fetch localStorage at state change 2024-05-06 12:34:59 +05:30
ItzCrazyKns 9b088cd161 feat(package): bump version 2024-05-05 16:35:06 +05:30
ItzCrazyKns 94ea6c372a feat(chat-window): clear storage after error 2024-05-05 16:29:40 +05:30
ItzCrazyKns 6e61c88c9e feat(error-object): add key 2024-05-05 16:28:46 +05:30