February 19, 2024
Fine-Tuning Tiny LLMs for ElasticSearch DSL
I am creating a tiny LLM for ElasticSearch DSL as a proof of concept.
Browse posts by tag
I am creating a tiny LLM for ElasticSearch DSL as a proof of concept.
A framework for querying structured JSON documents using fuzzy logic principles, producing degree-of-membership scores instead of binary relevance.
This paper applies an approach of resilience engineering in studying how effective encrypted searches will be. One of the concerns on encrypted searches is frequency attacks. In frequency attacks, adversaries guess the …
Encrypted Search, a technique for securely searching documents on untrusted systems. The author designs and compares several secure index types to determine their performance in terms of time complexity, space complexity, …