Davis Chase

Results 192 comments of Davis Chase

How were you imagining you'd use the self-querying retriever with another retriever? Would it be rephrasing the original query string? I ask because the main method exposed by the Retriever...

@srivatsanv1 the SelfQueryRetriever is generic and should work with any vector store that you build a translation layer for. the way the retriever works is the structured query is first...

> @vowelparrot / @dev2049 What are your thoughts about the paths where the schema is defined? OK to nest inside `documents/parsers`? Do you have better suggestions? think we've generally been...

thanks for adding! for backwards compatibility think we should just create a new class (also would be a bit strange if PyPDFLoader didn't actually use pypdf)

@jerrytigerxu happy to take over if you'd like

hm seems like an enum isn't properly being converted to a string. i can't reproduce locally with python 3.9, wonder if enum str conversion has changed in newer versions. taking...

able to recreate with python 3.11

#3892 should fix but let me know if you still see issues (after next release)

one nit, otherwise looks good to moi!