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.

0 stars 0 forks 0 watchers Rust Apache License 2.0
1 Open Issue Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
documentation enhancement good first issue

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.

Rust