Commit Graph

62 Commits

Author SHA1 Message Date
ItzCrazyKns c4932c659a
feat(app): lint 2024-07-31 20:17:57 +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 8a76f92e23
feat(groq): add Llama 3.1 2024-07-23 20:49:17 +05:30
Zan 323f3c516c perf: Optimize document filtering and sorting for performance 2024-07-23 10:06:33 +08:00
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
sjiampojamarn fac41d3812 add gemma2-9b-it 2024-07-13 20:20:23 -07:00
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 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 c74e16e01c
feat(chats): add delete functionality 2024-07-02 10:51:47 +05:30
ItzCrazyKns 7d2344dc85
feat(chats): remove comment 2024-06-29 11:11:10 +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 d04ba91c85
feat(routes): use coalescing operator 2024-05-22 10:45:16 +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 0993c5a760
feat(app): revert port & network changes 2024-05-13 19:58:17 +05:30
ItzCrazyKns 9816eb1d36
feat(server): add bind address 2024-05-12 12:15:25 +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 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 e8fe74ae7c
feat(ws-managers): implement better error handling 2024-05-06 19:59:13 +05:30
ItzCrazyKns 6e61c88c9e
feat(error-object): add `key` 2024-05-05 16:28:46 +05:30
ItzCrazyKns ba7b92ffde
feat(providers): add `Content-Type` header 2024-05-05 10:53:27 +05:30
ItzCrazyKns 9f45ecb98d
feat(providers): separate embedding providers, add custom-openai provider 2024-05-04 10:51:06 +05:30
ItzCrazyKns 1d344266aa
feat(config): fix typo 2024-05-02 15:04:33 +05:30
ItzCrazyKns f618b713af
feat(chatModels): load model from localstorage 2024-05-02 12:14:26 +05:30
ItzCrazyKns ed9ff3c20f
feat(providers): use correct model name 2024-05-02 12:09:25 +05:30
ItzCrazyKns edc40d8fe6
feat(providers): add Groq provider 2024-05-01 19:43:06 +05:30
ItzCrazyKns 6e304e7051
feat(video-search): add video search 2024-04-30 14:31:32 +05:30
ItzCrazyKns aae85cd767
feat(logging): add logger 2024-04-30 12:18:18 +05:30
SwiftyOS 639129848a feat(providers): add gpt-4-turbo provider 2024-04-29 10:49:15 +02:00
ItzCrazyKns a90e294c60
feat(agents): fix engine names 2024-04-28 18:34:56 +05:30
ItzCrazyKns 5df3c5ad8c
feat(image-search): handle chat history 2024-04-28 11:15:28 +05:30
ItzCrazyKns 99ae8f6998
feat(agents): embed docs & query together
Embed documents and query together to reduce the time taken for retrieving the sources ~1 seconds.
2024-04-24 10:08:40 +05:30
ItzCrazyKns 7653eaf146
feat(config): avoid updating blank fields 2024-04-23 16:54:39 +05:30
ItzCrazyKns 3ffbddd237
feat(routes): add config route 2024-04-23 16:46:14 +05:30
ItzCrazyKns a86378e726
feat(config): add `updateConfig` method 2024-04-23 16:45:14 +05:30
ItzCrazyKns fd65af53c3
feat(providers): add error handling 2024-04-21 20:52:47 +05:30