Log in
Log into community
Find answers from the community
View all posts
Related posts
Was this helpful?
π
π
π
Powered by
Hall
Inactive
Updated 6 months ago
0
Follow
Could you please advise on the process
Could you please advise on the process
Inactive
0
Follow
At a glance
A
AmitKhandey
last year
Β·
Could you please advise on the process of querying Chroma DB to retrieve the names of documents for which embeddings are available, leveraging the Lamma index?
b
A
L
4 comments
Share
Open in Discord
b
beaverTango
last year
The names should be avaiable as metadata if you used the default ingestion pipeline or you can add them as as metadata when creating the nodes.
A
AmitKhandey
last year
I am storing the chroma db in a file once embeddings are generated. From stored chromadb collection I want to know the documents available in it
A
AmitKhandey
last year
vector_store = self.setup_chroma(collectionName)
index = VectorStoreIndex.from_vector_store(
vector_store,
service_context=self.service_context,
)
L
Logan M
last year
I think youd just have to use chromadbs API directly -- I think they have a get_all() function, but would have to read their docs
Add a reply
Sign up and join the conversation on Discord
Join on Discord