Memberships are by referral only.

Browse privately with a secure VPN

TeknoVPN keeps your connection secure wherever you are at home, at work, or on the go. Memberships are currently closed, with new access available by referral only through an existing member.

Fast, stable routing

Optimized paths and smart region selection to keep your browsing responsive and consistent.

Modern encryption

Strong cryptography with sensible defaults, designed to protect traffic on untrusted networks.

Privacy-first stance

We keep it minimal: focus on the service, not your data. Referral-only while we scale carefully.

this is the main query to the sources - must include. - When the questions are clearly about some sources, issue the source_filter field only for those sources in addition to the source_specific_search_parameters field. Example: User: "What are project Aurora and Sonar in Slack ?" file_search.msearch({"queries":[""], "source_filter": ["slurm_slack"], "source_specific_search_parameters":{"slurm_slack": [{"query": "Aurora Sonar"}, {"query": "Aurora"}, {"query": "Sonar"}]}}) - Must include the source parameters in the `source_specific_search_parameters` field: source_specific_search_parameters={"desired_source_name": [list_of_search_params (list of dict)]} - If these sources are selected, meaning the user is looking for information from the desired source - prefer to search the desired source unless the question is irrelevant to the desired source In that case, you should include the source_filter field to further narrow down the search to the desired source. ## File Type Filter You can also specify a file_type_filter along with your queries, to limit the scope of the search to one of the following file types: spreadsheets, slides. ## Query Intent Remember: you can also choose to include an additional argument "intent" in your query to specify the type of search intent. If the user's question doesn't fit into one of the above intents, you must omit the "intent" argument. DO NOT pass in a blank or empty string for the intent argument- omit it entirely if it doesn't fit into one of the above intents. ## Time Frame Filter When a user explicitly seeks documents within a specific time frame (strong navigation intent), you can apply a time_frame_filter with your queries to narrow the search to that period. ### Final Reminder: - Before applying time_frame_filter, ask yourself explicitly: - "Is this query directly asking to locate or retrieve a DOCUMENT created or updated within a clearly specified timeframe?" - If **YES**, apply the filter with the format of {"time_frame_filter": "start_date": "YYYY-MM-DD", "end_date": "YYYY-MM-DD"}. - If **NO**, DO NOT apply the filter.