Yuhong Sun
ec6e2369a1
Log YQL ( #2189 )
v0.5.3
2024-08-20 17:03:57 -07:00
hagen-danswer
075eacdd91
added collection and collection type to Guru metadata ( #2187 )
...
* added collection and collection type to metadata
* removed collection type
2024-08-20 23:29:40 +00:00
hagen-danswer
f77b1ebd87
Updated pruning defaults ( #2186 )
...
* Updated pruning defaults
* changed minutes to days
2024-08-20 23:29:19 +00:00
rkuo-danswer
1ddb4b2025
normalize emails on bulk invite, normalize/lowercase emails on invite… ( #2184 )
...
* normalize emails on bulk invite, normalize/lowercase emails on invite matching
* fix validate_email import
2024-08-20 22:15:42 +00:00
Yuhong Sun
42f0fea9f8
Fix Assistant vs Persona ( #2185 )
2024-08-20 14:43:15 -07:00
Yuhong Sun
8de04acb7f
k
2024-08-20 14:06:49 -07:00
pablodanswer
5053f4e383
Add granularity to filter widths ( #2183 )
2024-08-20 13:39:08 -07:00
Chris Weaver
730a757090
Disable oidc_expiry by default ( #2182 )
2024-08-20 13:24:58 -07:00
pablodanswer
006cfa1d3d
fix text selection + closing modal
2024-08-20 13:15:17 -07:00
pablodanswer
69f6b7d148
Update SSE handling to accommodate slow networks ( #2180 )
2024-08-20 12:57:17 -07:00
pablodanswer
53a3fb8e52
Scrollable user model ( #2177 )
2024-08-20 12:25:06 -07:00
pablodanswer
919110a655
Untoggle sidebar fully on untoggling ( #2179 )
...
* add explicit untoggle
* add to all history sidebars
* add back commented out line
* add comment
2024-08-20 19:19:17 +00:00
pablodanswer
19cccd267d
show full stack trace
2024-08-20 11:45:14 -07:00
pablodanswer
71c2b16a01
Pull out stripping of model suffix ( #2175 )
2024-08-20 11:32:03 -07:00
Yuhong Sun
12f0dbcfc5
Background Container Logs ( #2176 )
2024-08-20 11:26:45 -07:00
rkuo-danswer
583bd1d207
add kombu message cleanup task ( #2172 )
...
* add kombu message cleanup task
* added some logging if we find an associated task (since tasks shouldn't be around for longer than 7 days)
2024-08-20 05:15:44 +00:00
pablodanswer
8a4e47781b
remove history sidebar on mouse exiting window ( #2173 )
v0.5.2
2024-08-19 23:15:54 +00:00
Chris Weaver
af647959f6
Performance Improvements ( #2162 )
2024-08-19 11:07:00 -07:00
pablodanswer
ea53977617
prevent empty doc link click ( #2170 )
2024-08-19 18:03:36 +00:00
Weves
c44c22a009
Fix model server
v0.5.1
2024-08-19 07:23:24 -07:00
Yuhong Sun
5ab4d94d94
Logging Level Update ( #2165 )
2024-08-18 21:53:40 -07:00
Yuhong Sun
119aefba88
Add log files to containers ( #2164 )
2024-08-18 19:18:28 -07:00
pablodanswer
12fccfeffd
Add stop generating
functionality ( #2100 )
...
* functional types + sidebar
* remove commits
* remove logs
* functional rework of temporary user/assistant ID
* robustify switching
* remove logs
* typing
* robustify frontend handling
* cleaner loop + data persistence
* migrate to streaming response
* formatting
* add new loading state to prevent collisions
* add `ChatState` for more robust handling
* remove logs
* robustify typing
* unnecessary list removed
* robustify
* remove log
* remove false comment
* slightly more robust chat state
* update utility + copy
* improve clarity + new SSE handling utility function
* remove comments
* clearer
* add back stack trace detail
* cleaner messages
* clean final message handling
* tiny formatting (remove newline)
* add synchronous wrapper to avoid hampering main event loop
* update typing
* include logs
* slightly more specific logs
* add `critical` error just in case
2024-08-18 22:15:55 +00:00
Yuhong Sun
8a7bc4e411
Log Level Default ( #2163 )
2024-08-18 14:35:32 -07:00
rkuo-danswer
492797c9f3
Feature/indexing errors ( #2148 )
...
* backend changes to handle partial completion of index attempts
* typo fix
* Display partial success in UI
* make log timing more readable by limiting printed precision to milliseconds
* forgot alembic
* initial cut at "completed with errors" indexing
* remove and reorganize unused imports
* show view errors while indexing is in progress
* code review fixes
2024-08-18 19:14:32 +00:00
Yuhong Sun
739058aacc
Logging updates ( #2159 )
2024-08-17 22:05:09 -07:00
Chris Weaver
17570038bb
Add PG query logging ( #2156 )
2024-08-16 21:53:54 -07:00
Yuhong Sun
c0edfb50df
k
2024-08-16 21:43:14 -07:00
pablodanswer
22573aba2a
Improve Search ( #2105 )
v0.5.0
2024-08-16 21:29:15 -07:00
Chris Weaver
efae24acd0
improve model seeding ( #2155 )
2024-08-17 01:30:13 +00:00
pablodanswer
f8e0e6f015
Extremely robustified Index Attempt migration ( #2151 )
...
* account for connector_id edge case
* robustified
2024-08-17 01:12:18 +00:00
pablodanswer
3cbc341b60
Enable persistence / removal of assistant icons + remove accidental regression ( #2153 )
...
* enable persistence / removal of assistant icons + remove accidental regression
* simpler env seeding for web building
2024-08-17 01:11:04 +00:00
pablodanswer
46c7089328
Enable seeding of analytics via file path ( #2146 )
...
* enable seeding of analytics via file path
* remove log
2024-08-16 03:14:56 +00:00
pablodanswer
3ffbe659e3
add handling for poorly formatting model names ( #2143 )
2024-08-15 22:01:57 +00:00
pablodanswer
33fed955d9
Add verbose error messages + robustify assistant switching ( #2144 )
...
* add verbose error messages + robustify assistant switching and chat sessions
* fix typing
* cleaner errors + add stack trace
2024-08-15 21:05:04 +00:00
rkuo-danswer
9fa4280f96
add configurable support for memory tracing during indexing ( #2140 )
2024-08-15 20:40:17 +00:00
Yuhong Sun
4d194bc86a
Cohere No Large Chunks ( #2145 )
2024-08-15 10:18:54 -07:00
Weves
0853d1a8f1
Update force deletion script
v0.4.28
2024-08-14 23:29:26 -07:00
Weves
f6547a64a0
More logging for SAML endpoints
2024-08-14 23:25:42 -07:00
hagen-danswer
61b5bd569b
Reworked chunking to support mega chunks ( #2032 )
2024-08-14 22:18:53 -07:00
pablodanswer
680388537b
UX clarity + minor new features ( #2136 )
v0.4.27
2024-08-14 15:23:36 -07:00
pablodanswer
d9bcacfae7
validate messages ( #2139 )
2024-08-14 22:06:48 +00:00
hagen-danswer
2ab192933b
Added import statement to fix typescript error ( #2138 )
2024-08-14 20:10:08 +00:00
Yuhong Sun
1c10f54294
GPU Model Server ( #2135 )
2024-08-14 11:04:28 -07:00
josvdw
0530f4283e
updating readme for widget ( #2132 )
...
Co-authored-by: Jos Van der westhuizen <jos@danser.ai>
2024-08-14 16:55:59 +00:00
pablodanswer
3540aa579b
Add ux improvements ( #2130 )
...
* add ux improvements
* add danswer version display
* show version properly
* improve copy + add web version to settings context
* update copy + danswer version
2024-08-14 16:43:52 +00:00
josvdw
54732a83c9
stopgap: clarify text on standard answer page for improved UX ( #2122 )
...
* stopgap: clarify text on standard answer page for improved UX
* replce apostrophe
* using tailwind:
---------
Co-authored-by: Jos Van der westhuizen <jos@danser.ai>
2024-08-14 01:28:49 +00:00
pablodanswer
5e6365c449
Minor update to clarify user adding ( #2126 )
...
* minor update to clarify user adding
* Update page.tsx
* run pretty
2024-08-13 21:09:51 +00:00
rkuo-danswer
20369fc451
Refactor/default indexing embedder ( #2073 )
...
* refactor embedding model instantiation
* remove unused UNCERTAINTY_PAT constant
* typo fixes
* fix mypy typing issues
* more typing fixes
* log attempt.id on dispatch
* unnecessary check removed after fixing type
2024-08-13 21:01:34 +00:00
rkuo-danswer
f15d6d2b59
allow admin role api keys ( #2124 )
...
* allow admin role api keys
* bump to rerun deployment
* types needs explicit export now for APIKey
* remove api_key.role, use User.role instead
* fix formatting
* formatting
* formatting
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2024-08-13 21:00:57 +00:00