hagen-danswer
|
b83f435bb0
|
Catch dropped eval questions and added multiprocessing (#1849)
|
2024-07-16 12:33:02 -07:00 |
|
Weves
|
b6bd818e60
|
Fix user groups page when a persona is deleted
|
2024-07-13 15:35:50 -07:00 |
|
pablodanswer
|
c7af6a4601
|
add new standard answer test endpoint (#1789)
|
2024-07-12 10:06:30 -07:00 |
|
Weves
|
511f619212
|
Add content to /document-search response
|
2024-07-10 15:44:58 -07:00 |
|
Yuhong Sun
|
39982e5fdc
|
Info propagating to allow Chunk Merging (#1794)
|
2024-07-09 18:15:07 -07:00 |
|
hagen-danswer
|
a7da07afc0
|
allowed arbitrary types to handle the sqlalchemy datatype (#1758)
* allowed arbitrary types to handle the sqlalchemy datatype
* changed persona_upsert to take in ids instead of objects
|
2024-07-03 07:10:57 +00:00 |
|
Weves
|
1a3ec59610
|
Fix build caused by bad seeding config
|
2024-07-01 23:41:43 -07:00 |
|
hagen-danswer
|
581cb827bb
|
added settings and persona seeding options (#1742)
* added settings and persona seeding options
* updated recency_bias
* changed variable type
* another fix
* Update seeding.py
* fixed mypy
* push
|
2024-07-01 22:22:17 +00:00 |
|
Weves
|
415960564d
|
Fix fast models
|
2024-06-29 15:19:09 -07:00 |
|
hagen-danswer
|
60dd77393d
|
Disallowed simultaneous pruning jobs (#1704)
* Added TTL to EE Celery tasks
* fixed alembic files
* fixed frontend build issue and reworked file deletion
* FileD
* revert change
* reworked delete chatmessage
* added orphan cleanup
* ensured syntax
* Disallowed simultaneous pruning jobs
* added rate limiting and env vars
* i hope this is how you use decorators
* nonsense
* cleaned up names, added config
* renamed other utils
* Update celery_utils.py
* reverted changes
|
2024-06-28 23:26:00 +00:00 |
|
hagen-danswer
|
bd0925611a
|
Added TTL to EE Celery tasks (#1713)
* Added TTL to EE Celery tasks
* fixed alembic files
* fixed frontend build issue and reworked file deletion
* FileD
* revert change
* reworked delete chatmessage
* added orphan cleanup
* ensured syntax
* default value to None
* made all deletions manual
* added fix
* Use tremor buttons now
* removed words
* Update 23957775e5f5_remove_feedback_foreignkey_constraint.py
* fixed alembic version
|
2024-06-28 22:13:47 +00:00 |
|
Weves
|
b5aa7370a2
|
Make seeded model default
|
2024-06-26 16:03:24 -07:00 |
|
Weves
|
1ee8ee9e8b
|
Prepare EE to merge with MIT
|
2024-06-25 15:07:56 -07:00 |
|
Chris Weaver
|
f0b2b57d81
|
Usage reports (#118)
---------
Co-authored-by: amohamdy99 <a.mohamdy99@gmail.com>
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
3af81ca96b
|
Fix seed config when left empty
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
3d434c2c9e
|
Fix persona access for answer-with-quote API
|
2024-06-25 15:07:56 -07:00 |
|
pablodanswer
|
e34bcbbd06
|
Add persistent name and logo seeding (#107)
|
2024-06-25 15:07:56 -07:00 |
|
rashad-danswer
|
98a58337a7
|
Query history speed fix (#109)
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
7cc51376f2
|
Allow basic seeding of Danswer via env variable
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
7278d45552
|
Fix rebase issue
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
1c343bbee7
|
Enable Dedup Flag for Doc Search Endpoint
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
694d20ea8f
|
Fix user groups issue from rebase
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
44284f7912
|
Fix Rebase Issues (#92)
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
c6e49a3034
|
Don't get duplicate docs during user group syncing
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
9c8cfd9175
|
Fix mypy
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
fc3ed76d12
|
Add pagination to user group syncing
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
af588461d2
|
Enable Encryption
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
460e61b3a7
|
Fix document lock acquisition for user group sync
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
c631ac0c3a
|
Change secret name
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
10be91a8cc
|
Track Slack questions Autoresolved (#86)
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
eadad34a77
|
Fix /send-message-simple-api endpoint
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
b19d88a151
|
Fix rebase issue with file_store
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
719fc06604
|
Fix rebase issue with UI-based LLM selection
|
2024-06-25 15:07:56 -07:00 |
|
Alan Hagedorn
|
d7a704c0d9
|
Token Rate Limiting
WIP
Cleanup 🧹
Remove existing rate limiting logic
Cleanup 🧼
Undo nit
Cleanup 🧽
Move db constants (avoids circular import)
WIP
WIP
Cleanup
Lint
Resolve alembic conflict
Fix mypy
Add backfill to migration
Update comment
Make unauthenticated users still adhere to global limits
Use Depends
Remove enum from table
Update migration error handling + deletion
Address verbal feedback, cleanup urls, minor nits
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
d9acd03a85
|
Query History Include Feedback Text (#80)
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
af94c092e7
|
Reduce sync jobs batch size (#79)
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
f55a4ef9bd
|
Remove Nested Session (#78)
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
6c6e33e001
|
Allow Empty API Names (#77)
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
336c046e5d
|
Better Naming for API Keys (#76)
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
9a9b89f073
|
Fix rebase issue with public assistants
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
0c827d1e6c
|
Permission Sync Framework (#44)
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
1984f2c1ca
|
Add automated auth checks for ee
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
50f006557f
|
Add message id to simple message endpoint (#69)
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
c00bd44bcc
|
Add Chunk Context options for EE APIs (#68)
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
c055dc1535
|
Add custom analytics script
|
2024-06-25 15:07:56 -07:00 |
|
Alan Hagedorn
|
81e9880d9d
|
Add names to API Keys (#63)
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
3466f6d3a4
|
Custom banner
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
91cf45165f
|
Small fixes + adding 'Powered by Danswer'
|
2024-06-25 15:07:56 -07:00 |
|
Weves
|
153007c57c
|
Whitelableing for Logo / Name via Admin panel
|
2024-06-25 15:07:56 -07:00 |
|
Yuhong Sun
|
fa8cc10063
|
Allow Optional Rerank in APIs (#60)
|
2024-06-25 15:07:56 -07:00 |
|