Results 4 comments of Bharath Balan

+1 for conda support

@dhnanjay , As a workaround, I hardcoded the vector dimensions size to 6144 in superagi/vector_store/redis.py Change the line where it says `vector_dimensions = self.embedding_model.get_embedding("sample")` to `vector_dimensions = 6144`

https://github.com/nodejs/node/pull/54757 This PR might help with this @trivikr