Skip to content

everything-ai @ v1.0.0🤖

Compare
Choose a tag to compare
@AstraBert AstraBert released this 06 May 00:16
· 13 commits to main since this release

CHANGELOG:

  1. Changed name from everything-rag to everything-ai
  2. User-friendly task, model and file selection interface (no longer CLI, but GUI with gradio)
  3. Multi-container application with docker compose up (simpler)
  4. New docker image on Docker Hub: astrabert/everything-ai
  5. Supports new tasks: text summarization, stable diffusion, image to text, image classification
  6. Added multilingual support for text generation and stable diffusion
  7. Text generation has now two options: agnostic text generation (no retrieval or prior knowledge) and retrieval text generation (retrieval with knowledge base)
  8. Switched from Langchain-supplied ChromaDB local storage to qdrant collections for retrieval knowledge bases
  9. Faster retrieval text generation inference