Find answers from the community

Updated last year

@here can anyone help me with this

@here can anyone help me with this issue
While the original colab on mulitmodal RAG using qdrant the example works correctly, but when i want to use LanceDB as the vector store here, it gives this error:
Attachments
wgrg.PNG
hwte.PNG
L
k
22 comments
this is unreleated to lancedb
Seems like the texts you input is too long?
well when i try to slice it, it gives validation error
whats the validation error?
Attachments
Screenshot_66.png
Screenshot_67.png
seems like an issue with how lancedb build the vector store πŸ€” Somehow item.text is None
lancedb can ingest images
i think this is some issue with the lancedb integration with llamaindex
We aren't storing images in any vector db though. Just inputting image embeddings and text embeddings
I'll try the notebook with images in a sec
So it seems like with lanceDB, if you insert text with a blank string, it gets transformed into None when retrieving

Easy one line fix at least, to check for this on the retrieval side. Will make a PR
weird behaviour for lancedb tbh
ok, looks good
Merged -- you can install from source to get the fix, or should have a release out later today
sure, i'll try that
I've given the feedback to lancedb team and they said that they will update this behavior.
thanks for your prompt action.
it works @Logan M
Nice, thanks!
Add a reply
Sign up and join the conversation on Discord