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 13, 2024
  3. May 08, 2024
  4. May 02, 2024
  5. Apr 30, 2024
  6. Apr 23, 2024
  7. Apr 19, 2024
  8. Apr 16, 2024
  9. Mar 22, 2024
  10. Mar 14, 2024
  11. Mar 06, 2024
  12. Feb 27, 2024
  13. Feb 24, 2024
    • Sean Hatfield's avatar
      [FEAT] OpenRouter integration (#784) · 633f4252
      Sean Hatfield authored
      
      * WIP openrouter integration
      
      * add OpenRouter options to onboarding flow and data handling
      
      * add todo to fix headers for rankings
      
      * OpenRouter LLM support complete
      
      * Fix hanging response stream with OpenRouter
      update tagline
      update comment
      
      * update timeout comment
      
      * wait for first chunk to start timer
      
      * sort OpenRouter models by organization
      
      * uppercase first letter of organization
      
      * sort grouped models by org
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      633f4252
  14. Feb 22, 2024
  15. Feb 06, 2024
  16. Jan 29, 2024
  17. 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
  18. Jan 23, 2024
  19. Jan 18, 2024
  20. Jan 17, 2024
  21. Jan 12, 2024
  22. Jan 10, 2024
    • Sean Hatfield's avatar
      add Together AI LLM support (#560) · 1d39b8a2
      Sean Hatfield authored
      
      * add Together AI LLM support
      
      * update readme to support together ai
      
      * Patch togetherAI implementation
      
      * add model sorting/option labels by organization for model selection
      
      * linting + add data handling for TogetherAI
      
      * change truthy statement
      patch validLLMSelection method
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      1d39b8a2
  23. Jan 06, 2024
  24. Jan 05, 2024
  25. Dec 28, 2023
  26. Dec 20, 2023
  27. Dec 08, 2023
  28. Dec 07, 2023
  29. 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
  30. Dec 04, 2023
  31. Nov 14, 2023
  32. 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>
      f499f1ba
  33. 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
  34. Sep 29, 2023
  35. Sep 12, 2023
  36. Aug 15, 2023
Loading