HNSW Lib Vectorstore #8585
Unanswered
maggarwal25
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I had some questions about chunking in HNSW Lib. Currently, I have a slideshow, which I'm attempting to generate embeddings for and utilize in a way to generate content on a per-slide basis.
Does anyone have experience with HNSW.fromText for large text extractions and have thoughts on its usage versus chunking and using fromDocs functions?
Do you know the maximum size a single index can have in an index? For example, if I use fromTexts, how long before I hit window limits?
Beta Was this translation helpful? Give feedback.
All reactions