Dhiren Mathur

Results 26 issues of Dhiren Mathur

# Implement Incremental Knowledge Graph Updates ## Problem Currently, the knowledge graph system performs a complete rebuild of both code mapping and inference generation on any update, regardless of the...

💎 Bounty

## Summary by CodeRabbit - **New Features** - Introduced an option during conversation creation to determine whether a conversation appears in the main interface or is archived immediately. - Refined...

# Create Development CLI for Local PotPie Usage ## Objective Create a command-line interface for local development interactions with PotPie. ## Commands ### 0. init ```bash potpie start ``` and...

💎 Bounty

## Summary - Implemented content-based hashing to optimize LLM usage by reusing docstrings for identical code - Added semantic caching system that works across branches and repositories - Improved docstring...

# Replace LangChain Chat Clients with LiteLLM ## Objective Replace all LangChain chat client implementations with LiteLLM while maintaining existing functionality. APIs to manage user's LLM choice and keys and...

💎 Bounty

**Description:** We need to create unit tests for the `github_service.py` file located in the `app/modules/github/` directory. The goal is to ensure that all functions are thoroughly tested for expected behavior,...

good first issue

# Implement Hash-Based Caching for Knowledge Graph Nodes ## Objective Optimize knowledge graph generation across branches by implementing hash-based caching for node inference and embeddings. ## Current Behavior - Complete...

💎 Bounty

# Centralize Prompt Management System ## Problem Prompts are currently hardcoded across different files, making maintenance and model-specific optimizations difficult. ## Proposed Solution Create a dedicated prompt management system with:...

enhancement
help wanted

**Overview** Add support for Ollama to enable users to run open source models locally. This feature is required for privacy focused users who do not want to share their code...

enhancement
help wanted

Adding potpie.ai to the open source list!