David Arenburg
David Arenburg
It's too bad it's not really documented too. I've spent quite a lot of time trying to save a parquet file into a bucket. It seems like you also unassigned...
Great! Can you also update the docs and add an example of how to generate and use the weights? Thanks
Yeah, I get that, I just wanted to see an actual code implementation example in the docs
FYI, `Redis.from_documents` won't work on AWS Elasticache because there is no RediSearch installed on it, see [here](https://stackoverflow.com/questions/75875078/how-do-i-install-redisearch-into-aws-elasticache-or-amazon-memorydb)
It seem to be the same with [redis](https://github.com/hwchase17/langchain/blob/master/langchain/vectorstores/redis.py#L307). Though I'm confused if this is because of [this](https://github.com/hwchase17/langchain/blob/master/langchain/vectorstores/redis.py#L94)?
Yes, actually none of these work for me. `get_templates("imgflip")` works, but it is impossible to register on their site. On the other hand, `get_templates("memecaptain")` doesn't work but I was able...