Issue with Redis Vector Store #8115
ashokrayapati
started this conversation in
General
Replies: 1 comment
-
What is the issue though? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
set_global_service_context(service_context = service_context)
vector_store=RedisVectorStore(index_name=folderpath[i],index_prefix="llama_index",redis_url=configdata["REDIS_URL"],overwrite=False)
loaded_index = VectorStoreIndex.from_vector_store(vector_store,service_context=service_context)
query_engine = loaded_index.as_query_engine(similarity_top_k= 3,streaming=True)
response = query_engine.query(input_txt)
i just went through https://gpt-index.readthedocs.io/en/latest/examples/vector_stores/RedisIndexDemo.html
but i haven't found any solution for this can you give me a quick idea about this.?
Beta Was this translation helpful? Give feedback.
All reactions