Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Dec 19, 2023
  2. Dec 17, 2023
  3. Dec 14, 2023
    • Timothy Carambat's avatar
      Document Processor v2 (#442) · 719521c3
      Timothy Carambat authored
      * wip: init refactor of document processor to JS
      
      * add NodeJs PDF support
      
      * wip: partity with python processor
      feat: add pptx support
      
      * fix: forgot files
      
      * Remove python scripts totally
      
      * wip:update docker to boot new collector
      
      * add package.json support
      
      * update dockerfile for new build
      
      * update gitignore and linting
      
      * add more protections on file lookup
      
      * update package.json
      
      * test build
      
      * update docker commands to use cap-add=SYS_ADMIN so web scraper can run
      update all scripts to reflect this
      remove docker build for branch
      Unverified
      719521c3
  4. Dec 13, 2023
  5. Dec 11, 2023
  6. Dec 07, 2023
    • timothycarambat's avatar
    • 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
      Unverified
      655ebd94
  7. Dec 06, 2023
  8. Nov 18, 2023
  9. Nov 09, 2023
    • Francisco Bischoff's avatar
      Using OpenAI API locally (#335) · f499f1ba
      Francisco Bischoff authored
      
      * Using OpenAI API locally
      
      * Infinite prompt input and compression implementation (#332)
      
      * 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
      
      * disable import on hosted instances (#339)
      
      * disable import on hosted instances
      
      * Update UI on disabled import/export
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * Add support for gpt-4-turbo 128K model (#340)
      
      resolves #336
      Add support for gpt-4-turbo 128K model
      
      * 315 show citations based on relevancy score (#316)
      
      * settings for similarity score threshold and prisma schema updated
      
      * prisma schema migration for adding similarityScore setting
      
      * WIP
      
      * Min score default change
      
      * added similarityThreshold checking for all vectordb providers
      
      * linting
      
      ---------
      
      Co-authored-by: default avatarshatfield4 <seanhatfield5@gmail.com>
      
      * rename localai to lmstudio
      
      * forgot files that were renamed
      
      * normalize model interface
      
      * add model and context window limits
      
      * update LMStudio tagline
      
      * Fully working LMStudio integration
      
      ---------
      Co-authored-by: default avatarFrancisco Bischoff <984592+franzbischoff@users.noreply.github.com>
      Co-authored-by: default avatarTimothy Carambat <rambat1010@gmail.com>
      Co-authored-by: default avatarSean Hatfield <seanhatfield5@gmail.com>
      Unverified
      f499f1ba
  10. Nov 06, 2023
  11. Oct 25, 2023
  12. Oct 04, 2023
  13. Sep 12, 2023
  14. Aug 24, 2023
    • Timothy Carambat's avatar
      Full developer api (#221) · defe6054
      Timothy Carambat authored
      * Autodocument Swagger API with JSDocs on /v1/ endpoints for API access
      implement single-player API keys
      WIP Admin API Keys
      
      * Create new api keys as both single and multi-user
      
      * Add boot and telem
      
      * Complete Admin API
      
      * Complete endpoints
      dark mode swagger
      
      * update docs
      
      * undo debug
      
      * update docs and readme
      Unverified
      defe6054
  15. Aug 16, 2023
  16. Aug 15, 2023
  17. Aug 12, 2023
  18. Jul 27, 2023
  19. Jul 25, 2023
    • Timothy Carambat's avatar
      [FEATURE] Enable the ability to have multi user instances (#158) · 91f5f942
      Timothy Carambat authored
      * multi user wip
      
      * WIP MUM features
      
      * invitation mgmt
      
      * suspend or unsuspend users
      
      * workspace mangement
      
      * manage chats
      
      * manage chats
      
      * add Support for admin system settings for users to delete workspaces and limit chats per user
      
      * fix issue ith system var
      update app to lazy load invite page
      
      * cleanup and bug fixes
      
      * wrong method
      
      * update readme
      
      * update readme
      
      * update readme
      
      * bump version to 0.1.0
      Unverified
      91f5f942
  20. Jun 13, 2023
  21. Jun 09, 2023
    • Timothy Carambat's avatar
      Lancedb support (#6) · ad15e1f9
      Timothy Carambat authored
      * add start of lanceDB support
      
      * lancedb initial support
      
      * add null method for deletion of documents from namespace since LanceDB does not support
      show warning modal on frontend for this
      
      * update .env.example and lancedb methods for sourcing
      
      * change export method
      
      * update readme
      Unverified
      ad15e1f9
  22. Jun 08, 2023
  23. Jun 06, 2023
  24. Jun 04, 2023
Loading