Open uogbuji opened 5 months ago
The new chunkers, post #30, are now generators, but that does us no good with Qdrant helper update() requiring a fixed sequence.
update()
Also consider the PG helper insert_many() as well, though that might require e.g. some sort of built-in batching.
insert_many()
The new chunkers, post #30, are now generators, but that does us no good with Qdrant helper
update()
requiring a fixed sequence.Also consider the PG helper
insert_many()
as well, though that might require e.g. some sort of built-in batching.