Trent Conley

Results 10 comments of Trent Conley

I added the ``` if (chunk_id not in ids): ``` line to check that a chunk does not already exist. sha256 will essentially never have collision, so we can assume...

Also running into this problem when I am trying to embed a large dataset. I think the random id would fix the issue, but won't we see it affect the...

I made a PR #165 that solves the issue

I'd like to distinguish conversation history from database context here. In a conversation, yes you would want to keep repeats. However, in a vector db that stores things for you...

Gotcha. How would a model be able to discern that the chunks are distinct if they are identical and thus infer relevance? In actuality, I'd imagine the chunks would be...

I understand your concern that in some cases you'd want to retain the identical chunks. Perhaps an ideal solution would be to create an option for the user to embed...

I haven't opened it up yet, I've just been using it regularly. Will post photos when I get a chance.

I ended up returning it, and figured that I probably shouldn't start dissecting it if I was thinking about returning it. Sorry.

It's fine to create a 3D table. But let's say you have aerodynamic data across 7 control surfaces, now you need at least 7 dimensional data. Currently, JSBSim can't handle...

Cool! I'll work on integrating it into JSBSim then.