Reese
  1. Reese

danswer-k8-fix

Public
AuthorCommitMessageCommit dateIssues
Yuhong SunGitHubYuhong Sun
620280db926Fix formatting according to precommit hooks (#303)
Yuhong SunGitHubYuhong Sun
b73d19f35fdFix Azure OpenAI Docker Deployment (#302)
Chris WeaverGitHubChris Weaver
a905373c837Fix typing for Zulip connector (#298)
Yuhong SunGitHubYuhong Sun
e97c1226d8cRecolor Zulip Logo (#297)
Michał FlakGitHubMichał Flak
286445f9ba5Zulip connector (#247)Co-authored-by: Yuhong Sun <[email protected]>
Yuhong SunGitHubYuhong Sun
848e5653a96More permissive quote matching (#295)
Yuhong SunGitHubYuhong Sun
59db40cf36bAdd Azure OpenAI parameters to background job for Slackbot (#294)
Matthew HollandGitHubMatthew Holland
204d89a148aAzure OpenAI integration (#293)
Yuhong SunGitHubYuhong Sun
bb58dce1c58Default Empty Timeout Value breaks Docker Compose (#292)
WevesChris WeaverWeves
e0cbd087f70Fix count of docs for connector failure
Yuhong SunGitHubYuhong Sun
be318433e3fReset the Default GenAI model choice to OpenAI (#288)
WevesChris WeaverWeves
67fd244e66eMake docs show up immediately rather than wait until first answer token
jabdoa2GitHubjabdoa2
a73ea23e2c7add simple local llm (#202)A very simple local llm. Not as good as OpenAI but works as a drop-in replacement for on premise deployments. --------- Co-authored-by: Yuhong Sun <[email protected]>
James ChoncholasGitHubJames Choncholas
758015baa5dAllow setting QA_TIMEOUT from env var (#258)Co-authored-by: Yuhong Sun <[email protected]>
Yuhong SunGitHubYuhong Sun
b1bd0b42e59Add Blog Link (#286)
WevesChris WeaverWeves
ecb26ddaf7eAdd polling range for updates
Yuhong SunGitHubYuhong Sun
bcca8daab17Fix misleading comment about HuggingFace (#284)
WevesChris WeaverWeves
156ccc15a82Fix fetching of latest index attempt
WevesChris WeaverWeves
95f52a26df6Fix error message popup z-index
Chris WeaverGitHubChris Weaver
ec478d97fbeBetter display of connector metadata on main status page (#280)
WevesChris WeaverWeves
0381715fddaAdd 'calculating rate' message
Chris WeaverGitHubChris Weaver
d5bb10b61f7Improve indexing status display (#278)Adds: - actual error message in UI for indexing failure - if a connector is disabled, stops indexing immediately (after the current batch of documents) to allow for deletion - adds num docs indexed for the current run + a speed
Yuhong SunGitHubYuhong Sun
bca63e5a761Do not stream Quote when using freeform prompt (#277)
WevesChris WeaverWeves
54ee323e59eFix duplicate documents with Slack connector
Yuhong SunGitHubYuhong Sun
a03818e6f60Fix Google Colab Demo (#275)
Chris WeaverGitHubChris Weaver
89f71ac3358Support deletion of documents when a connector is deleted (#271)
Yuhong SunGitHubYuhong Sun
b6dec6dcdbfStandardize model config naming (#274)
Yuhong SunGitHubYuhong Sun
02c3139bc99Add Request Model Class for Google Colab Demo (#273)Need to add the blog links later
Sid RavinutalaGitHubSid Ravinutala
ca72027b286Allow slack channels to be specified (#238)Adds the capability to specify specific channels to index when using the Slack connector
Yuhong SunGitHubYuhong Sun
3bfc72484d9Support for Request accessed GenAI Models (#270)
Pratik KabraGitHubPratik Kabra
0e667d3384aHuggingface Inference backend internal models (#265)
WevesChris WeaverWeves
df62648bbfaIncrease timeout for answer generation for slack bot
WevesChris WeaverWeves
70a379b6010Set OAuth type to google by default
Chris WeaverGitHubChris Weaver
132a9f750deAdd Github Action to run mypy / reorder-python-imports / black on all PRs (#251)Also fixes import ordering (previously, local imports weren't grouped together as they should have been)
Yuhong SunGitHubYuhong Sun
87fe6f75750Add ingestion metrics (#256)
Yuhong SunGitHubYuhong Sun
eec4e21bad7Update README.md
Yuhong SunGitHubYuhong Sun
fe40e72b5c7Require Semantic Identifier to not be None (#255)
jabdoa2GitHubjabdoa2
63780113d3cAdd support for openid connect (#206)This allow using Danswer in typical (non-google) enterprise environments. * Access Tokens can be very large. A token without claims is already 1100 bytes for me (larger than allowed in danswer by default). With roles I got a 12kB token. For that reason I changed the field to TEXT in the database. * Danswer used to swallow most errors when OIDC would fail. Nodejs forwards a request to the backe...
jabdoa2GitHubjabdoa2
878d4e367f8prevent crash when semantic_identifier is None (#201)This is a workaround around intermittent issues where sementic_identifier becomes None for some reason. It usually recovers when documents are rescraped. Obviously, we do not yet understand the issue and are interested in a better solution.
Yuhong SunGitHubYuhong Sun
17e20080276Add TODOs and minor style changes to web connector (#254)
jabdoa2GitHubjabdoa2
0d7d54fddb6Improve Web Connector Output, Add Config Options and add OAuth Backend Flow (#199)
cqian-githubGitHubcqian-github
b6b549357f6Update Contributing.md with Windows Commands (#252)Co-authored-by: AD\cqian <[email protected]>
Chris WeaverGitHubChris Weaver
3e8f5fa47e4Fix a few bugs with Google Drive polling (#250)- Adds some offset to the `start` for the Google Drive connector to give time for `modifiedTime` to propagate so we don't miss updates - Moves fetching folders into a separate call since folder `modifiedTime` doesn't get updated when a file in the folder is updated - Uses `connector_credential_pair.last_successful_index_time` instead of `updated_at` to determine the `start` for poll connectors
lokeshwar lakhineniGitHublokeshwar lakhineni
62afbcb178badded shell command for windows (#194)
Yuhong SunGitHubYuhong Sun
55adde5e27fFix import location and mypy issue (#249)
Yuhong SunGitHubYuhong Sun
2a339ec34b7Prevent too many tokens to GPT (#245)
WevesChris WeaverWeves
d53ce3bda17Fix arg to GuruIcon
Yuhong SunGitHubYuhong Sun
d03ac447440Guru Connector (#177)Co-authored-by: Weves <[email protected]>
WevesChris WeaverWeves
555f8bbf08aAllow shared files for drive connector
Yuhong SunGitHubYuhong Sun
4d0732395dcStandalone Script to Test OpenAI API Key (#243)