Find answers from the community

d
dgkatz
Offline, last seen 4 months ago
Joined September 25, 2024
I believe there is a bug in the Weaviate vector store implementation when hybrid mode is used.
Getting the exception:
Plain Text
AttributeError: 'GetBuilder' object has no attribute 'similarity_top_k'

I believe the cause is this line: https://github.com/jerryjliu/llama_index/blob/main/llama_index/vector_stores/weaviate.py#L189
The assignment of query_builder.with_hybrid should be done to query_builder not the query object.
1 comment
L