hagen-danswer
355326f935
Added frontend logical polish ( #2274 )
2024-08-30 16:42:54 -07:00
Chris Weaver
762b7b1047
Connector tests ( #2273 )
2024-08-30 15:48:26 -07:00
pablodanswer
df31cac1f1
allow users to deselect reranking ( #2243 )
2024-08-30 15:40:54 -07:00
pablodanswer
4181124e7a
add metadata to pdf extraction ( #2278 )
2024-08-30 15:14:02 -07:00
pablodanswer
44c45cbf2a
Minor simplification to chat header ( #2277 )
2024-08-30 15:01:55 -07:00
pablodanswer
f2e8680955
Account for edge case in indexing times with connectors #2190 ( #2190 )
2024-08-30 14:07:07 -07:00
pablodanswer
b952dbef42
Minor search formatting updates ( #2276 )
2024-08-30 14:02:35 -07:00
pablodanswer
e2f4145cd2
add better spacing ( #2265 )
2024-08-30 11:56:24 -07:00
pablodanswer
183569061b
Minor search UX improvements + Critical connector fixes ( #2259 )
2024-08-30 11:47:52 -07:00
pablodanswer
8f26728a29
update command keys ( #2271 )
2024-08-30 10:54:24 -07:00
hagen-danswer
1734a4a18c
Added DanswerBot response limit environment variables ( #2266 )
...
* Added DanswerBot response limit environment variables
* mypy fix
* changed defaults
2024-08-29 19:25:11 +00:00
rkuo-danswer
766652de14
ignore kombu tables used by celery in alembic ( #2261 )
2024-08-29 18:49:35 +00:00
pablodanswer
00fa36d591
Get accurate model output max ( #2260 )
...
* get accurate model output max
* squash
* udpated max default tokens
* rename + use fallbacks
* functional
* remove max tokens
* update naming
* comment out function to prevent mypy issues
2024-08-29 18:01:56 +00:00
pablodanswer
3b596fd6a8
Default rerank API key to None (new Pydantic compatibility) ( #2258 )
...
* default to None
* rm
2024-08-28 16:02:06 +00:00
pablodanswer
5a83b00190
change backg ( #2255 )
2024-08-28 03:20:06 +00:00
Chris Weaver
57491ceaae
Lowercase slack channels automatically ( #2254 )
...
* Improve slack channel selection
* Lowercasing slack channels
2024-08-28 03:07:26 +00:00
hagen-danswer
e4e67c61ef
Some additional curator polish ( #2253 )
2024-08-28 02:44:24 +00:00
Chris Weaver
8afa53c6bf
Confluence improvements ( #2248 )
...
* Confluence improvements
* Improve CONFLUENCE_CONNECTOR_INDEX_ONLY_ACTIVE_PAGES
2024-08-28 02:16:10 +00:00
Weves
fb6637d5b3
Fix quality-checks on merge queue
2024-08-27 19:15:53 -07:00
Yuhong Sun
1e67332078
Remove warning on user signup ( #2252 )
v0.5.10
2024-08-27 18:49:05 -07:00
Weves
effce919bd
Remove redundant merge queue files
2024-08-27 18:03:43 -07:00
Weves
e5b3843ef8
Add othe checks to merge queue
2024-08-27 17:55:36 -07:00
josvdw
50c17438d5
Litellm bump ( #2195 )
...
* ran bump-pydantic
* replace root_validator with model_validator
* mostly working. some alternate assistant error. changed root_validator and typing_extensions
* working generation chat. changed type
* replacing .dict with .model_dump
* argument needed to bring model_dump up to parity with dict()
* fix a fewremaining issues -- working with llama and gpt
* updating requirements file
* more requirement updates
* more requirement updates
* fix to make search work
* return type fix:
* half way tpyes change
* fixes for mypy and pydantic:
* endpoint fix
* fix pydantic protected namespaces
* it works!
* removed unecessary None initializations
* better logging
* changed default values to empty lists
* mypy fixes
* fixed array defaulting
---------
Co-authored-by: hagen-danswer <hagen@danswer.ai>
2024-08-28 00:00:27 +00:00
Yuhong Sun
657d2050a5
Confluence Internal Error Handling ( #2247 )
2024-08-27 15:23:02 -07:00
Yuhong Sun
3640d0c550
Better Web Connector Logging ( #2246 )
2024-08-27 15:06:24 -07:00
pablodanswer
336ddbd1fe
Filter by user for docset display ( #2245 )
...
* filter by user for docset display
* spacing
2024-08-27 21:01:04 +00:00
Chris Weaver
8614cd8934
Handle missing email more gracefully ( #2244 )
2024-08-27 20:29:25 +00:00
pablodanswer
525f3e01f5
remove constant refresh artifact ( #2241 )
2024-08-27 17:51:59 +00:00
pablodanswer
feaa85f764
new util for modal edge cases
v0.5.9
2024-08-27 09:50:17 -07:00
pablodanswer
b36cd4937f
Cleaner + cleaner assistants creation flow etc. ( #2232 )
...
* rework assistants creation flow + components
* remove unnecessary padding + validate each page
* remove additional spacing
* rebase + form
2024-08-27 16:01:57 +00:00
pablodanswer
97ba71e1b3
Db search ( #2235 )
...
* k
* update enum imports
* add functional types + model swaps
* remove a log
* remove kv
* fully functional + robustified for kv swap
* validated with hosted + cloud
* ensure not updating current search settings when reindexing
* add instance check
* revert back to updating search settings (will need a slight refactor for endpoint)
* protect advanced config override1
* run pretty
* fix typing
* update typing
* remove unnecessary function
* update model name
* clearer interface names
* validated foreign key constaint
* proper migration
* squash
---------
Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2024-08-27 04:26:51 +00:00
pablodanswer
5f12b7ad58
Rebased concurrent chats ( #2214 )
...
* refactored for stop / regenerate
* properly reset blank screen
* functional new message carry-over
* robust chat session state persistence
* add env variable
* rebased onto regenerate
* squash
* squash
* squash
* rebase + robustify tool calling
* squash
* alembic
* remove environment variable
* simplify interface
* squash
* minor streaming improvement
* some robustification
2024-08-27 02:57:31 +00:00
Chris Weaver
a873fc6483
Fix Confluence freezing ( #2239 )
v0.5.8
2024-08-26 19:44:01 -07:00
Chris Weaver
c0e1a02e8e
Add it on merge queue ( #2112 )
...
* Github action to run integration tests
* Improve
* Fix build
* Add pull
* Fix readiness script
* Add IT runner
* Add IT runner
* Add logs
* update
* Fix
* Fix path
* file path
* test
* fix
* fix
* fix
* test
* network
* fix
* cleanup
* fix
* test
* Fix downgrade
* Add OpenAI API key
* Add VESPA_HOST
* test pulling first
* Add API server host
* Cache tweak
* Fix pull/push settings:
* Stop pushing to latest tag
* test cache change
* test
* test
* test
* remove cache temporarily
* Fix
* Enable EE
* test
* Remove duplicate funcs
* add back build
* Update all
* Fix stop cmd
* Add to merge queue
* Cleanup image tag
2024-08-26 07:20:28 +00:00
hagen-danswer
205c3c3fc8
Combined the get document set endpoints ( #2234 )
...
* Combined the get document set endpoints
* removed unused function
* fixed permissioning for document sets
v0.5.7
2024-08-25 19:02:27 +00:00
Christian Köberl
e5ceb76de8
Fix icons in personas (assistants) - AWS and Azrue were mixed up ( #2027 )
...
Fixes #2025
2024-08-25 06:36:50 +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
1e1b2a0901
add some quick search filterl logic (UX) ( #2218 )
2024-08-24 15:45:46 -07:00
hagen-danswer
c1c35b00cb
Fixed slack bot auto filters for document sets ( #2231 )
2024-08-24 18:54:21 +00:00
pablodanswer
1bc899cc67
Add CSS identifiers to main sections ( #2224 )
...
* squash
* add initial ids
2024-08-23 23:59:17 +00:00
pablodanswer
6fc6ee5c37
Update white-labelling to be clearer (advanced settings) ( #2228 )
...
* update white labelling to be somewhat clearer
* ensure logotype set to null post submission
2024-08-23 20:47:16 +00:00
Weves
7d201f67d4
Fix typing for custom tool response
2024-08-23 13:34:53 -07:00
pablodanswer
e749fa0f28
Update search tool selection ( #2223 )
...
* update search tool selection
* squash
2024-08-23 16:58:39 +00:00
pablodanswer
2e0222d1c1
logotype from toggle -> redirect ( #2222 )
2024-08-23 16:15:50 +00:00
pablodanswer
c152123ef4
alembic once again ( #2221 )
v0.5.6
2024-08-23 05:28:13 +00:00
Chris Weaver
5cb9c17ddf
Add better logging for connectors ( #2219 )
...
* Add better logging for connectors
* fix
2024-08-23 03:58:29 +00:00
Chris Weaver
b1302303b2
Add chat_session_id + message_pair_num ( #2220 )
2024-08-22 20:55:21 -07:00
pablodanswer
e89dc67e5d
Update embedding interface ( #2205 )
...
* squash
* simplify interface
* some updates to typing
* cloud provider type
* update typing to be even clearer
* push local commit (squash)
* cleaner interfaces
* another quick pass
* squash
* cleaner alembic
* cleaner
* remove trailing whitespace
* add sequence
* quick circle back to double check
* update
* update naming
* update naming
2024-08-23 03:52:02 +00:00
pablodanswer
7da6d33451
slightly updated settings error ( #2217 )
...
* update settings issues
* slightly updated settings error
2024-08-23 02:19:00 +00:00
hagen-danswer
c042a19c00
Curator role ( #2166 )
...
* Added backend support for curator role
* modal refactor
* finalized first 2 commits
same as before
finally
what was it for
* added credential, cc_pair, and cleanup
mypy is super helpful hahahahahahahahahahahaha
* curator support for personas
* added connector management permission checks
* fixed the connector creation flow
* added document access to curator
* small cleanup added comments and started ui
* groups and assistant editor
* Persona frontend
* Document set frontend
* cleaned up the entire frontend
* alembic fix
* Minor fixes
* credentials section
* some credential updates
* removed logging statements
* fixed try catch
* fixed model name
* made everything happen in one db commit
* Final cleanup
* cleaned up fast code
* mypy/build fixes
* polish
* more token rate limit polish
* fixed weird credential permissions
* Addressed chris feedback
* addressed pablo feedback
* fixed alembic
* removed deduping and caching
* polish!!!!
2024-08-23 01:39:37 +00:00