Rand Stats

LLM::RetrievalAugmentedGeneration

zef:antononcube
Revision history for "LLM::RetrievalAugmentedGeneration"

0.0.8 2026-01-26
    - Allowing merging of vector databases if they have _arbitrary_ vector keys but none in common.
        - Up to version 0.0.7 the vector keys were expected to be in the form ".".
    - Handling source specs that are actual base file names.
        - Meaning, names like "SemSe-697d16a0.json" can be used, not just "SemSe-697d16a0".
    - Various "small fixes" for streamlined usage or expected behavior.

0.0.7 2026-01-22
    - Fix: Proper type check for List:D.

0.0.6 2025-10-06
    - Implemented the "all in one" function &vector-database-answer
        - For a given Vector DataBase (VDB) and a query:
            - Finds the top nearest neighbor vectors and corresponding items
            - Aks an LLM to give an answer to the query using the concatenated the items