Reese
  1. Reese

danswer-k8-fix

Public
  1. Reese
  2. danswer-k8-fix

All Branches Graph  

        
AuthorCommitMessageCommit dateBuilds
WevesWeves
f0337d2eba8Auto-delete unlinked connectors on creation of a new connector with the same name
WevesWeves
17e00b186e7Add back Gong connector to sidebar + fix formatting issues
Yuhong SunYuhong Sun
dbf59d2accfDockerfile to build smaller Images (#567)
WevesWeves
41964031bfaFix FE build
Yuhong SunYuhong Sun
a7578c97071Fix SlackBot still tagging groups (#564)
Yuhong SunYuhong Sun
51490b5cd92Favor tz aware objects (#562)
Chris WeaverChris Weaver
e6866c92cfdFix call to `versioned_get_access_for_documents_fn` args order (#563)
Yuhong SunYuhong Sun
8c61e6997b7Document 360 Touchups (#561)
nlp8899nlp8899
90828008e1dDocument360 Connector (#552)
WevesWeves
12442c1c060Make it harder to use unversioned access functions
WevesWeves
876c6fdaa6aAddress bug with automatic document set cleanup on connector deletion
Yuhong SunYuhong Sun
3e05c4fa67fMove DanswerBot Configs (#559)
Yuhong SunYuhong Sun
90fbe1ab482Comments on advanced DanswerBot options (#557)
Yuhong SunYuhong Sun
31d5fc6d314Officially support Slack DMs to DanswerBot (#556)
WevesWeves
fa460f4da14Small tweak to the connector deletion flow
WevesWeves
e7cc0f235c7Add migration
WevesWeves
091c2c8a80dAutomatically delete document set relationships when deleting a ConnectorCredentialPair
WevesWeves
3142e2eed20Add user group prefix + access filter utility
WevesWeves
5deb12523e4Allow large file uploads
Yuhong SunYuhong Sun
744c95e1e14Remove Stopword Highlighting (#546)
Yuhong SunYuhong Sun
0d505ffea1cProvide Env variable to have chat flow always use the tools prompt (#548)
Yuhong SunYuhong Sun
30cdc5c9deeSlack Bot to respond very quickly to acknowledge seeing the question (#544)
WevesWeves
dff7a4ba1e3Fix Google sites doc link
Chris WeaverChris Weaver
d95da554ea2Add Google Sites connector (#532)
WevesWeves
fb1fbbee5c4Add some additional FE components
Chris WeaverChris Weaver
f045bbed702Add infinite retry for starting up Slack bot (#540)
WevesWeves
ca74884bd71Pin pytorch version to fix segmentation fault in Docker
Yuhong SunYuhong Sun
9b185f469f9Vespa edge case ID does not follow expected format (#541)
WevesWeves
e8d3190770dFix really long words / strings
Yuhong SunYuhong Sun
a6e6be4037cFix Divide by Zero Edge Case (#535)
Yuhong SunYuhong Sun
7d3f8b7c8cdGong Connector (#529) --------- Co-authored-by: Weves <[email protected]>
WevesWeves
c658ffd0b6eFix drive connector for service accounts with shared files turned off
WevesWeves
9425ccd0433Fix import
WevesWeves
829b50571dbRemove outdated experimental config in NextJS
Chris WeaverChris Weaver
d09c3205388Fix logout (#536)
Yuhong SunYuhong Sun
478fb4f999aDefault to API key in file (#531)
dependabot[bot]dependabot[bot]
0fd51409ad1Bump zod and next in /web (#530) Removes [zod](https://github.com/colinhacks/zod). It's no longer used after updatin...
dependabot[bot]dependabot[bot]
21aa233170cBump langchain from 0.0.273 to 0.0.308 in /backend/requirements (#516) Bumps [langchain](https://github.com/langchai...
dependabot[bot]dependabot[bot]
30efe3df881Bump postcss from 8.4.29 to 8.4.31 in /web (#528) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to...
Yuhong SunYuhong Sun
09ba0a49b38Default not respond to every channel(#527)
ReeseReese
f32688fd455Merge remote-tracking branch 'upstream/main' into tweak/kubernetes-config
Yuhong SunYuhong Sun
beb54eaa5daFix migrations that went to the same revision (#525)
Yuhong SunYuhong Sun
0632e921448Chat without tools should use a less complex prompt (#524)
Chris WeaverChris Weaver
9c89ae78ba2Move is_public from Credential to ConnectorCredentialPair (#523)
ReeseReese
139ec37a680Update GEN_AI_ENDPOINT in env-configmap.yaml The commit updates the value of GEN_AI_ENDPOINT in the env-configmap.ya...
ReeseReese
533cba20946Update environment config map - Changed INTERNAL_MODEL_VERSION from "gpt4all-completion" to "request-completion" - R...
ReeseReese
f2791239be3Add environment variables to background deployment YAML This commit adds several environment variables to the backgr...
ReeseReese
cc6a4905e8dUpdate SESSION_EXPIRE_TIME_SECONDS in env-configmap.yaml The SESSION_EXPIRE_TIME_SECONDS value in the env-configmap....
ReeseReese
ae915daca81Add environment variables to background deployment YAML This commit adds several environment variables to the backgr...
ReeseReese
0bf3d4cf0e5INTERNAL_MODEL_VERSION: "gpt4all-completion"
ReeseReese
e7f74e0585cUpdate environment configuration in Kubernetes deployment - Update INTERNAL_MODEL_VERSION to "gpt4all-chat-completio...
ReeseReese
ad00d69f987Add missing GEN_AI_HOST_TYPE in env configmap Along with DISABLE_GENERATIVE_AI and NUM_DOCUMENT_TOKENS_FED_TO_GENERA...
ReeseReese
cebd4986cdeAdd missing GEN_AI_ENDPOINT in env configmap
ReeseReese
b976acc18a9Increase storage request size to 50Gi in persistent-volumes.yaml, postgres-service-deployment.yaml, and vespa-servic...
ReeseReese
26ca48ea1c7Refactor environment variable configuration in api_server - Remove duplicate unused environment variables related to...
ReeseReese
c6e2e6ca54bUpdate environment configuration in Kubernetes deployment to use strings Update env configmap to use strings and all...
ReeseReese
87c37afb86cMerge remote-tracking branch 'voarsh2/tweak/kubernets-global-configmap' into main
Yuhong SunYuhong Sun
a85e73edbe5Fix exception if no filters configured (#520)
WevesWeves
5a63b689ebdAdd DANSWER_BOT_ONLY_ANSWER_WHEN_SLACK_BOT_CONFIG_IS_PRESENT to dev compose
ReeseReese
3ac3b68e35efeat: Update environment variables for API server deployment - Removed unnecessary environment variable `VESPA_HOST`...
ReeseReese
233e74f6db0Add necessary environment variables for Azure OpenAI and set WEB_DOMAIN to http://localhost:3000.
ReeseReese
1a3fa34ef16Update nginx-configmap.yaml with new server_name - Update the server_name in nginx-configmap.yaml to "danswer.hosttw...
ReeseReese
468dc22ebb4Update environment config map with new variables - Added commented out variables for INTERNAL_MODEL_VERSION, QA_TIME...
ReeseReese
ef819a9283cAdd NEXT_PUBLIC_AUTH_TYPE=google_oauth argument to web server deployment This commit adds the argument "NEXT_PUBLIC_...
ReeseReese
b508d915371Refactor environment variable handling using ConfigMap - Refactored the code to use a ConfigMap for environment vari...
Yuhong SunYuhong Sun
aee573cd76bChat Feedback Backend (#513)
WevesWeves
ec7697fcfe9Add session description to get-user-chat-sessions endpoint
mattboretmattboret
b801937299cfix: remove \xa0 from code blocks (#509) Co-authored-by: Matthieu Boret <[email protected]>
ReeseReese
30f679f978aChange load balancer type to ClusterIP in vespa-service-deployment.yaml The commit changes the load balancer type fr...
ReeseReese
61a756af509Revert "Additional K8 tweaks" This reverts commit aa0013e52fb827792681765c45d0011b914d2081.
ReeseReese
aa0013e52fbAdditional K8 tweaks
ReeseReese
935936856b1Additional K8 tweais
ReeseReese
1169ba6dfdcPostgres fixes on K8
Yuhong SunYuhong Sun
499dfb59da3Reenable Google Colab Model (#507)
WevesWeves
7cc54eed0fbAdd env variable to make DanswerBot only respond when a config is present
WevesWeves
d04716c99d6Fix import ordering
WevesWeves
732f5efb120Fix AUTH_TYPE env variable bug on frontend
WevesWeves
29a0a455186Replace 'respond_sender_only' with 'respond_tag_only' + prettify UI
Yuhong SunYuhong Sun
59bac1ca8f1Support more Slack Config Options (#494) --------- Co-authored-by: Weves <[email protected]>
Yuhong SunYuhong Sun
c2721c78899Option to have very verbose LLM logging (#500)
Yuhong SunYuhong Sun
ab65b19c4c3Add OAuth configurability (#499)
nlp8899nlp8899
c666f35cd03create a hubspot connector (#482)
WevesWeves
dbe33959c08Move auto-ACL update to background job
WevesWeves
829d04c9043Add multi-threading to improve speed of updates / indexing
Yuhong SunYuhong Sun
351475de285Consolidate versions for easier extension (#495)
Jignesh SolankiJignesh Solanki
a808c733b86allow pdf file in File Connector (#488)
Chris WeaverChris Weaver
2d06008f6feAdd document set-based filters in UI (#497)
WevesWeves
aa9071e4410Only run set_acl_for_vespa once
WevesWeves
22f23982695Make launch.json a template so that devs can customize
WevesWeves
1abce836262Add option to select Scrape Type in the web connector UI
Chris WeaverChris Weaver
0c6077ee7e2Fix service accounts + shared drives (#490)
WevesWeves
bfab9d1ee77More notion testing
WevesWeves
28859fe127aTry to explicitly use a root page for notion
WevesWeves
79c28e19881Fix backend Dockerfile
WevesWeves
7afcf3489faAuto-populate ACL fields on server startup
WevesWeves
c09f00990e3Updatr CONTRIBUTING.md with celery cmds
WevesWeves
5f25826a98dHandle document_set deletion better + prevent updates while syncing
WevesWeves
60cddee3101Add better message in Slack management UI
Chris WeaverChris Weaver
d41d8441161Slack bot management dashboard (#483)
Chris WeaverChris Weaver
0c58c8d6cb8Adding Document Sets (#477) Adds: - name for connector credential pairs + frontend changes to start populating this...
Chris WeaverChris Weaver
8594bac30b3Transition to using `access_control_list` to manage access in Vespa (#450)
WevesWeves
c4e4e88301dAdd NOTION_CONNECTOR_ENABLE_RECURSIVE_PAGE_LOOKUP to the .dev deployment setup
Yuhong SunYuhong Sun
6d376d3cf6fFix Type with new OpenAI Endpoint (#480)
RajeeshRajeesh
0c3ecbfa2f2Ability to provide different base URL for the open AI LLM endpoint (#475)
Yuhong SunYuhong Sun
acfa72a9accremove the req even if commented out
Yuhong SunYuhong Sun
3f4d219e6d3changed the build
Yuhong SunYuhong Sun
9e455f18148add back type
Yuhong SunYuhong Sun
49ceeb518c8no build yet
Yuhong SunYuhong Sun
8b95e2631daMake Cross Encoders Optional (#476)
Yuhong SunYuhong Sun
3c653175386Fix Slackbot Tagging people or groups (#473)
Yuhong SunYuhong Sun
5cc17d39f03Chat Backend API edge cases handled (#472)
Yuhong SunYuhong Sun
b416c85f0f6Add Metrics to Regression Test (#470)
Yuhong SunYuhong Sun
476a9714626oops
Yuhong SunYuhong Sun
910f1f24211make all logs to file
Yuhong SunYuhong Sun
3f53aa813caok
WevesWeves
4912beb2831Add recursive Notion search
WevesWeves
db024ad7b70Provide default value for 'retrieval_enabled' column in migration
Yuhong SunYuhong Sun
4b98e470368Add more flexibility to the Web Connector (#462)
Yuhong SunYuhong Sun
da6dd5b6175Prefix Slack Channel Identifier with a pound sign (#461)
Yuhong SunYuhong Sun
32eee886283Special Danswer flow for Chat (#459)
Yuhong SunYuhong Sun
36411026728Verification prompt 3.5 tuneup (#458)
WevesWeves
0fcedfec17bFix dynamic summary parsing
Yuhong SunYuhong Sun
5b1109d5c14Clean up Slack Bot formatting (#455)
Yuhong SunYuhong Sun
b337a521f84Slack Bot Interface Rework (#454)
Yuhong SunYuhong Sun
a3b62a0b232clean up logs
Yuhong SunYuhong Sun
4f4c6a9bfd9fix bug
Yuhong SunYuhong Sun
0117a242726fine chris
Yuhong SunYuhong Sun
377d49b58f2review time
Yuhong SunYuhong Sun
38fda89f4e5slack side done
Yuhong SunYuhong Sun
d7b7714d865Cleanup for Mintlify Websites (#453)
Yuhong SunYuhong Sun
d234f5ffab0no feedback captured yet
Yuhong SunYuhong Sun
6b305c56b3eUse Sentence Aware Splitter (#452)
Yuhong SunYuhong Sun
63215e9c9a4Fix Migration Conflict (#449)
Yuhong SunYuhong Sun
f802351d85aFix Vespa Issue where Documents with no Content could be retrieved via Vector Search (#448)
WevesWeves
1d945becab7Update node verison from 18 -> 20 to address security scan issues
Yuhong SunYuhong Sun
e549d2bb4a7Chat with Context Backend (#441)
WevesWeves
a16ce56f6baFix for notion connector
WevesWeves
c4e0face9b2Move connector / credential pair deletion to celery
WevesWeves
3fc7a13a31cAdd extra logging for failure to fetch page blocks
WevesWeves
e433e27bc87Small highlighting fix
WevesWeves
2bf38fa9962Fix slack link bug with non-thread messages
Chris WeaverChris Weaver
4e359bc731aFix bugs in Notion connector (#440) * Fix bad pagination * Make each block be a section -> we can link to individua...
WevesWeves
ffa24e2f09fHandle newlines + code blocks in answer
Yuhong SunYuhong Sun
9738e5e628eminor touchups
WevesWeves
6f50f6710a4Fix slack links for messages inside of a thread
WevesWeves
d130a93b0feFix small spacing issue with keyword highlighting
WevesWeves
cf2bd8a40c7highlighting
Yuhong SunYuhong Sun
b5fc2a5775eRegression Test (#434)
Yuhong SunYuhong Sun
101ff2f3928Fix LLM warm up (#433)
Yuhong SunYuhong Sun
9316b78f47aEvaluate LLM Answers via Reflexion (#430)
WevesWeves
ddfa8cf8a6eDisable indexing for empty docs
Yuhong SunYuhong Sun
6c795dfa6c9Slack CoT Scratchpad (#421)
WevesWeves
1d847bfd235Fix timeout for new LLM class
WevesWeves
05a5419c8e0Add backwards compatibility for users who don't have groups:read
WevesWeves
e72f26ef53eFix indexing job cleanup
WevesWeves
67c26f89e87Add new Github fields to FE
Yuhong SunYuhong Sun
f34f373b084Fix Github Metadata (#427)
Yuhong SunYuhong Sun
f126dfdbd08Add Github Polling and Issues (#424)
Yuhong SunYuhong Sun
4a0c2bf8662Vespa Save and Load (#422)
Andrea NassiAndrea Nassi
0e656881661Change max upload size setting (#410) --------- Co-authored-by: Gabriele Capitani <[email protected]>
WevesWeves
eae6f584506Fix slack bot retrieval
WevesWeves
648706d48c2Allow indexing of private channels
Yuhong SunYuhong Sun
b1fe120021fMake Vespa Deployment file as simple as possible (#416) Make Vespa Deployment file as simple as possible
Yuhong SunYuhong Sun
4ae2680384cMinor Tweaks to Default Prompt (#415)
Yuhong SunYuhong Sun
20a6de06358Fix Github Actions names (#414)
Yuhong SunYuhong Sun
c9492bf624cSplit the build on Tag actions into two jobs (#413)
Yuhong SunYuhong Sun
52fa71eaffcBetter QA Prompts (#409)
WevesWeves
ccbc69d1534Misc slack bot improvements
Yuhong SunYuhong Sun
7972c8a71e4Make Boosting give more consistent scores (#406)
WevesWeves
2d077a95441Improve quote hover display
WevesWeves
78e18066888Add more logging for notion connector + add retries
Chris WeaverChris Weaver
6a79ddce377New prompt + show quotes on hover (#404)
Yuhong SunYuhong Sun
5977a28f58bNo Context Chat Backend (#397)
Chris WeaverChris Weaver
630386c8c43Remove tornado key + remove nodejs once copied into playwright + remove old semver module (#402)
Chris WeaverChris Weaver
b06e53a51e1Feed in docs till we reach a token limit (#401)
WevesWeves
58b75122f10Fix deletion for overlapping connectors
Yuhong SunYuhong Sun
d5938189967Use Vespa Doc ID directly instead of from fields (#399)
WevesWeves
f7cc7190fe8Allow connectors that have documents with feedback to be deleted
WevesWeves
adb22273b68Fix Vespa limit
WevesWeves
742a016175dRemove empty files from QA
Chris WeaverChris Weaver
0fcac74df1bAdd WEB_DOMAIN env variable to dev compose file (#395)
Chris WeaverChris Weaver
50101a8cac3Use newest version of LTS node for playwright (#393)
Yuhong SunYuhong Sun
f4866bfefc4Remove libc-dev and uninstall py (#392)
Yuhong SunYuhong Sun
c28f4d45271Remove py library due to denial of service CVE (#391)
WevesWeves
884f7462115Fix oauth redirect
WevesWeves
f4d55479c4eFix popup overlap
Yuhong SunYuhong Sun
28480d19decFix Web Connector Docker Dependencies (#388)
WevesWeves
2885240183cDefault to semantic search