Commit Graph

6 Commits

Author SHA1 Message Date
Eliyan
663cf45704 feat: Enhance ODMDB query handling with multi-schema support and intelligent routing
- Updated `poc.js` to support queries for multiple object types (seekers, jobads, recruiters, etc.) with intelligent routing based on natural language input.
- Implemented a query validation mechanism to prevent excessive or sensitive requests.
- Introduced a mapping manager for dynamic schema handling and object detection.
- Enhanced the response schema generation to accommodate various object types and their respective fields.
- Added a new script `verify-mapping.js` to verify and display the mapping details for the seekers schema, including available properties, indexes, access rights, and synonyms.
2025-10-15 13:54:24 +02:00
Eliyan
77c2c4ab9b [UPDATE] Enhance README and demo scripts with comprehensive query examples and improved schema mappings 2025-10-15 10:01:00 +02:00
Eliyan
e863a0a5ea [WIP] making a working demo for all possible seekers questions 2025-10-14 17:44:27 +02:00
Eliyan
28b0360ddb [ADD] PoC working with our database. playground jq 2025-10-14 12:57:52 +02:00
Eliyan
0be31357cf [WIP] remove zod and use actual schema 2025-10-14 11:33:14 +02:00
Eliyan
6dbfe5cb07 [INIT] innitial Poc of the concept for ql creation fron NL 2025-10-13 12:33:20 +02:00