joetifa2003
joetifa2003
Working on it here #6! Will need to add some tests and settle on the API then it's done!
> @joetifa2003 this looks like a super awesome project. I'm curious if you're aware that anything else besides this project (which seems to have stagnated) is being worked on? I...
BIG UPDATES! #6 changes: - A new allocator interface which is being passed to every data structure to allow for more flexibility and you can compose multiple allocator together, and...
@cyertai @joe-at-startupmedia Hashmaps is merged now and available!
I think it would be ideal if we have a utility type that infers this, something like what @jrop did
When fetching from history, all metadata fields are undefined ```ts const res = await ragChat.history.getMessages({ sessionId: pb.authStore.model?.id }); ``` But here when I create a new message, metadata is populated...
Thanks, There is no environment variables used. And if u want an arena you can use `batchallocator`, just remember to call Destroy and u don't have to free indivisual allocations/Data...