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 would love to browse the library. By that i mean access all the different contents and not just metadata on the library card. I would like to see and print out the different Blocks with their metadata like source file or embedding vector. Searching the internet i did not find a solution to browsing through the library module interface. The only thing i saw, was using the Query which is not really what i want. Could help and explain to me what would be the easiest or most elegant solution for that.
I imagine this question is not very concrete and many can interpret it in their own way so here a specific case:
i loaded an existing library library = Library().load_library(library_name, acc_name)
How do i get a list of all block_id's in it?
How can i access a single block based on its id or an index. I would like to print out the text and see what's the source file name
With a given block_id how can i see or print out the different embedding vector created on it.
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
-
Hello,
I would love to browse the library. By that i mean access all the different contents and not just metadata on the library card. I would like to see and print out the different Blocks with their metadata like source file or embedding vector. Searching the internet i did not find a solution to browsing through the library module interface. The only thing i saw, was using the Query which is not really what i want. Could help and explain to me what would be the easiest or most elegant solution for that.
I imagine this question is not very concrete and many can interpret it in their own way so here a specific case:
library = Library().load_library(library_name, acc_name)
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions