Commit graph

237 commits

Author SHA1 Message Date
XDA
be0da3ba76 feat(dependencies): update and add new packages for improved functionality
chore(config): remove sample.config.toml as it's no longer needed

refactor(webSearchAgent): enhance summary generation for better results

feat(providers): add RetryingChatAnthropic class for robust API calls

test(providers): implement test script for retry logic in Anthropic API

feat(testRetry.js): implement retry logic for Anthropic API calls

Add RetryingChatAnthropic class to handle API connection errors and
retry requests with exponential backoff. Improve reliability of API
calls in case of temporary network issues.
2024-08-24 23:30:11 -04:00
projectmoon
cd28fca85d Exponential backoff with useRef 2024-08-20 15:29:27 -04:00
projectmoon
d27bfbf481 Do not set websocket to null if in error state. 2024-08-20 15:29:27 -04:00
ProjectMoon
9addff6c13 Do not kill entire chat window when websocket closes.
Reopens the websocket on close. Prevents badly configured reverse proxies from making the application stop working.
2024-08-20 15:29:27 -04:00
XDA
0f9258f008 Your commit message describing the changes 2024-08-20 15:29:07 -04:00
XDA
60d0e9a216 Your commit message describing the changes 2024-08-20 15:27:47 -04:00
XDA
2898775c6f
Update anthropic.ts 2024-08-19 23:26:51 -04:00
XDA
364f85bda8
Update anthropic.ts 2024-08-19 22:47:32 -04:00
XDA
3d944010ff
Update anthropic.ts 2024-08-19 22:47:21 -04:00
ItzCrazyKns
9c1936ec2c
feat(chat-window): lint & beautify 2024-08-04 18:14:46 +05:30
ItzCrazyKns
c4932c659a
feat(app): lint 2024-07-31 20:17:57 +05:30
ItzCrazyKns
96f67c7028
Merge pull request #290 from ItzCrazyKns/canary 2024-07-30 10:15:52 +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
00a52fc3b1
Delete .github/FUNDING.yml 2024-07-23 10:46:32 +05:30
ItzCrazyKns
8143eca2c1
feat(readme): remove patreon 2024-07-23 10:45:52 +05:30
ItzCrazyKns
9bb0b64044
Merge pull request #279 from zandko/perf/filter-first
perf: Optimize document filtering and sorting for performance
2024-07-23 10:08:54 +05:30
Zan
323f3c516c perf: Optimize document filtering and sorting for performance 2024-07-23 10:06:33 +08:00
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
sjiampojamarn
fac41d3812 add gemma2-9b-it 2024-07-13 20:20:23 -07:00
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
ce593daab9
Update README.md 2024-06-30 12:39:37 +05:30
ItzCrazyKns
fcf9b644af
Create FUNDING.yml 2024-06-30 12:34:32 +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