Questions Tagged [Hnswlib]
Ask Question the Hnswlib Tag Has No Usage Guidance. 3 Questions More Bountied 0 Unanswered Frequent Score Unanswered (My Tags) Apply Filter 2 Votes 1 Answer...
The hnswlib 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 ...
3
votes
3
answers
4k
views
import Azure HnswVectorSearchAlgorithmConfiguration comes Error: cannot import name 'HnswVectorSearchAlgorithmConfiguration'
Here is the reference document I follow with:
&
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....