Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Jul 25, 2024
  2. Jul 24, 2024
  3. Jul 23, 2024
  4. Jul 20, 2024
  5. Jul 19, 2024
    • Timothy Carambat's avatar
      Docker image updates (#1896) · b275008b
      Timothy Carambat authored
      * bump base image
      
      * Bump mysql
      
      * attestations
      
      * attestations perms
      
      * attestations perms
      
      * fix permissions for attestetions for master push
      
      * test cleanup
      
      * repin base image
      
      * revert base
      
      * patch frontend-clean
      
      * force resolve braces to fixed version
      
      * rebump
      b275008b
  6. Jul 03, 2024
  7. Jun 27, 2024
  8. Jun 21, 2024
    • Timothy Carambat's avatar
      [BETA] Live document sync (#1719) · dc4ad6b5
      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: default avatartimothycarambat <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: default avatarSean Hatfield <seanhatfield5@gmail.com>
      dc4ad6b5
  9. Jun 07, 2024
  10. Jun 06, 2024
  11. May 16, 2024
    • Timothy Carambat's avatar
      Support SQL Agent skill (#1411) · 15cf9216
      Timothy Carambat authored
      * Support SQL Agent skill
      
      * add MSSQL agent connector
      
      * Add frontend to agent skills
      remove FAKE_DB mock
      reset skills to pickup child-skill dynamically
      
      * add prompt examples for tools on untooled
      
      * add better logging on SQL agents
      
      * Wipe toolruns on each chat relay so tools can be used within the same session
      
      * update comments
      15cf9216
  12. May 14, 2024
  13. May 08, 2024
    • Timothy Carambat's avatar
      Ollama agents (#1270) · 331d3741
      Timothy Carambat authored
      * add LMStudio agent support (generic) support
      "work" with non-tool callable LLMs, highly dependent on system specs
      
      * add comments
      
      * enable few-shot prompting per function for OSS models
      
      * Add Agent support for Ollama models
      
      * improve json parsing for ollama text responses
      331d3741
  14. May 07, 2024
  15. May 02, 2024
  16. Apr 30, 2024
  17. Apr 29, 2024
  18. Apr 19, 2024
  19. Apr 18, 2024
  20. Apr 16, 2024
  21. Mar 08, 2024
  22. Mar 06, 2024
  23. Jan 26, 2024
    • Hakeem Abbas's avatar
      feature: Integrate Astra as vectorDBProvider (#648) · 5614e2ed
      Hakeem Abbas authored
      
      * feature: Integrate Astra as vectorDBProvider
      
      feature: Integrate Astra as vectorDBProvider
      
      * Update .env.example
      
      * Add env.example to docker example file
      Update spellcheck fo Astra
      Update Astra key for vector selection
      Update order of AstraDB options
      Resize Astra logo image to 330x330
      Update methods of Astra to take in latest vectorDB params like TopN and more
      Update Astra interface to support default methods and avoid crash errors from 404 collections
      Update Astra interface to comply to max chunk insertion limitations
      Update Astra interface to dynamically set dimensionality from chunk 0 size on creation
      
      * reset workspaces
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      5614e2ed
  24. Jan 23, 2024
  25. Jan 18, 2024
  26. Jan 13, 2024
  27. Jan 12, 2024
  28. Jan 09, 2024
  29. Jan 08, 2024
  30. Jan 04, 2024
  31. Dec 28, 2023
  32. Dec 07, 2023
    • Timothy Carambat's avatar
      [Feature] AnythingLLM use locally hosted Llama.cpp and GGUF files for inferencing (#413) · 655ebd94
      Timothy Carambat authored
      * Implement use of native embedder (all-Mini-L6-v2)
      stop showing prisma queries during dev
      
      * Add native embedder as an available embedder selection
      
      * wrap model loader in try/catch
      
      * print progress on download
      
      * add built-in LLM support (expiermental)
      
      * Update to progress output for embedder
      
      * move embedder selection options to component
      
      * saftey checks for modelfile
      
      * update ref
      
      * Hide selection when on hosted subdomain
      
      * update documentation
      hide localLlama when on hosted
      
      * saftey checks for storage of models
      
      * update dockerfile to pre-build Llama.cpp bindings
      
      * update lockfile
      
      * add langchain doc comment
      
      * remove extraneous --no-metal option
      
      * Show data handling for private LLM
      
      * persist model in memory for N+1 chats
      
      * update import
      update dev comment on token model size
      
      * update primary README
      
      * chore: more readme updates and remove screenshots - too much to maintain, just use the app!
      
      * remove screeshot link
      655ebd94
  33. Dec 06, 2023
    • Timothy Carambat's avatar
      Add built-in embedding engine into AnythingLLM (#411) · 88cdd8c8
      Timothy Carambat authored
      * Implement use of native embedder (all-Mini-L6-v2)
      stop showing prisma queries during dev
      
      * Add native embedder as an available embedder selection
      
      * wrap model loader in try/catch
      
      * print progress on download
      
      * Update to progress output for embedder
      
      * move embedder selection options to component
      
      * forgot import
      
      * add Data privacy alert updates for local embedder
      88cdd8c8
  34. Dec 05, 2023
    • pritchey's avatar
      401-Password Complexity Check Capability (#402) · 732d0782
      pritchey authored
      
      * Added improved password complexity checking capability.
      
      * Move password complexity checker as User.util
      dynamically import required libraries depending on code execution flow
      lint
      
      * Ensure persistence of password requirements on restarts via env-dump
      Copy example schema to docker env as well
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      732d0782
  35. Nov 06, 2023
    • Timothy Carambat's avatar
      Infinite prompt input and compression implementation (#332) · be9d8b03
      Timothy Carambat authored
      * WIP on continuous prompt window summary
      
      * wip
      
      * Move chat out of VDB
      simplify chat interface
      normalize LLM model interface
      have compression abstraction
      Cleanup compressor
      TODO: Anthropic stuff
      
      * Implement compression for Anythropic
      Fix lancedb sources
      
      * cleanup vectorDBs and check that lance, chroma, and pinecone are returning valid metadata sources
      
      * Resolve Weaviate citation sources not working with schema
      
      * comment cleanup
      be9d8b03
  36. Oct 30, 2023
    • Timothy Carambat's avatar
      Anthropic claude 2 support (#305) · 5d56ab62
      Timothy Carambat authored
      * WIP Anythropic support for chat, chat and query w/context
      
      * Add onboarding support for Anthropic
      
      * cleanup
      
      * fix Anthropic answer parsing
      move embedding selector to general util
      5d56ab62
Loading