Skip to content

Releases: SecureAI-Tools/SecureAI-Tools

v0.0.4

27 Dec 00:19
Compare
Choose a tag to compare

New features highlight

Chat with documents from Paperless-ngx!

You can now use your documents from Paperless-ngx in SecureAI Tools. You can select as many documents from Paperless-ngx as needed and create document collections on SecureAI Tools to be able to chat with them. Below is a quick demo.

Paperless-ngx integration demo

Upgrading

This release does not add any new services to docker-compose, nor does it add any new env variables. So simply do docker compose down && docker compose pull && docker compose up -d to upgrade!

New Contributors

Full Changelog

v0.0.3...v0.0.4

v0.0.3

22 Dec 20:14
Compare
Choose a tag to compare

New features highlight

  1. Document collections can now be deleted and edited (#47, #54)
  2. Improved usability on touchscreen devices with submit buttons (#52)
  3. LLM provider options can now be specified (#51)
  4. Added health checks to docker-compose.yml so services wait for dependent services to be healthy (#46, #57, #61)

Upgrading

  1. docker compose down
  2. Upgrade your docker-compose.yml file to have latest changes
  3. Upgrade your .env file to have latest changes
  4. Pull latest images and start: docker compose pull && docker compose up -d

v0.0.2

16 Dec 22:43
Compare
Choose a tag to compare

New features highlight

Reusable document collections and Offline processing

Now you can create a collection of documents, and then create as many chats with the collection as needed. The documents in a collection get processed in the background. This means you can add hundreds or thousands of documents to a collection, and come back a few hours later to start chatting!

Document Collections demo

Upgrading

New services

This release adds a few more services. Please update your docker-compose.yml file according to changes here

New environment variables

Please add the following required variables to your .env file. See these diffs to view all changes to example.env file.

  • POSTGRES_DB
  • POSTGRES_USER
  • POSTGRES_PASSWORD
  • AMQP_DOCS_INDEXING_QUEUE_NAME

v0.0.1

08 Dec 23:02
Compare
Choose a tag to compare

New features highlight

Chat with documents is now available starting with PDFs

Chat with documents demo: OpenAI's GPT3.5
Chat with documents demo: OpenAI's GPT3.5

Chat with documents demo: Locally running Mistral (M2 MacBook)
Chat with documents demo: Locally running Mistral

OpenAI models are now supported

SecureAI Tools now supports OpenAI models. Please specify MODEL_PROVIDER_CONFIGS in the .env config to start using OpenAI LLMs.

Improved navigation

Settings are now navigable from the cog icon on the bottom left of the sidebar!

Upgrading

New environment variables

Please add the following variables to your .env file. See these diffs to view all changes to example.env file.

  • Required: LOCAL_OBJECT_STORAGE_DIR
  • Optional: MODEL_PROVIDER_CONFIGS, DOCS_INDEXING_CHUNK_SIZE, DOCS_INDEXING_CHUNK_OVERLAP, DOCS_RETRIEVAL_K

New service dependency

This release adds vector-db service as a dependency of web service. Please update your docker-compose.yml file according to changes here

v0.0.0

30 Nov 00:56
1a88294
Compare
Choose a tag to compare

The first-ever release!

Private and secure AI tools for everyone's productivity.

https://github.com/SecureAI-Tools/SecureAI-Tools#install