Daulet Amirkhanov
Daulet Amirkhanov
An MVP version (I'd at least need to add specs) of #read_multi implementation idea #44
## Paste the link of the GitHub organisation below and submit https://github.com/internetarchive --- ###### Please subscribe to this thread to get notified when a new repository is created
**Describe the bug** `[BP_0044] Not Found: Bot is disabled` error message pops up every time on the admin panel if there is a disabled bot. **To Reproduce** Steps to reproduce...
## Description Recently a few cases cryptic errors like in issue #1721 have occurred across cognee use cases. Debugging #1721 however, I found out that if LLM_API_KEY happens to have...
## Description server.py has everything in one file, which is hard to maintain. This PR: 1. Extracts tools individually from `server.py` into tools module 2. Deprecates coding assistant following #1657...
## Description ## Type of Change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ]...
## Description Implement File-Based Version of the Redis Cache Adapter Description and acceptance criteria: This PR introduces a file-based cache adapter as an alternative to the existing Redis-based adapter. It...
## Description Importing cognee has code side-effects, for example instantiating vector engine adapter classes etc. These side effects instantiate async locks along the way. Our external integrations - like LangGraph...