Reese
  1. Reese

danswer-k8-fix

Public
AuthorCommitMessageCommit dateIssues
ReeseReese
64d2e474790MMerge remote-tracking branch 'voarsh2/merge-v0.2.65' into kubernetes-config-0-2-55
Yuhong SunGitHubYuhong Sun
0125d8a0f69Source Filter Extraction (#708)
Yuhong SunGitHubYuhong Sun
4f64444f0f3Fix Version from Tag not picked up (#705)
WevesChris WeaverWeves
abf9cc3248aAdd timeout to all Notion calls
ReeseReese
5f0e88eea04Vespa to use use document-index-service
Chris WeaverGitHubChris Weaver
f5bf2e63746Fix experimental checkpointing + move check for disabled connector to the start of the batch (#703)
Yuhong SunGitHubYuhong Sun
24b3b1fa9e6Fix GitHub Actions Naming (#702)
Yuhong SunGitHubYuhong Sun
7433dddac32Model Server (#695)Provides the ability to pull out the NLP models into a separate model server which can then be hosted on a GPU instance if desired.
WevesChris WeaverWeves
fe938b6fc67Add experimental checkpointing
dependabot[bot]GitHubdependabot[bot]
2db029672b9Bump pypdf from 3.16.4 to 3.17.0 in /backend/requirements (#667)Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.16.4 to 3.17.0. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/3.16.4...3.17.0) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <su...
Yuhong SunGitHubYuhong Sun
602f9c4a0acDefault Version to 0.2-dev (#690)
BradleyGitHubBradley
551705ad628Implemented Danswer versioning system. (#649)* Web & API server versioning system. Displayed on UI. * Remove some debugging code. * Integrated backend version into GitHub Action & Docker build workflow using env variables. * Fixed web container environment variable name. * Revise Dockerfiles for GitHub Actions workflow. * Added system information page to admin panel with version info. Updated github workflows to include tagged versio...
WevesChris WeaverWeves
d9581ce0ae1Fix Notion recursive search for non-shared database
Yuhong SunYuhong Sun
e27800d501fFormatting
Yuhong SunGitHubYuhong Sun
927dffecb56Prompt Layer Rework (#688)
WevesChris WeaverWeves
68b23b6339cEnable database reading in recursive notion crawl
WevesChris WeaverWeves
174f54473efFix notion recursive search for blocks with children
WevesChris WeaverWeves
329824ab22cAddress issue with links for Google Sites connector
ReeseReese
5f280ff2d9aUse clusterip for vespa_host
ReeseReese
936a6293ffdTest gpt4all internal model
ReeseReese
50d4655db9bkubernetes\background-deployment: env-configmap VESPA_HOST
Yuhong SunGitHubYuhong Sun
b0f76b97ef3Guru and Productboard Time Updated (#683)
ReeseReese
fd0d41adae7ENV: GEN_AI_MODEL_PROVIDER
WevesChris WeaverWeves
80eedebe86fAdd env variables to dev docker compose file
WevesChris WeaverWeves
e8786e1a20eSmall formatting fixes
Bryan PetersonGitHubBryan Peterson
44e3dcb19f0support for zendesk help center (#661)
WevesChris WeaverWeves
e8f778ccb58Improve index attempt display
WevesChris WeaverWeves
d9adee168b2Add simple job client to try and get rid of some of the flakiness / weirdness that we are seeing with Dask
Yuhong SunGitHubYuhong Sun
73b653d3242More Cleanup and Deduplication (#675)
WevesChris WeaverWeves
9cd0c197e75Fix frozen jobs
WevesChris WeaverWeves
0b07d615b17Add env variable to control Gong start time
ReeseReese
d631f12e7e9env-configmap: document-index-service
WevesChris WeaverWeves
5c9c70dffb4Remove more native enums
Yuhong SunGitHubYuhong Sun
61c9343a7e3Clean Up Duplicate Code (#670)
ReeseReese
8c0e250b755Hard re-apply tag v0.2.55
ReeseReese
ae6091b359fReapply vespa version pin
ReeseReese
3720d57fb0eMMerge branch 'tweak/kubernetes-config' into kubernetes-config-0-2-55
ReeseReese
0a0601d1a76Revert "Merge remote-tracking branch 'upstream/main' into tweak/kubernetes-config"This reverts commit d503bd4be9d6b32e2458ecb182e70bb8549d15b2, reversing changes made to 3ca8fc7d0009eadb52930d0d708773b1061e5be4.
Yuhong SunGitHubYuhong Sun
53353f9b625Custom Model Server Note (#668)
Yuhong SunGitHubYuhong Sun
fbf7c642a39Reworking the LLM layer (#666)
ReeseReese
d503bd4be9dMMerge remote-tracking branch 'upstream/main' into tweak/kubernetes-config
meherhendiChris Weavermeherhendi
d9e5795b36fRemoving unused codefrom gdrive connectorSigned-off-by: meherhendi <[email protected]>
meherhendiChris Weavermeherhendi
acb60f67e10Adding credential.is_admin to fix Gdrive indexign bug
meherhendiChris Weavermeherhendi
4990aacc0d7google drive step3 indexing not starting bug fix
Yuhong SunGitHubYuhong Sun
947d4d0a2e6Pin Litellm Version (#665)
dependabot[bot]GitHubdependabot[bot]
d7a90aeb2b1Bump langchain from 0.0.312 to 0.0.325 in /backend/requirements (#658)Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.312 to 0.0.325. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.312...v0.0.325) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-autho...
Krish DholakiaGitHubKrish Dholakia
ee0d092dcc3Add LiteLLM Support - Anthropic, Bedrock, Huggingface, TogetherAI, Replicate, etc. (#510)Co-authored-by: Yuhong Sun <[email protected]>
Sam JakosChris WeaverSam Jakos
c6663d83d57Fix nginx conf in docker-compose.prod
Yuhong SunGitHubYuhong Sun
0618b59de61Fix Indexing Frozen (#660)
WevesChris WeaverWeves
517a539d7e5Make indexing jobs use more cores again