Jonathan Lebowitsch

Results 4 comments of Jonathan Lebowitsch

I'm running langchain version 0.0.177 and am still seeing the same error. was it supposed to be fixed?

This is it: Redis.from_texts(documents, embeddings, redis_url="redis://localhost:6379", index_name='link') Traceback (most recent call last): Cell In[12], line 1 Redis.from_texts(documents, embeddings, redis_url="redis://localhost:6379", index_name='link') File ~\anaconda3\envs\ionix\Lib\site-packages\langchain\vectorstores\redis.py:449 in from_texts instance, _ = cls.from_texts_return_keys( File ~\anaconda3\envs\ionix\Lib\site-packages\langchain\vectorstores\redis.py:400...

Thanks, but I'm using a loader to create the texts. it creates a list of langchain.schema.Document objects to apply the embeddings on. are you saying that converting these to strings...

i'm still seeing the issue. at bottom it's line 48 in redis.py: installed_modules = client.module_list() where the client is created in line 137: redis_client = redis.from_url(redis_url, **kwargs) # check if...