Questions tagged [hnswlib]

Ask Question

The tag has no usage guidance.

3 questions
2 votes 1 answer 447 views

How to load an existing vector db into Langchain?

I have the following code which loads my pdf file generates embeddings and stores them in a vector db. I can then use it to preform searches on it. The issue is that every time i run it the ... Linda Lawton - DaImTo's user avatar Linda Lawton - DaImTo
  • 110k
3 votes 3 answers 4k views

import Azure HnswVectorSearchAlgorithmConfiguration comes Error: cannot import name 'HnswVectorSearchAlgorithmConfiguration'

Here is the reference document I follow with: & PeihuaLi's user avatar PeihuaLi
  • 33
2 votes 1 answer 2k views

Getting hnswlib error Index' has no attribute 'file_handle_count'

I am trying to use chromadb which is giving me error: c:\Users\satya\AppData\Local\Programs\Python\Python39\lib\site-packages\chromadb\config.py in instance(self, type) hnswlib_count = hnswlib.Index.... Satya's user avatar Satya
  • 8,731

You Might Also Like