pablonyx
b6e9e65bb8
* Replaces Amazon and Anthropic Icons with version better suitable fo… ( #4190 )
...
* * Replaces Amazon and Anthropic Icons with version better suitable for both Dark and Light modes;
* Adds icon for DeepSeek;
* Simplify logic on icon selection;
* Adds entries for Phi-4, Claude 3.7, Ministral and Gemini 2.0 models
* nit
* k
* k
---------
Co-authored-by: Emerson Gomes <emerson.gomes@thalesgroup.com >
2025-03-05 17:57:39 +00:00
rkuo-danswer
870b59a1cc
Bugfix/vertex crash ( #4181 )
...
* Update text embedding model to version 005 and enhance embedding retrieval process
* re
* Fix formatting issues
* Add support for Bedrock reranking provider and AWS credentials handling
* fix: improve AWS key format validation and error messages
* Fix vertex embedding model crash
* feat: add environment template for local development setup
* Add display name for Claude 3.7 Sonnet model
* Add display names for Gemini 2.0 models and update Claude 3.7 Sonnet entry
* Fix ruff errors by ensuring lines are within 130 characters
* revert to currently default onyx browser settings
* add / fix boto requirements
---------
Co-authored-by: ferdinand loesch <f.loesch@sportradar.com >
Co-authored-by: Ferdinand Loesch <ferdinandloesch@me.com >
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app >
2025-03-05 01:59:46 +00:00
pablonyx
fa408ff447
add 3.7 ( #4116 )
2025-02-25 12:41:40 -08:00
pablonyx
0dce67094e
Prettier formatting for bedrock ( #4111 )
...
* k
* k
2025-02-25 02:05:29 +00:00
Chris Weaver
e1ff9086a4
Fix LLM selection ( #4078 )
2025-02-21 11:32:57 -08:00
pablonyx
58b252727f
UX ( #4014 )
2025-02-17 13:21:43 -08:00
Weves
05b3e594b5
Increase timeout for reasoning models + make o1 available by default
2025-02-10 16:11:01 -08:00
pablonyx
3b25a2dd84
Ux improvements ( #3947 )
...
* black history sidebar
* misc improvements
* minor misc ux improvemnts
* quick nit
* add nits
* quick nit
2025-02-10 12:18:41 -08:00
pablonyx
0ec065f1fb
Set GPT 4o as default and add O3 mini ( #3899 )
...
* quick update to models
* add reqs
* update version
2025-02-05 03:06:05 +00:00
Weves
1c12ab31f9
Fix extra __init__ file + allow adding API keys to user groups
2025-02-04 17:21:06 -08:00
pablonyx
11da0d9889
Add user specific chat session temperature ( #3867 )
...
* add user specific chat session temperature
* kbetter typing
* update
2025-02-01 17:29:58 -08:00
pablonyx
3c34ddcc4f
E2e assistant tests ( #3869 )
...
* adding llm override logic
* update
* general cleanup
* fix various tests
* rm
* update
* update
* better comments
* k
* k
* update to pass tests
* clarify content
* improve timeout
2025-02-01 20:05:53 +00:00
pablonyx
2701f83634
llm provider re-org ( #3810 )
...
* nit
* clean up logic
* update
2025-01-29 02:44:50 +00:00
pablonyx
3c37764974
Allow all LLMs for image generation assistants ( #3730 )
...
* Allow all LLMs for image generation assistants
* ensure pushed
* update color + assistant -> model
* update prompt
* fix silly conditional
2025-01-24 18:23:55 +00:00
pablonyx
7d6d73529b
fix gmail connector ( #3733 )
2025-01-21 20:43:25 +00:00
Chris Weaver
420476ad92
Add basic passthrough auth ( #3731 )
...
* Add basic passthrough auth
* Add server-side validation
* Disallow for non-oauth
* Fix npm build
2025-01-20 23:39:23 -08:00
pablonyx
122a9af9b3
Polish ( #3692 )
2025-01-19 14:22:08 -08:00
pablonyx
44b70a87df
UX Refresh ( #3687 )
...
* add new ux
* quick nit
* additional nit
* finalize
* quick fix
* fix typing
2025-01-16 08:08:01 +00:00
pablonyx
66d8b8bb10
Add chrome extension pages ( #3629 )
2025-01-15 15:09:49 -08:00
pablonyx
a314a08309
Speed up admin pages ( #3623 )
...
* ni
* speed up pages
* minor nit
* nit
2025-01-07 15:40:26 -08:00
skylares
c191e23256
Pagination Hook ( #3494 )
...
* Backend changes for pagination hook + Paginated users table
* Frontend changes for pagination hook
* Fix invited users endpoint
* Fix layout shift & add enter to submit user invites
* mypy
* Cleanup
* Resolve PR concerns & remove UserStatus
* Fix errors
---------
Co-authored-by: hagen-danswer <hagen@danswer.ai >
2025-01-03 14:32:55 -08:00
pablonyx
ca9ba925bd
Support o1 ( #3510 )
...
* support o1
* nit
2024-12-19 00:05:00 +00:00
Emerson Gomes
f56fda27c9
Add also Microsoft models
2024-12-17 16:37:52 -06:00
Emerson Gomes
b1e4d4ea8d
Adds icons for Amazon, Meta and Mistral models (when proxied via LiteLLM)
2024-12-17 16:20:46 -06:00
pablonyx
bd2805b6df
Update llm override defaults ( #3230 )
...
* update llm override defaults
* post rebase fix
2024-12-16 22:18:21 +00:00
rkuo-danswer
7a3c06c2d2
first cut at slack oauth flow ( #3323 )
...
* first cut at slack oauth flow
* fix usage of hooks
* fix button spacing
* add additional error logging
* no dev redirect
* cleanup
* comment work in progress
* move some stuff to ee, add some playwright tests for the oauth callback edge cases
* fix ee, fix test name
* fix tests
* code review fixes
2024-12-06 19:55:21 +00:00
pablodanswer
cd5f2293ad
Temperature ( #3310 )
...
* fix temperatures for default llm
* ensure anthropic models don't overflow
* minor cleanup
* k
* k
* k
* fix typing
2024-12-03 17:22:22 +00:00
Emerson Gomes
0553062ac6
Adds icons for Google Gemini models and custom model icons for L… ( #3218 )
...
* Add description for Google Gemini models and custom model icons for LiteLLM (OpenAI) proxied models
* Adds Vertex AI aliases for Claude
---------
Co-authored-by: Emerson Gomes <emerson.gomes@thalesgroup.com >
2024-11-26 10:13:21 -08:00
pablodanswer
67bfcabbc5
llm provider causing re render in effect ( #3205 )
...
* llm provider causing re render in effect
* clean
* unused
* k
2024-11-22 16:53:24 +00:00
pablodanswer
a7d95661b3
Add assistant categories ( #3064 )
...
* add assistant categories v1
* functionality finalized
* finalize
* update assistant category display
* nit
* add tests
* post rebase update
* minor update to tests
* update typing
* finalize
* typing
* nit
* alembic
* alembic (once again)
2024-11-18 20:33:48 +00:00
pablodanswer
645402c71a
Tremor -> Shadcn ( #2983 )
...
* initialization
* button + input updates
* migrate dividers + buttons
* migrate badges
* minor updates
* migrate cards
* fix compiling
* begin date picker + badge transfer
* remove tremor
* fully swapped
* nits
* list item + configuration updates
* clean build
* update colors
* nits
2024-11-01 23:20:06 +00:00
hagen-danswer
94edcac36e
upgraded claude model strings ( #2876 )
...
* upgraded model strings
* trolled
* we do a little trolling
* reeeeeee
* alembic upgrade
* added ignore
* bump litellm
* k
* nit
---------
Co-authored-by: pablodanswer <pablo@danswer.ai >
2024-10-26 00:11:52 +00:00
pablodanswer
65573210f1
add llama 3.2 ( #2812 )
2024-10-16 09:00:32 -07:00
pablodanswer
10f221cd37
Remove mildly annoying groups fetch ( #2733 )
...
* remove mildly annoying groups fetch
* ensure in client component
2024-10-09 03:13:19 +00:00
pablodanswer
9a4e51a18e
add default model + minor fixes ( #2638 )
...
* add default model + minor fixes
* fix build
* minor additional fix
* build fix
2024-10-01 17:43:43 +00:00
pablodanswer
45f67368a2
Add support for o1 ( #2538 )
...
* add o1 support + bump litellm/openai
* ports
* update exception message for testing
2024-09-22 23:16:28 +00:00
hagen-danswer
c21b0ee3f5
Curator polish ( #2229 )
...
* add new user provider hook
* account for additional logic
* add users
* remove is loading
* Curator polish
* useeffect -> provider + effect
* squash
* use use user for user default models
* squash
* Added ability to add users to groups among other things
* final polish
* added connection button to groups
* mypy fix
* Improved document set clarity
* string fixes
---------
Co-authored-by: pablodanswer <pablo@danswer.ai >
2024-08-25 01:10:24 +00:00
pablodanswer
7d5cfd2fa3
Add user specific model defaults ( #2043 )
2024-08-10 14:37:33 -07:00
pablodanswer
384e61f4b0
add new gpt-4o model
2024-08-08 16:32:57 -07:00
pablodanswer
6350219143
Add proper default temperature + overrides ( #2059 )
...
* add proper default temperature + overrides
* remove unclear commment
* ammend defaults + include internet serach
2024-08-06 19:57:14 +00:00
pablodanswer
3aa0e0124b
Add new admin page ( #1947 )
...
* add admin page
* credential + typing fix
* rebase fix
* on add, cleaner buttons
* functional G + Ddrive
* organized auth sections
* update types and remove logs
* ccs -> connectors
* validated formik
* update styling + connector-handling logic
* udpate colors
* separate out hooks + util functions
* update to adhere to rest standards
* remove "todos"
* rebase
* copy + formatting + sidebar
* update statuses + configuration possibilities
* update interfaces to be clearer
* update indexing status page
* formatting
* address backend security + comments
* update font
* fix form routing
* fix hydration error
* add statuses, fix bugs, etc. (squash)
* fix color (squash)
* squash
* add functionality to sidebar
* disblae buttons if deleting
* add color
* minor copy + formatting updates
- on modify credential, close
- update copy for deletion of connectors
* fix build error
* copy
---------
Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com >
2024-07-28 20:57:43 -07:00
pablodanswer
c81b45300b
Configurable models + updated assistants bar ( #1942 )
2024-07-26 11:00:49 -07:00
Weves
1ee8ee9e8b
Prepare EE to merge with MIT
2024-06-25 15:07:56 -07:00
hagen-danswer
5c12a3e872
brought out the UsersResponse interface ( #119 )
2024-06-25 15:07:56 -07:00
pablodanswer
8178d536b4
Add functional thread modification endpoints ( #1668 )
...
Makes it so if you change which LLM you are using in a given ChatSession, that is persisted and sticks around if you reload the page / come back to the ChatSession later
2024-06-21 18:10:30 -07:00
Weves
eacfd8f33f
Use errorHandlingFetcher
2024-06-07 11:25:48 -07:00
Chris Weaver
88db722ea4
Chat UI small rework ( #1504 )
...
* Fat bar + configuration modal
* Remove header
2024-05-21 23:34:35 -07:00
Weves
0369ddef58
Fix document set editor refresh
2024-05-16 14:42:28 -07:00
Weves
89e72783a7
Add some private Persona / Document Set stuff
2024-03-22 21:44:31 -07:00
Chris Weaver
20441df4a4
Add Tag Filter UI + other UI cleanup ( #905 )
2024-01-02 11:30:36 -08:00