Ben Dykstra

Results 5 issues of Ben Dykstra

my schema: ``` const payloadSchema = new Schema({ account: { type: String, required: true, length: 12, }, book: { type: String, required: true, }, application: { type: String, required: true,...

… large datasets are used the maximum call stack is not exceeded When converting a large object (like ~150k records) to the csv arrays, the maximum call stack gets exceeded...

confirmed

Hey there! Super cool project. Thought I'd add some of the (yet to be documented) steps that I took to get the application working on my macbook pro with an...

## Description - Please include a summary of the changes and the related issue. I added documentation to the readme that adds the steps I took to get the app...

## Description - Adds a StructuredOutputChatOpenAI class to enable downstream applications to consume json Simple example usage ``` import json from kotaemon.llms import StructuredOutputChatOpenAI class StructuredAnswer(BaseModel): answer: str structured_llm =...