flutter_rag_chatbot 0.1.2 copy "flutter_rag_chatbot: ^0.1.2" to clipboard
flutter_rag_chatbot: ^0.1.2 copied to clipboard

A Flutter package for building RAG-based chatbots with local vector storage and xAI Grok API integration.

Changelog #

0.1.0 #

  • Initial release of the flutter_rag_chatbot package.
    • Provides RagChatbot for RAG functionality.
    • Includes RagChatWidget for UI integration.
    • Supports xAI Grok API for text generation.
    • Features local vector storage and markdown parsing.
    • Multi-Content Support: Added support for URLs, PDFs, images, and strings for embedding and retrieval
      • URL content fetching with HTML text extraction
      • PDF document support (placeholder)
      • Image analysis support (placeholder)
      • Resource management with dispose() method
    • AI Provider Selection: Added support for multiple AI providers
      • Grok (xAI) API integration
      • ChatGPT (OpenAI) API integration
      • Claude (Anthropic) API integration
      • Gemini (Google) API integration

0.1.1 #

  • Bug fixes and code cleanup
    • Removed unreachable switch default clauses to resolve analyzer warnings
    • Updated package version for republishing

0.1.2 #

  • Republishing update
    • Fixed RagChatWidget export in main library file
    • Updated package version for successful publishing
1
likes
130
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for building RAG-based chatbots with local vector storage and xAI Grok API integration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_markdown, http, sqlite3, vector_math

More

Packages that depend on flutter_rag_chatbot