In the past month, the Phidata project has experienced a notable uptick in collaborative development efforts, with key contributors focusing on bug fixes and the introduction of new features to enhance its capabilities as a framework for building autonomous AI assistants. The project, which integrates long-term memory and contextual knowledge into AI assistants, continues to evolve under active community engagement.
Recent activities indicate a strong commitment from the development team, with 28 open pull requests (PRs) addressing various enhancements and bug fixes. Noteworthy contributions include improvements to tool integration and user experience, such as PR #1099, which prevents data loss during table creation in LanceDb, and PR #1094, which introduces filtering capabilities for enhanced query handling.
The repository currently has 60 open issues that reflect ongoing user engagement, with recent reports highlighting integration challenges and feature requests. The open PRs are primarily focused on:
Ashpreet (ashpreetbedi)
Jacob Weiss (jacobweiss2305)
Yash Pratap Solanky (ysolanky)
William Espegren (WilliamEspegren)
CorrM (Islam Nofl)
Thierry Rochelet
Ayush Chaurasia (AyushExel)
Timespan | Opened | Closed | Comments | Labeled | Milestones |
---|---|---|---|---|---|
7 Days | 5 | 1 | 3 | 5 | 1 |
30 Days | 17 | 8 | 29 | 17 | 1 |
90 Days | 56 | 32 | 111 | 56 | 1 |
All Time | 158 | 98 | - | - | - |
Like all software activity quantification, these numbers are imperfect but sometimes useful. Comments, Labels, and Milestones refer to those issues opened in the timespan in question.
Developer | Avatar | Branches | PRs | Commits | Files | Changes |
---|---|---|---|---|---|---|
Jacob Weiss | 4 | 5/4/0 | 11 | 24 | 5445 | |
Ashpreet | 3 | 2/2/0 | 19 | 50 | 859 | |
Islam Nofl | 1 | 1/1/0 | 3 | 9 | 272 | |
Yash Pratap Solanky | 4 | 4/6/0 | 9 | 14 | 151 | |
Ayush Chaurasia (AyushExel) | 1 | 1/0/0 | 4 | 3 | 112 | |
Thierry Rochelet | 1 | 0/0/0 | 1 | 2 | 101 | |
William Espegren | 1 | 3/2/0 | 1 | 1 | 3 | |
XiruiYU | 1 | 1/1/0 | 1 | 1 | 2 | |
Blake Johnson (blake41) | 0 | 0/1/0 | 0 | 0 | 0 | |
Tanveer Iqbal (tqiqbal) | 0 | 0/1/0 | 0 | 0 | 0 | |
Anurag (anuragts) | 0 | 0/1/0 | 0 | 0 | 0 | |
BOBOTANG (JavanTang) | 0 | 1/0/0 | 0 | 0 | 0 | |
Sami Finnilä (MB-Finski) | 0 | 1/0/0 | 0 | 0 | 0 | |
gary318 (GuanYixuan) | 0 | 1/0/0 | 0 | 0 | 0 | |
Joel L. (Joelius300) | 0 | 1/0/0 | 0 | 0 | 0 | |
None (GuanyiLi-Craig) | 0 | 1/0/0 | 0 | 0 | 0 | |
Thierry Napspirit (ThierryNapspirit) | 0 | 1/1/0 | 0 | 0 | 0 | |
Kevin Zhang (KevinZhang19870314) | 0 | 1/0/0 | 0 | 0 | 0 | |
siddharth Sambharia (siddharthsambharia-portkey) | 0 | 0/1/0 | 0 | 0 | 0 |
PRs: created by that dev and opened/merged/closed-unmerged during the period
The GitHub repository for Phidata has seen a steady stream of activity, with 60 open issues currently logged. Recent issues indicate a mix of feature requests, bug reports, and inquiries about functionality, reflecting ongoing user engagement and the evolving nature of the project. Notably, several issues highlight challenges with tool integration and model compatibility, suggesting potential areas for improvement in user experience and documentation.
A recurring theme among the recent issues is the integration of various tools and models, particularly concerning their functionality and expected behavior. Users are expressing concerns about discrepancies between expected outcomes and actual performance, especially in relation to function calling and tool usage. This indicates a potential need for clearer documentation and more robust testing before releases.
Issue #1098: Workspace supports custom stages
Issue #1096: Cannot use non-vectorstore retrievers in LangChainKnowledgeBase
Issue #1093: A feature of filters is missing from assistant
Issue #1091: How to set debug_mode
in runtime when using Assistant?
Issue #1089: AttributeError: 'NoneType' object has no attribute 'model_dump'
Issue #1085: Tools and Function Calls Not Working in OpenAILike Mode
Issue #1080: Error after 4 to 5 queries input
Issue #1079: Why the same python tools run many times?
Issue #1077: Inconsistency in output_model parameter.
Issue #1071: Ollama: Wrong user message repeated in prompt as the latest user message
The recent issues reflect several common themes:
Overall, these insights highlight both user engagement with the Phidata project and areas where improvements could enhance usability and functionality.
The repository phidatahq/phidata
currently has 28 open pull requests (PRs), showcasing a variety of enhancements, bug fixes, and feature additions aimed at improving the functionality and usability of the Phidata framework for building autonomous AI assistants.
PR #1099: Resolves the discrepancy between LanceDb.create
and other VectorDb.create
methods by ensuring that the table is created only if it does not exist. This change is crucial to prevent data loss during data loading processes.
PR #1097: Relaxed instance check from VectorStoreRetriever
to BaseRetriever
, allowing for greater flexibility in retriever types. This is the contributor's first PR, indicating a new addition to the community.
PR #1095: Fixes a bug related to the Ollama function call, enhancing the reliability of function execution within the framework.
PR #1094: Introduces a filters function for the assistant, expanding its search capabilities and making it more versatile in handling queries.
PR #1092: Adds functionality to set debug mode at runtime, which aids developers in troubleshooting and improving code quality.
PR #1090: Addresses an issue with OpenAI embedder usage, ensuring correct functionality and integration with external APIs.
PR #1088: Implements a custom streaming function for AzureOpenAIChat to handle token usage details during streaming operations, addressing a known limitation.
PR #1086: Adds support for DeepSeek, enabling users to leverage this tool within the Phidata framework.
PR #1082: Introduces a clean messages function to limit tool call results in messages, enhancing message management within responses.
PR #1081: Adds hybrid search and reranking support in LanceDB vectorstore, significantly improving search capabilities.
PR #1072: Fixes an issue with appending user messages when using Ollama, improving interaction accuracy.
PR #1069: Enhances UI and error handling for the research assistant, improving user experience and robustness.
PR #1061: Provides cookbook examples for Pinecone integration, facilitating easier adoption of this technology within Phidata.
PR #1040: Updates instructions in the README to return JSON objects correctly, enhancing documentation clarity.
Numerous PRs have been successfully merged, including significant features like hybrid search capabilities (PR #1073) and improvements to existing tools (e.g., PRs related to Ollama and Claude). These contributions reflect ongoing enhancements to the framework's functionality and user experience.
The current set of open pull requests highlights several key themes within the Phidata project:
Bug Fixes and Reliability Improvements:
A significant number of recent PRs focus on fixing bugs that could lead to data loss or incorrect behavior. For example, PR #1099 addresses a critical issue where LanceDb.create
would overwrite existing tables, potentially discarding important data. Similarly, PR #1095 resolves a function call bug that could disrupt normal operations. Such fixes are essential for maintaining user trust and ensuring that developers can rely on the framework for production-level applications.
Feature Enhancements: Many PRs introduce new functionalities that enhance user experience. The addition of filtering capabilities (PR #1094) and hybrid search support (PR #1081) are notable examples that expand the assistant's capabilities significantly. This trend indicates an active effort by contributors to make Phidata more versatile and powerful for various use cases.
Community Engagement and Contributions: The presence of first-time contributors like Joel L. (PR #1097) suggests that Phidata is fostering a welcoming environment for new developers. This is crucial for sustaining long-term growth and innovation within the project. The community's involvement in discussions about PRs also reflects a collaborative spirit that can lead to higher-quality contributions.
Documentation and Usability Improvements: Several PRs aim to improve documentation or usability features, such as allowing runtime debug mode settings (PR #1092) or updating README instructions (PR #1040). These changes are vital for onboarding new users and ensuring that existing users can leverage all features effectively without confusion.
Integration with External Tools: The integration of tools like AzureOpenAIChat (PR #1088) and DeepSeek (PR #1086) showcases an ongoing effort to expand Phidata's ecosystem by incorporating popular technologies. This not only enhances functionality but also positions Phidata as a competitive option among frameworks designed for AI assistants.
In conclusion, the current landscape of pull requests in the Phidata repository demonstrates a vibrant development community focused on enhancing functionality, fixing critical issues, and improving user experience through thoughtful contributions. As these changes are implemented, they will likely lead to a more robust framework capable of meeting diverse user needs in building autonomous AI assistants.
Ashpreet (ashpreetbedi)
Jacob Weiss (jacobweiss2305)
Yash Pratap Solanky (ysolanky)
William Espegren (WilliamEspegren)
CorrM (Islam Nofl)
Thierry Rochelet
Ayush Chaurasia (AyushExel)
Overall, the development team is actively engaged in enhancing Phidata's capabilities while addressing bugs effectively, showcasing a collaborative environment focused on continuous improvement.