-
*This is for internal use only; if you'd like to open an issue or request a new feature, please open a bug or enhancement issue*
# Design Doc - `AnnData` Conversion
This design doc proposes a ne…
-
Current code from RedisCache
`export class RedisCache implements TestableKeyValueCache {
readonly client: any;
readonly defaultSetOptions: KeyValueCacheSetOptions = {
ttl: 300,
};
…
-
### Details
_No response_
Checklist
- [X] ``sweepai/core/vector_db.py`` ✅ Commit [`3e63f81`](https://github.com/sweepai/sweep/commit/3e63f817de79b71c816eeef8ef5131a66959234e)
-
Hi there 👋
I hope you're well.
## Issue
We've upgraded from `3.0.0-beta.5` to `3.0.0-beta.6` recently and we noticed that nested objects get serialised as "[object Object]".
See the screen…
-
When using the [Redis Keyv](https://github.com/jaredwray/keyv/tree/main/packages/redis) and if the Redis client is unable to connect to the Redis cluster, the `keyv.get()` function will returned `unde…
-
I can't seem to find anywhere any examples(or the library to use) to accomplish the datasource concept through a database library(i.e. sequelize). I switched over from graphqlLambda to Apollo Ser…
-
I've created a bot in the Discord developer center, ran this project via docker but it won't start and using any command in my Discord servers gives the "The application did not respond" error
My d…
-
**Describe the bug**
Hi, everybody, I'm traning a llama model in step3 using deepspeed-chat. In version 0.10.1, it raised the following error([see in logs bleow](https://github.com/microsoft/DeepSp…
-
Hey guys,
As far as I know, apollo-server supports caching on redis, in memory or memcached.
`apollo-server-cache-redis` uses npm's `redis`module in order to create a redis client.
The `redis` mo…
-
I tried to use highly advertised Automatic persisted query for performance benefits in Graphql based system but after spending three days I couldn't fix below problem. Apollo documents has lots of 404…