Find answers from the community

Updated 9 months ago

hello, got few questions about

At a glance
hello, got few questions about retrievers. does the retriever returned from as_retriever() methods text_to_image_retrieve(query_str) and retrieve(query_str) embed the query string by default? Which model does it use to do the embedding if so? We are hitting a 77 (tokens?) limit on the query string argument. Is there a way around it?
j
1 comment
OK found the origin of the error: https://github.com/openai/CLIP/issues/212
seems it's using CLIP and having a 77 charaters limit
Add a reply
Sign up and join the conversation on Discord