This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Sep 09, 2024
-
-
timothycarambat authored
connect #2243
-
- Sep 06, 2024
-
-
timothycarambat authored
-
- Aug 14, 2024
-
-
timothycarambat authored
resolves #2114
-
timothycarambat authored
-
- Aug 12, 2024
-
-
Sean Hatfield authored
fix depth handling in bulk link scraper
-
- Aug 10, 2024
-
-
Lea Anthony authored
Support Go filetype
-
- Aug 06, 2024
-
-
Mehmet Ünlü authored
fix: remove unnecessary break Remove unnecessary break that prevents checking next pages for blob objects.
-
Sean Hatfield authored
youtube loader whitespace fix
-
- Jul 25, 2024
-
-
Timothy Carambat authored
* Remove unused deps * improve dependency
-
- Jul 23, 2024
-
-
Timothy Carambat authored
* Add support for GitLab repo collection as well as Github Repo collection * Refactor for repo collectors to be more compact --------- Co-authored-by:
Emil Rofors <emirof@gmail.com>
-
- Jul 20, 2024
-
-
timothycarambat authored
-
timothycarambat authored
-
- Jul 16, 2024
-
-
Sean Hatfield authored
use pdf.js by importing it from pdf-parse and fix custom PDFLoader module
-
- Jul 11, 2024
-
-
Sean Hatfield authored
* implement custom PDFLoader to remove LC dep * remove unneeded comment * remove pdfjs as dep and fix page splitting using pdf-parse * linting + export rename for desktop compat --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jul 04, 2024
-
-
timothycarambat authored
-
- Jul 03, 2024
-
-
Timothy Carambat authored
-
Sean Hatfield authored
* WIP replace langchain pdfloader with pdfjs and add more context to each page * remove extras from pdfjs and just replace langchain library * remove unneeded dep * fix console log in docs --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
implement custom confluence loader to extract code blocks properly from documents Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- Jul 01, 2024
-
-
Sean Hatfield authored
patch website depth data connector to work for other links that are not root url
-
- Jun 25, 2024
-
-
Jason Zhang authored
* fix: sanitize filename before writing Fixes: https://github.com/Mintplex-Labs/anything-llm/issues/1737 * fixup * fixup
-
- Jun 21, 2024
-
-
Timothy Carambat authored
* wip bg workers for live document sync * Add ability to re-embed specific documents across many workspaces via background queue bgworkser is gated behind expieremental system setting flag that needs to be explictly enabled UI for watching/unwatching docments that are embedded. TODO: UI to easily manage all bg tasks and see run results TODO: UI to enable this feature and background endpoints to manage it * create frontend views and paths Move elements to correct experimental scope * update migration to delete runs on removal of watched document * Add watch support to YouTube transcripts (#1716) * Add watch support to YouTube transcripts refactor how sync is done for supported types * Watch specific files in Confluence space (#1718) Add failure-prune check for runs * create tmp workflow modifications for beta image * create tmp workflow modifications for beta image * create tmp workflow modifications for beta image * dual build update copy of alert modals * update job interval * Add support for live-sync of Github files * update copy for document sync feature * hide Experimental features from UI * update docs links * [FEAT] Implement new settings menu for experimental features (#1735) * implement new settings menu for experimental features * remove unused context save bar --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com> * dont run job on boot * unset workflow changes * Add persistent encryption service Relay key to collector so persistent encryption can be used Encrypt any private data in chunkSources used for replay during resync jobs * update jsDOC * Linting and organization * update modal copy for feature --------- Co-authored-by:
Sean Hatfield <seanhatfield5@gmail.com>
-
- Jun 17, 2024
-
-
Timothy Carambat authored
* chore: confluence data connector can now handle custom urls, in addition to default {subdomain}.atlassian.net ones * chore: formatting as per yarn lint * chore: fixing the human readable confluence url fetch baseUrl * chore: fixing the human readable confluence url fetch baseUrl * chore: fixing the human readable confluence url fetch baseUrl * chore: fixing the human readable confluence url fetch baseUrl * chore: fixing the human readable confluence url fetch baseUrl * refactor implementation of various types of Confluence URL patterns --------- Co-authored-by:
Predrag Stojadinovic <predrag@stojadinovic.net> Co-authored-by:
Predrag Stojadinović <cope@users.noreply.github.com> Co-authored-by:
Predrag Stojadinovic <predrags@nvidia.com>
-
- Jun 06, 2024
-
-
Timothy Carambat authored
* Updated apt-packages source for devcontainer Switched the devcontainer's package source to a different repository to align with updated dependencies and package availability. The previous source from 'rocker-org' is replaced with 'devcontainers-contrib', which may offer more recent or relevant development tools. * Subject: Centralize prettier ignores and refine config Body: Centralized all prettier ignore rules by removing individual `.prettierignore` files in subprojects and updating the root `.prettierignore` to include previously ignored patterns, ensuring consistency across the workspace. Additionally, the prettier configuration was refined by making the file pattern for `.config.js` files consistent and adjusting quote styles for better readability. All lint scripts across the project were updated to respect the centralized ignore path, enhancing maintainability. The consolidation simplifies the process of managing ignore rules as the project scales, ensuring developers can focus on writing code without worrying about divergent formatting standards. These changes also align with introducing comprehensive linting across multiple environments to keep the codebase clean and consistent. This adjustment is a foundational step towards a more streamlined and unified code base, making it easier for new contributors to adhere to established coding standards and reducing the cognitive load associated with managing multiple configuration files across the project. * unset package json changes --------- Co-authored-by:
Francisco Bischoff <franzbischoff@gmail.com> Co-authored-by:
Francisco Bischoff <984592+franzbischoff@users.noreply.github.com>
-
- Jun 03, 2024
-
-
Chris Daniel authored
add support for TSX files to be parsed as text
-
- May 31, 2024
-
-
Sean Hatfield authored
add support for R files to be parsed as text
-
- May 29, 2024
-
-
Sean Hatfield authored
* fix project names with special characters for github repo data connector * linting
-
- May 23, 2024
-
-
Timothy Carambat authored
-
timothycarambat authored
-
- May 22, 2024
-
-
timothycarambat authored
-
- May 18, 2024
-
-
Timothy Carambat authored
-
- May 16, 2024
-
-
Timothy Carambat authored
* patch confluence patterns --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
timothycarambat authored
-
Predrag Stojadinović authored
* chore: confluence data connector can now handle custom urls, in addition to default {subdomain}.atlassian.net ones * chore: formatting as per yarn lint * chore: adding /display/ url matching to confluence data connector
-
- May 14, 2024
-
-
timothycarambat authored
-
Sean Hatfield authored
* WIP website depth scraping, (sort of works) * website depth data connector stable + add maxLinks option * linting + loading small ui tweak * refactor website depth data connector for stability, speed, & readability * patch: remove console log Guard clause on URL validitiy check reasonable overrides --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
jazelly authored
Refs: https://github.com/Mintplex-Labs/anything-llm/issues/1381 Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Predrag Stojadinović authored
* chore: confluence data connector can now handle custom urls, in addition to default {subdomain}.atlassian.net ones * chore: formatting as per yarn lint
-
- May 02, 2024
-
-
timothycarambat authored
-
timothycarambat authored
-
- Apr 30, 2024
-
-
Timothy Carambat authored
* Bump `openai` package to latest Tested all except localai * bump LocalAI support with latest image * add deprecation notice * linting
-