Hi there, currently in the last phase of creating ...
# community-help
s
Hi there, currently in the last phase of creating a custom RAG based on Typesense. Quick question, is it somehow possible to increase the number of the drop_tokens_mode (both_sides:3) to maybe the len(query)? Since Typesense does not really support of Boolean search, just filter, that would be great if users could set the number themselve. During preretrieval phase Im already removing stopwords and other no important parts of longer queries, however, I still want to somehow be able to conduct "something similar" to a boolean OR search, but most preprocessed queries are still to long