flutter_rag_chatbot 0.1.2
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
- Provides
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