Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. 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
  2. Feb 02, 2024
  3. Jan 31, 2024
  4. Jan 30, 2024
  5. Jan 29, 2024
  6. 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
    • Sean Hatfield's avatar
      [FEAT] add gpt-4-turbo-preview (#651) · 21653b09
      Sean Hatfield authored
      * add gpt-4-turbo-preview
      
      * add gpt-4-turbo-preview to valid models
      21653b09
    • timothycarambat's avatar
      fix bug yaml · 39d07fea
      timothycarambat authored
      39d07fea
    • timothycarambat's avatar
      fix bug yaml · ca3decf4
      timothycarambat authored
      ca3decf4
  7. Jan 24, 2024
  8. Jan 23, 2024
  9. Jan 22, 2024
  10. Jan 19, 2024
  11. Jan 18, 2024
  12. Jan 17, 2024
    • Sean Hatfield's avatar
      add support for mistral api (#610) · c2c8fe97
      Sean Hatfield authored
      
      * add support for mistral api
      
      * update docs to show support for Mistral
      
      * add default temp to all providers, suggest different results per provider
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      c2c8fe97
    • Sean Hatfield's avatar
      Per workspace model selection (#582) · 90df3758
      Sean Hatfield authored
      
      * WIP model selection per workspace (migrations and openai saves properly
      
      * revert OpenAiOption
      
      * add support for models per workspace for anthropic, localAi, ollama, openAi, and togetherAi
      
      * remove unneeded comments
      
      * update logic for when LLMProvider is reset, reset Ai provider files with master
      
      * remove frontend/api reset of workspace chat and move logic to updateENV
      add postUpdate callbacks to envs
      
      * set preferred model for chat on class instantiation
      
      * remove extra param
      
      * linting
      
      * remove unused var
      
      * refactor chat model selection on workspace
      
      * linting
      
      * add fallback for base path to localai models
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      90df3758
    • Sean Hatfield's avatar
      add check to skip empty messages (#602) · bf503ee0
      Sean Hatfield authored
      * add check to skip empty messages
      
      * add comment explaining prisma + sqlite not supporting createMany()
      bf503ee0
    • Timothy Carambat's avatar
      570 document api return object (#608) · b35feede
      Timothy Carambat authored
      * Add support for fetching single document in documents folder
      
      * Add document object to upload + support link scraping via API
      
      * hotfixes for documentation
      
      * update api docs
      b35feede
  13. Jan 16, 2024
Loading