Commit Graph

2097 Commits

Author SHA1 Message Date
8c9b3079aa Delete conflicting records from IndexAttempt on upgrade/downgrade (#83) 2023-05-31 08:54:09 -07:00
bae83bc101 Update README.md 2023-05-30 21:15:42 -07:00
6891e4f198 Standardize connectors + permissioning + new frontend for admin pages + small fixes / improvements (#75)
Introducing permissioning, standardize onboarding for connectors, re-make the data model for connectors / credentials / index-attempts, making all environment variables optional, a bunch of small fixes + improvements.

Co-authored-by: Weves <chrisweaver101@gmail.com>
2023-05-30 19:59:57 -07:00
b05bf963bf Add confluence connector page 2023-05-23 13:33:12 -07:00
49804dcc44 Fix dev web server setup 2023-05-22 14:11:27 -07:00
f4ef92e279 Fix OpenAI key validation 2023-05-22 13:42:20 -07:00
8e9e284849 Fix Pull vs Poll naming (#77) 2023-05-22 11:29:50 -07:00
0c4dcb13c3 Small fix for indexing (#78) 2023-05-22 11:29:25 -07:00
dd79b9bf79 Fix quote loading 2023-05-21 20:28:35 -07:00
806653dcb0 Add timeout option to OpenAI models 2023-05-21 14:31:15 -07:00
62e86efec3 Update models.py 2023-05-21 14:10:23 -07:00
6d7e7d5b71 DAN-19 Confluence Connector Backend for Public Docs (#73)
By public we mean if there is an admin account with an API key that has it setup in Danswer. Means just no support for OAuth for individual users to add docs.
2023-05-21 13:27:37 -07:00
7559ba6e9d DAN-93 Standardize Connectors (#70) 2023-05-21 13:24:25 -07:00
51e05e3948 Just display docs if QA fails 2023-05-21 11:43:21 -07:00
0b8c69ceeb Prompt user for OpenAI key 2023-05-20 21:11:07 -07:00
544ba8f50d initial health check 2023-05-20 12:21:56 -07:00
16dd429826 DAN-91 Fix Web Connector Bugs (#68)
Added pdf support
2023-05-19 17:39:13 -07:00
0b46ea76e8 Don't create collection if it already exists + fix OpenAI API Key name (#66)
* Don't create collection if it already exists

* Fix openai api key name
2023-05-17 17:12:00 -07:00
8685beceb2 Add create collection to app startup 2023-05-17 16:16:09 -07:00
bdebb9d441 Fix dev setup 2023-05-17 16:15:44 -07:00
25d12ea604 Temporarily pass .env file to web_server to fix DISABLE_AUTH issues 2023-05-17 15:26:07 -07:00
784358e35d Remove TODO 2023-05-17 15:22:26 -07:00
10e1c387e4 Small style changes 2023-05-17 15:19:55 -07:00
eef2788606 Update README.md 2023-05-17 09:27:22 -07:00
5f7d2853b8 Fix connectors 2023-05-16 22:45:32 -07:00
5ff8924a90 Fix connector button for noauth 2023-05-16 22:36:14 -07:00
d72acd65d8 Update README.md 2023-05-16 21:27:54 -07:00
33a6b0c0ab Fix noauth FE 2023-05-16 21:26:28 -07:00
d447b66039 Add support for DISABLE_AUTH on the FE 2023-05-16 21:21:44 -07:00
16ca6f760c Switch over favicon 2023-05-16 21:07:06 -07:00
795828180e DAN-87 Need to warn user against using docker compose down (#52) 2023-05-16 20:25:16 -07:00
494514dc68 Quote loading UI + adding back period to end of answer + adding custom logo (#55)
* Logo

* Add spinners + some small housekeeping on the backend
2023-05-16 20:14:06 -07:00
821df50fa9 Make slack periodic use the DB 2023-05-16 17:56:15 -07:00
5ce5077833 Fix doc count 2023-05-16 17:00:22 -07:00
17ed660166 Add general status page + standardize the experience a bit 2023-05-16 01:19:27 -07:00
0d9595733b DAN-80 Example Env files (#48)
Also added alembic migrations running automatically
2023-05-16 01:18:08 -07:00
d76dbce09b Add Google Drive admin page 2023-05-15 17:41:37 -07:00
ebf9459ae8 Update README.md 2023-05-15 12:55:52 -07:00
266f75be24 Update README.md 2023-05-15 12:54:01 -07:00
17544e5b40 DAN-86 Github Connector should not return API page (#49) 2023-05-15 11:19:24 -07:00
5c98310b79 Add Github admin page + adjust way index APIs work 2023-05-14 12:45:47 -07:00
3d1fffb38b Update README.md 2023-05-14 01:26:26 -07:00
20884bbb47 DAN-79 Update Logo Colors to Blue Red 2023-05-14 00:10:47 -07:00
5cb6cdb152 Update Logo Colors 2023-05-14 00:07:09 -07:00
dc4fc02ba5 DAN-60 Add streaming for chat model (#46) 2023-05-13 23:05:06 -07:00
17bc0f89ff DAN-56 Make google drive connector production ready (#45) 2023-05-13 23:04:16 -07:00
b2cde3e4bb Add redirects for unauthenticated users 2023-05-13 17:56:02 -07:00
c68220103d Split chunks up by newline 2023-05-13 17:08:53 -07:00
b825b39763 Add link to connectors page 2023-05-13 16:10:45 -07:00
288f43111e Use HTTP/1.1 with nginx for chunked transfers 2023-05-13 14:08:14 -07:00