Open Issues Need Help
View All on GitHubAI Summary: This issue aims to improve code readability and maintainability by removing redundant comments and debug logs across all project crates. The goal is to have self-descriptive code, keeping only documentation that explains 'why' rather than 'what', and ensuring descriptive naming conventions are followed without introducing functional changes.
An intelligent chatbot backend built in Rust that combines RAG (Retrieval-Augmented Generation) with tool use capabilities. The system integrates AWS Bedrock Claude Sonnet, Cohere and Titan embeddings, PostgreSQL with pgvector, and Server-Sent Events for streaming responses.