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
Currently, the library supports single file embedding and directory embedding. There needs to be support to embed multiple files in a batch along with an option to use adapter. If there is no adapter, we can just run embed_file function on each file. If it is true, we need to chuck and send embeddings to the database as done in the embed_directory function.
The text was updated successfully, but these errors were encountered:
Currently, the library supports single file embedding and directory embedding. There needs to be support to embed multiple files in a batch along with an option to use adapter. If there is no adapter, we can just run
embed_file
function on each file. If it is true, we need to chuck and send embeddings to the database as done in theembed_directory
function.The text was updated successfully, but these errors were encountered: