-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi, the documentation shows that the GleanSearchRetriever can be initiated with a parameter max_snippet_size
# Initialize with custom settings
retriever = GleanSearchRetriever(
subdomain="your-subdomain", # Override environment variable
api_token="your-api-token", # Override environment variable
act_as="[email protected]", # Override environment variable
page_size=10, # Default number of results
max_snippet_size=300 # Default snippet size
)but when I run this I get the following error
TypeError: GleanSearchRetriever.__init__() got an unexpected keyword argument 'max_snippet_size'(it's the same for page_size)
Metadata
Metadata
Assignees
Labels
No labels