You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bun application that is used to index large volumes of data for RAG (retrieval augmented generation).
Many vector DBs support importing .parquet files for bulk entry insertion.
Currently, I am using LibertyDSNP parquetjs library which has bad memory over- consumption issues. It would be nice for Bun to have native parquet support in the I/O API.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a bun application that is used to index large volumes of data for RAG (retrieval augmented generation).
Many vector DBs support importing
.parquet
files for bulk entry insertion.Currently, I am using LibertyDSNP parquetjs library which has bad memory over- consumption issues. It would be nice for Bun to have native parquet support in the I/O API.
Beta Was this translation helpful? Give feedback.
All reactions