nmslib / hnswlib

Header-only C++/python library for fast approximate nearest neighbors
https://github.com/nmslib/hnswlib
Apache License 2.0
4.12k stars 609 forks source link

Building wheel for chroma-hnswlib (pyproject.toml) still running #498

Open vijayjadhavaug opened 10 months ago

vijayjadhavaug commented 10 months ago

This is Chat application trying to build using langchain and OpenAI. Everything works fine on my local machine. however when i try to setup this on AWS EC2, by creating a virtual environment, i have this library in my requirements.txt. while executing this file using pip command on ubuntu, it stucks on this chroma-hnswlib library and does not move ahead. I am using Python 3.10.12 version.. please help

yurymalkov commented 10 months ago

Hi @vijayjadhavaug,

I think you should ask it at the chroma github repo (unless it is reproducible with the base library)