sawyerbutton
Results
3
issues of
sawyerbutton
### System Info Based on the official doc, I created two type of retriever: 1. `faiss_retriever = FAISS.from_documents(texts, OpenAIEmbeddings()).as_retriever()`serving as a`VectorStoreRetriever`(referenced from the API doc) 2. `compression_retriever = ContextualCompressionRetriever(base_compressor=relevant_filter, base_retriever=retriever)`functioning...
auto:bug
I've extracted the content related to obtaining the canvas and downloading it from the source code, creating a runnable Chrome DevTools code snippet. 1. It supports directly downloading the long...