Find answers from the community

Home
Members
coalroller79
c
coalroller79
Offline, last seen 3 months ago
Joined September 25, 2024
Hi, I'm trying to use RedisVectorStore and already have the data ingested in. i can load the vector_store and when i print it it shows "<llama_index.vector_stores.redis.RedisVectorStore object at 0x7fb706476a10>". problem is that i cannot load the index back in chat app. code:
storage_context = StorageContext.from_defaults(vector_store=vector_store)
index = load_index_from_storage(storage_context=storage_context, service_context=service_context)
error: ValueError: No index in storage context, check if you specified the right persist_dir.
1 comment
L