Find answers from the community

Updated 6 months ago

b'{"status":{"error":"Wrong input:

At a glance

The community member who posted the original post is confused and seeking help with an error message they are receiving. The comments suggest that the issue may be related to the qdrant package, and recommend updating it and ensuring the deployed qdrant store is at least version 1.8. Another community member suggests passing the reranker into the query_engine, and asks about an easier way to integrate the retriever agent with memory using chainlit. The discussion also touches on building custom UIs using tools like react and streamlit.

b'{"status":{"error":"Wrong input: Vector params for text-sparse are not specified in config"},"time":0.000035159}'
Can someone help im confused

i have both but am i doing something wrong?
L
d
7 comments
try updating the qdrant package

pip install -U llama-index-vector-stores-qdrant

A few messy publishes with this lately, whoops πŸ˜… (also, make sure your deployed qdrant store is at least v1.8(?), we ran into that as well)
@Logan M works ..

wait i have two questions do i just pass the reranker into query_engine, and two is there an easier way to do the retriver agent with memory example lol. I'm using chainlit and i have no idea how to intergrate
Yea it just goes into the query engine

I have no idea about chainlit though, I've never used it before πŸ˜… I'm usually a streamlit guy, or I just build my own thing
You build your own UI?
Yea usually, throw something scrapy together with react when i want something nice (or I use create-llama). Or just use streamlit to build the UI if I'm in a hurry
dang... once i graudate need to get on the logan dev stack
ha :dotsFire: I'm definitely not a pro at it, but being able to be kinda of capable with frontend stuff like react is super useful πŸ’ͺ Something I picked up at a previous job lol
Add a reply
Sign up and join the conversation on Discord