pablodanswer
e563746730
Consent screen ( #2381 )
...
* update
* add consent popup
* rm
2024-09-10 02:40:32 +00:00
James Jordan
4558351801
Zendesk tickets ( #2192 )
2024-09-09 16:36:53 -07:00
pablodanswer
dbd56f946f
address pablo's nits ( #2368 )
2024-09-09 14:44:27 -07:00
hj-danswer
e4e4765c60
Add user when they interact outside of UI (e.g. Slack bot) ( #2369 )
...
* Add user when they interact outside of UI (e.g. Slack bot)
* fix mypy errors
* don't use user manager to avoid async messiness
* fix email is none scenario
* fix mypy
* make code slightly clearer
* PR comments
* get slack email in generate button as well
* fix alembic migration
* update name to be more descriptive
---------
Co-authored-by: Hyeong Joon Suh <hyeongjoonsuh@Hyeongs-MacBook-Pro.local>
2024-09-09 20:21:31 +00:00
pablodanswer
3a9b964d5c
Add Litellm Rerank proxy ( #2346 )
...
* add ability ot set reranking litellm proxy
* add fully functional rerank litellm cards
* minor formatting enforcement
* remove logs
2024-09-09 15:57:01 +00:00
Chris Weaver
be4b6189d2
Fix streaming auth locally ( #2357 )
2024-09-08 14:01:26 -07:00
pablodanswer
ace041415a
Clearer onboarding + Provider Updates ( #2361 )
2024-09-08 13:35:20 -07:00
pablodanswer
1555ac9dab
More explicit credential creation flow ( #2363 )
...
* more explcit drive credential creation flow
* remove logs
* update naming
* fix user-contributed formatting
* fix (^) v2
2024-09-08 12:09:23 -07:00
dependabot[bot]
57c1deb8b8
Bump braces from 3.0.2 to 3.0.3 in /web ( #1628 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-07 21:06:34 -07:00
pablodanswer
7d4f8ef4e8
Minor Confluence Fixes for Robustification ( #2349 )
...
* add connector config
* update confluence connector
2024-09-08 01:39:49 +00:00
pablodanswer
350482e53e
Squash misc UX bugs ( #2356 )
2024-09-07 14:26:14 -07:00
pablodanswer
fb3d7330fa
minor QOL improvement on first chat ( #2353 )
2024-09-07 14:25:05 -07:00
pablodanswer
491f3254a5
regeneration - don't remove human message unnecessarily
2024-09-06 15:38:02 -07:00
pablodanswer
5abf67fbf0
PDF metadata + list defaults ( #2341 )
...
* validate web list
* update pdf extraction of metadat
* remove pdf + log
* stricter type enforcing
* fix up indexing widths
* minor formatting
* add list case
* check for empty metadata
2024-09-06 21:21:24 +00:00
pablodanswer
aeb6060854
Add ability to delete users ( #2342 )
...
* add ability to delete users
* fix tiny build issue
* Add comments
2024-09-06 17:37:04 +00:00
hagen-danswer
8977b1b5fc
Paginate connector page ( #2328 )
...
* Added pagination to individual connector pages
* I cooked
* Gordon Ramsay in this b
* meepe
* properly calculated max chunk and switch dict to array
* chunks -> batches
* increased max page size
* renmaed var
2024-09-06 17:00:25 +00:00
pablodanswer
69c0419146
Updated refreshing ( #2327 )
...
* clean up + add environment variables
* remove log
* update
* update api settings
* somewhat cleaner refresh functionality
* fully functional
* update settings
* validated
* remove random logs
* remove unneeded paramter + log
* move to ee + remove comments
* Cleanup unused
---------
Co-authored-by: Weves <chrisweaver101@gmail.com>
2024-09-06 04:36:55 +00:00
pablodanswer
2bd3833c55
Update search settings + chat/search handling ( #2333 )
...
* validate web list
* update search settings + chat/search handling
* remove accidentally added search manager
* minor build fix
* push from local
2024-09-06 00:07:39 +00:00
pablodanswer
04f83eb1e1
Proper popover behavior, no showing queries with no docs, + bubbles ( #2330 )
2024-09-04 21:26:19 -07:00
pablodanswer
420aabc963
Update UX ( #2324 )
2024-09-04 18:45:52 -07:00
pablodanswer
34ba3181ff
Update auth for litellm proxy ( #2316 )
...
* update for auth
* validated embedding model names
* remove embedding provider
* remove logs
* add ability to delete search setting
* add abiility to delete models + more streamlined API endpoints
* remove upsert
* minor typing fix
* add connector utils
2024-09-04 20:59:07 +00:00
pablodanswer
0ff1a023cd
Minor search setting clarity ( #2300 )
...
* minor search setting clarity
* 5433
* squash
* remove logs
2024-09-03 20:48:34 -07:00
Yuhong Sun
d68d281e1c
Slight copy update ( #2322 )
2024-09-03 20:14:03 -07:00
pablodanswer
f96bd12ab8
prevent accidental submission ( #2318 )
2024-09-03 16:44:54 -07:00
pablodanswer
32359d2dff
Add user dropdown seed-able list ( #2308 )
...
* add user dropdown seedable list
* minor cleanup
* fix build issue
* minor type update
* remove log
* quick update to divider logic (squash)
* tiny icon updates
2024-09-03 19:24:50 +00:00
Chris Weaver
5da6d792de
Add ingestion as a "Source" for the FE + improve typing ( #2312 )
2024-09-03 12:34:31 -07:00
pablodanswer
5b1f3c8d4e
Formatting nits ( #2311 )
...
* stream in all cases
* update code block
* code formatting nits
* proper ports
* proper ports
* remove unnecessary lines
2024-09-03 16:05:02 +00:00
hagen-danswer
a3b1b1db38
fixed doc set table ( #2306 )
2024-09-03 15:36:07 +00:00
Yuhong Sun
90528ba195
k
2024-09-02 17:33:33 -07:00
pablodanswer
6afcaafe54
Continue Generating ( #2286 )
...
* add stop reason
* add initial propagation
* add continue generating full functionality
* proper continue across chat session
* add new look
* propagate proper types
* fix typing
* cleaner continue generating functionality
* update types
* remove unused imports
* proper infodump
* temp
* add standardized stream handling
* validateing chosen tool args
* properly handle tools
* proper ports
* remove logs + build
* minor typing fix
* fix more minor typing issues
* add stashed reversion for tool call chunks
* ignore model dump types
* remove stop stream
* fix typing
2024-09-02 22:49:56 +00:00
pablodanswer
14a9fecc64
update code block ( #2297 )
2024-09-02 13:33:18 -07:00
pablodanswer
299cb5035c
Add litellm proxy embeddings ( #2291 )
...
* add litellm proxy
* formatting
* move `api_url` to cloud provider + nits
* remove log
* typing
* quick tuyping fix
* update LiteLLM selection logic
* remove logs + validate functionality
* rename proxy var
* update path casing
* remove pricing for custom models
* functional values
2024-09-02 09:08:35 -07:00
pablodanswer
910821c723
Ordered indexing status ( #2292 )
2024-09-02 08:39:18 -07:00
pablodanswer
c122be2f6a
More explicit Confluence Connector ( #2289 )
2024-09-01 20:35:29 -07:00
hagen-danswer
8d443ada5b
Integration tests ( #2256 )
...
* initial commit
* almost done
* finished 3 tests
* minor refactor
* built out initial permisison tests
* reworked test_deletion
* removed logging
* all original tests have been converted
* renamed user_groups to user_group
* mypy
* added test for doc set permissions
* unified naming for manager methods
* Refactored models and added new deletion test
* minor additions
* better logging+fixed input variables
* commented out failed tests
* Added readme
* readme update
* Added auth to IT
set auth_type to basic and require_email_verification to false
* Update run-it.yml
* used verify and added to readme
* added api key manager
2024-09-01 22:21:00 +00:00
pablodanswer
634de83d72
Very minor update to divider logic ( #2287 )
2024-08-31 14:40:15 -07:00
Yuhong Sun
f01027cfb7
Catch LLM Eval Failures ( #2272 )
2024-08-30 17:42:58 -07:00
pablodanswer
76db4b765a
Detect GPU on startup for default multi-pass indexing value ( #2242 )
2024-08-30 17:38:31 -07:00
hagen-danswer
355326f935
Added frontend logical polish ( #2274 )
2024-08-30 16:42:54 -07:00
pablodanswer
df31cac1f1
allow users to deselect reranking ( #2243 )
2024-08-30 15:40:54 -07:00
pablodanswer
44c45cbf2a
Minor simplification to chat header ( #2277 )
2024-08-30 15:01:55 -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
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
pablodanswer
336ddbd1fe
Filter by user for docset display ( #2245 )
...
* filter by user for docset display
* spacing
2024-08-27 21:01:04 +00:00
pablodanswer
525f3e01f5
remove constant refresh artifact ( #2241 )
2024-08-27 17:51:59 +00:00