Yuhong Sun
e279918f95
Introduce Time Filters ( #610 )
2023-10-22 15:06:52 -07:00
Weves
8e3258981e
Adjust default Tremor color
2023-10-21 13:16:29 -07:00
Weves
47ab273353
Add tremor
2023-10-20 11:05:34 -07:00
dependabot[bot]
93d4eef61d
Bump @babel/traverse from 7.22.11 to 7.23.2 in /web ( #591 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.22.11 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 17:12:12 -07:00
Chris Weaver
1bd76f528f
Document explorer admin page ( #590 )
2023-10-18 18:41:39 -07:00
Chris Weaver
5da81a3d0d
Add hiding of documents to feedback page ( #585 )
2023-10-17 20:06:12 -07:00
Weves
ae0dbfadc6
Fix Google Drive Connector when using OAuth
2023-10-15 00:08:19 -07:00
Yuhong Sun
38d516cc7a
Update Danswer Docs Pointers ( #573 )
2023-10-14 12:12:37 -07:00
Yuhong Sun
af510cc965
API support for Chat to have citations ( #569 )
2023-10-13 17:38:25 -07:00
Weves
f0337d2eba
Auto-delete unlinked connectors on creation of a new connector with the same name
2023-10-13 13:40:37 -07:00
Weves
17e00b186e
Add back Gong connector to sidebar + fix formatting issues
2023-10-13 12:10:51 -07:00
Weves
41964031bf
Fix FE build
2023-10-12 11:05:43 -07:00
Yuhong Sun
51490b5cd9
Favor tz aware objects ( #562 )
2023-10-11 21:19:09 -07:00
nlp8899
90828008e1
Document360 Connector ( #552 )
2023-10-11 20:10:01 -07:00
Weves
876c6fdaa6
Address bug with automatic document set cleanup on connector deletion
2023-10-11 14:42:45 -07:00
Weves
dff7a4ba1e
Fix Google sites doc link
2023-10-08 23:13:37 -07:00
Chris Weaver
d95da554ea
Add Google Sites connector ( #532 )
2023-10-08 19:20:38 -07:00
Weves
fb1fbbee5c
Add some additional FE components
2023-10-08 17:24:12 -07:00
Weves
e8d3190770
Fix really long words / strings
2023-10-08 11:56:29 -07:00
Yuhong Sun
7d3f8b7c8c
Gong Connector ( #529 )
...
---------
Co-authored-by: Weves <chrisweaver101@gmail.com>
2023-10-08 00:27:15 -07:00
Weves
9425ccd043
Fix import
2023-10-07 23:36:35 -07:00
Weves
829b50571d
Remove outdated experimental config in NextJS
2023-10-07 23:36:35 -07:00
Chris Weaver
d09c320538
Fix logout ( #536 )
2023-10-07 23:22:27 -07:00
dependabot[bot]
0fd51409ad
Bump zod and next in /web ( #530 )
...
Removes [zod](https://github.com/colinhacks/zod ). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js ). These dependencies need to be updated together.
Removes `zod`
Updates `next` from 13.4.19 to 13.5.4
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v13.4.19...v13.5.4 )
---
updated-dependencies:
- dependency-name: zod
dependency-type: indirect
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-07 17:19:49 -07:00
dependabot[bot]
30efe3df88
Bump postcss from 8.4.29 to 8.4.31 in /web ( #528 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.29 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-07 17:17:57 -07:00
Chris Weaver
9c89ae78ba
Move is_public from Credential to ConnectorCredentialPair ( #523 )
2023-10-05 20:55:41 -07:00
Weves
732f5efb12
Fix AUTH_TYPE env variable bug on frontend
2023-10-03 17:35:50 -07:00
Weves
29a0a45518
Replace 'respond_sender_only' with 'respond_tag_only' + prettify UI
2023-10-03 16:26:02 -07:00
Yuhong Sun
59bac1ca8f
Support more Slack Config Options ( #494 )
...
---------
Co-authored-by: Weves <chrisweaver101@gmail.com>
2023-10-03 14:55:29 -07:00
nlp8899
c666f35cd0
create a hubspot connector ( #482 )
2023-10-02 10:13:23 -07:00
Yuhong Sun
351475de28
Consolidate versions for easier extension ( #495 )
2023-10-01 23:49:38 -07:00
Jignesh Solanki
a808c733b8
allow pdf file in File Connector ( #488 )
2023-10-01 22:54:40 -07:00
Chris Weaver
2d06008f6f
Add document set-based filters in UI ( #497 )
2023-10-01 10:46:04 -07:00
Weves
1abce83626
Add option to select Scrape Type in the web connector UI
2023-09-29 19:10:00 -07:00
Chris Weaver
0c6077ee7e
Fix service accounts + shared drives ( #490 )
2023-09-29 17:26:42 -07:00
Weves
5f25826a98
Handle document_set deletion better + prevent updates while syncing
2023-09-26 18:06:40 -07:00
Weves
60cddee310
Add better message in Slack management UI
2023-09-26 15:32:40 -07:00
Chris Weaver
d41d844116
Slack bot management dashboard ( #483 )
2023-09-26 14:03:27 -07:00
Chris Weaver
0c58c8d6cb
Adding Document Sets ( #477 )
...
Adds:
- name for connector credential pairs + frontend changes to start populating this field
- document set table migration
- during indexing, document sets are now checked and inserted into Vespa
- background job to check if document sets need to be synced
- document set management APIs
- document set management dashboard in the UI
2023-09-26 12:53:19 -07:00
Weves
1d945becab
Update node verison from 18 -> 20 to address security scan issues
2023-09-15 12:17:54 -07:00
Weves
c4e0face9b
Move connector / credential pair deletion to celery
2023-09-14 16:23:13 -07:00
Weves
e433e27bc8
Small highlighting fix
2023-09-13 18:23:46 -07:00
Weves
ffa24e2f09
Handle newlines + code blocks in answer
2023-09-12 15:54:16 -07:00
Weves
d130a93b0f
Fix small spacing issue with keyword highlighting
2023-09-12 13:10:10 -07:00
Weves
cf2bd8a40c
highlighting
2023-09-12 11:35:37 -07:00
Weves
67c26f89e8
Add new Github fields to FE
2023-09-10 10:34:35 -07:00
Weves
2d077a9544
Improve quote hover display
2023-09-06 15:45:53 -07:00
Chris Weaver
6a79ddce37
New prompt + show quotes on hover ( #404 )
2023-09-06 01:44:48 -07:00
Chris Weaver
630386c8c4
Remove tornado key + remove nodejs once copied into playwright + remove old semver module ( #402 )
2023-09-05 19:18:35 -07:00
Weves
884f746211
Fix oauth redirect
2023-09-02 15:28:22 -07:00