Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. May 14, 2024
  2. 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
      Unverified
      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>
      Unverified
      8422f925
  3. May 07, 2024
  4. Apr 30, 2024
  5. 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>
      Unverified
      2e813846
  6. Apr 16, 2024
  7. Apr 02, 2024
  8. Apr 01, 2024
  9. Mar 07, 2024
  10. Mar 06, 2024
  11. Feb 19, 2024
  12. 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>
      Unverified
      1846a99b
  13. 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>
      Unverified
      5614e2ed
  14. Jan 18, 2024
  15. Jan 08, 2024
  16. Dec 28, 2023
  17. Aug 15, 2023
  18. Aug 09, 2023
  19. 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
      Unverified
      1f29cec9
Loading