Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Oct 21, 2024
  2. Oct 15, 2024
  3. Sep 16, 2024
  4. Sep 05, 2024
  5. Aug 21, 2024
  6. Aug 05, 2024
    • Mr Simon C's avatar
      2034 automate port forwarding for GitHub codespaces using gh cli (#2035) · b9612996
      Mr Simon C authored
      * open the server port to public on container post create
      
      * install gh on container start
      
      * remove port command until needed
      
      * look for port 3001 to be available and make public
      
      * install netcat
      
      * run background nc task before server start
      
      * add sleep 5 due to error clashing with server start
      
      * remove netcat, use gh cli
      b9612996
  7. Jul 30, 2024
  8. Jul 26, 2024
  9. Jul 24, 2024
  10. Jul 23, 2024
  11. Jul 11, 2024
  12. Jul 01, 2024
  13. 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
  14. Jun 20, 2024
  15. May 14, 2024
  16. May 08, 2024
    • Timothy Carambat's avatar
      More agent providers (#1316) · 81bc16cc
      Timothy Carambat authored
      * add OpenRouter support
      
      * add mistral agents
      add perplexity agents
      add textwebgenui agents
      81bc16cc
    • Sean Hatfield's avatar
      Agent support for LLMs with no function calling (#1295) · 8422f925
      Sean Hatfield 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
      
      * azure, groq, koboldcpp agent support complete + WIP togetherai
      
      * WIP gemini agent support
      
      * WIP gemini blocked and will not fix for now
      
      * azure fix
      
      * merge fix
      
      * add localai agent support
      
      * azure untooled agent support
      
      * merge fix
      
      * refactor implementation of several agent provideers
      
      * update bad merge comment
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      8422f925
  17. May 07, 2024
  18. Apr 30, 2024
  19. Apr 26, 2024
    • Timothy Carambat's avatar
      Agent skill: chart generation (#1103) · 2e813846
      Timothy Carambat authored
      
      * WIP agent support
      
      * move agent folder
      
      * wip frontend socket
      
      * checkpoint
      
      * fix schema
      
      * Checkpoint for plugins and AgentHandler
      
      * refactor plugins and agent arch
      
      * agent error reporting and handling
      
      * add frontend elements for agents in prompt input
      
      * WIP integrations for agents
      
      * enable web-search agent config from frontend
      
      * persist chat history
      
      * update alert
      
      * update migration
      remove console logs
      update close state for agent invocations
      
      * add examples to dockerignore
      Extract statusResponse to its own component
      
      * update close method
      
      * wrap scraping rejections
      
      * add RAG search as funciton
      
      * Add telem and link highlight
      
      * chat support
      
      * patch memory
      
      * Add rechart as a plugin option
      
      * Toggles for abilites of default agent (system wide)
      Validate values for agent skills
      Enable dynamic loading of skills
      UI for toggle of skills
      
      * add UI for toggle of configs for agent
      
      * toggle WS or WSS protocol
      
      * update NGNIX proxy pass
      
      * move components around and capture failed websocket creation
      
      * fix name
      
      * tmp docker image
      
      * reset workflow
      
      * safety mark functions
      
      * telem on tool calls
      
      * remove hardcode short circuit
      
      * separate web-browser from scrape
      
      * extract summarizer to util
      add abort handlers and controller for langchain stuff so socket close kills process
      
      * langchain summarize verbose when in dev
      
      * chart styling improvements + add title to chart
      
      * fix legend from being cutoff in chart downloads
      
      * remove cursor blink
      
      ---------
      
      Co-authored-by: default avatarshatfield4 <seanhatfield5@gmail.com>
      2e813846
  20. Apr 16, 2024
  21. Apr 02, 2024
  22. Apr 01, 2024
  23. Mar 07, 2024
  24. Mar 06, 2024
  25. Feb 19, 2024
  26. Feb 05, 2024
    • Sean Hatfield's avatar
      [FEAT] Embedded AnythingLLM (#656) · 1846a99b
      Sean Hatfield authored
      
      * WIP embedded app
      
      * WIP got response from backend in embedded app
      
      * WIP streaming prints to embedded app
      
      * implemented streaming and tailwind min for styling into embedded app
      
      * WIP embedded app history functional
      
      * load params from script tag into embedded app
      
      * rough in modularization of embed chat
      cleanup dev process for easier dev support
      move all chat to components
      todo: build process
      todo: backend support
      
      * remove eslint config
      
      * Implement models and cleanup embed chat endpoints
      Improve build process for embed
      prod minification and bundle size awareness
      WIP
      
      * forgot files
      
      * rename to embed folder
      
      * introduce chat modal styles
      
      * add middleware validations on embed chat
      
      * auto open param and default greeting
      
      * reset chat history
      
      * Admin embed config page
      
      * Admin Embed Chats mgmt page
      
      * update embed
      
      * nonpriv
      
      * more style support
      reopen if chat was last opened
      
      * update comments
      
      * remove unused imports
      
      * allow change of workspace for embedconfig
      
      * update failure to lookup message
      
      * update reset script
      
      * update instructions
      
      * Add more styling options
      Add sponsor text at bottom
      Support dynamic container height
      Loading animations
      
      * publish new embed script
      
      * Add back syntax highlighting and keep bundle small via dynamic script build
      
      * add hint
      
      * update readme
      
      * update copy model for snippet with link to styles
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      1846a99b
  27. 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
  28. Jan 18, 2024
  29. Jan 08, 2024
  30. Dec 28, 2023
  31. Aug 15, 2023
  32. Aug 09, 2023
  33. Aug 04, 2023
    • Timothy Carambat's avatar
      Multiple LLM Support framework + AzureOpenAI Support (#180) · 1f29cec9
      Timothy Carambat authored
      * Remove LangchainJS for chat support chaining
      Implement runtime LLM selection
      Implement AzureOpenAI Support for LLM + Emebedding
      WIP on frontend
      Update env to reflect the new fields
      
      * Remove LangchainJS for chat support chaining
      Implement runtime LLM selection
      Implement AzureOpenAI Support for LLM + Emebedding
      WIP on frontend
      Update env to reflect the new fields
      
      * Replace keys with LLM Selection in settings modal
      Enforce checks for new ENVs depending on LLM selection
      1f29cec9
Loading