Jonah Elbaz

Results 3 issues of Jonah Elbaz

Hi, I'm experiencing what seems like a bug that i've been struggling to resolve. ``` "knex": "^0.95.12", "knex-stringcase": "^1.4.6", "pg": "^8.7.1", "pg-hstore": "^2.3.2", "objection": "^3.0.1", "objection-db-errors": "^1.1.2", "objection-visibility": "^1.1.0", export...

bug

If an image takes 5 seconds to upload, the image dialogue just stays open and stuck which is a jarring user experience.

feature request/enhancement

``` const ragApplication = await new RAGApplicationBuilder() .setModel(new HuggingFace({ modelName: 'timpal0l/mdeberta-v3-base-squad2'})) .setQueryTemplate('') .setVectorDb(new PineconeDb({ projectName: 'test', namespace: 'dev', indexSpec: { serverless: { cloud: 'aws', region: 'us-east-1', }, }, })) .setCache(new...

question