forked from danswer-ai/danswer
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore/merge upstream 2024050601 #37
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
onimsha
commented
Jun 9, 2024
- Fix DISABLE_LLM_CHOOSE_SEARCH being ignored (Fix DISABLE_LLM_CHOOSE_SEARCH being ignored danswer-ai/danswer#1523)
- Reenable force search (Reenable force search danswer-ai/danswer#1531)
- fix sharepoint connector missing objects
- Add assistant gallery
- Fix File Type Migration (Fix File Type Migration danswer-ai/danswer#1549)
- Disable Search if User uploads files in Chat (Disable Search if User uploads files in Chat danswer-ai/danswer#1550)
- adding secrets to helm (adding secrets to helm danswer-ai/danswer#1541)
- Consolidate Helm Charts (Consolidate Helm Charts danswer-ai/danswer#1552)
- Helm tuning (Helm tuning danswer-ai/danswer#1553)
- Latency logging
- Fix slowness due to hitting async Postgres driver pool limit
- Move to matrix builds
- Allow multiple files to be selected for file upload
- Improve error msg in chat UI (Improve error msg danswer-ai/danswer#1557)
- Add option to hide logout
- Fix no-search assistants with DISABLE_LLM_CHOOSE_SEARCH enabled
- Fix missing end of answer for quotes processor
- Add image generation for gpt-4o
- Remove React Markdown for human messages (Remove React Markdown for human messages danswer-ai/danswer#1562)
- Update init-letsencrypt.sh (Update init-letsencrypt.sh to support subdomain configurations danswer-ai/danswer#1380)
- fix gitlab-connector - wrong datetime format (Fix gitlab-connector - Wrong datetime format danswer-ai/danswer#1559)
- Fix Slack link in README.md
- Update README.md with fixed Slack link round 2
- Add Dropbox connector (Add Dropbox connector danswer-ai/danswer#956)
- Fix prompt access
- Fix fast model update + slight reword on model selection
- Dedupe Flag (Dedupe Flag danswer-ai/danswer#1576)
- Remove Redundant Dedupe Logic (Remove Redundant Dedupe Logic danswer-ai/danswer#1577)
- Fix indexing status page crashing
- Use errorHandlingFetcher
- Fix Dedupe (Fix Dedupe danswer-ai/danswer#1587)
- Fix slack bot with document set (Fix slack bot with document set danswer-ai/danswer#1588)
- Fix list of assistants in Assistants Modal
- Fix code block copy
- Fix display for std markdown without a language
- Added support for Sites.Selected permissions to the SharePoint Connector and enabled the selection of individual subfolders (Added support for Sites.Selected permissions to the SharePoint Connector and enabled the selection of individual subfolders danswer-ai/danswer#1583)
- disabled reindexing for dropbox and added warning (disabled reindexing for dropbox and added warning danswer-ai/danswer#1593)
- Set ignore_danswer_metadata=False when calling read_text_file in file connector. (Set ignore_danswer_metadata=False when calling read_text_file in fille connector danswer-ai/danswer#1501)
- Changed the vespa podLabels to work properly (Changed the vespa podLabels to work properly danswer-ai/danswer#1594)
- Add OAuth env vars to API Server deployment (Add OAuth env vars to API Server deployment danswer-ai/danswer#1500)
- Feature/support all gpus (Feature/support all gpus danswer-ai/danswer#1515)
- Fix Helm chart run failures due to low resources (Fix Helm chart run failures due to low resources danswer-ai/danswer#1536)
- Slack: add support to rephrase user message (Slack: add support to rephrase user message danswer-ai/danswer#1528)
- Fix lint
* adding secrets to helm * incrementing chart version
* Remove React Markdown for human messages * Update globals.css * add formatting * formatting --------- Co-authored-by: “Pablo <“pablo@danswer.ai”>
…or-missing-drive-items fix sharepoint connector missing objects
Add ability to accept a `.ev.nginx` configuration that lists a subdomain.
* start dropbox connector * add wip ui * polish ui * Fix some ci * ignore types * addressed, fixed, and tested all comments * ran prettier * ran mypy fixes --------- Co-authored-by: Bill Yang <bill@Bills-MacBook-Pro.local> Co-authored-by: hagen-danswer <hagen@danswer.ai>
Also includes a Persona db layer refactor
…tor and enabled the selection of individual subfolders (danswer-ai#1583)
Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
… connector. (danswer-ai#1501) Fixes an issue where metadata specified in a #DANSWER_METADATA line in a file read by the file connector is ignored.
Vespa is not working because this configuration As you can see in this Issue unoplat/vespa-helm-charts#20 You have to use this podLabels to be accord with the other configuration. vespa: podLabels: app: vespa app.kubernetes.io/instance: danswer <-------------
* Add oauth vars to the kubernetes api server deployment * Add example google oauth id and secret to kubernetes secrets
* add `count` explicitely to ensure backwards compat * fix main document URL
Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
* Slack: add support to rephrase user message * fix: handle rephrase error * Update listener.py --------- Co-authored-by: Matthieu Boret <matthieu.boret@fr.clara.net> Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.