anand_sukumaran
11/28/2023, 5:47 PMedgar_ramirez_mondragon
11/28/2023, 11:46 PManand_sukumaran
11/29/2023, 3:34 AM2023-11-28T23:45:21,150 Successfully built meltanolabs-target-chromadb
2023-11-28T23:45:21,151 Failed to build hnswlib
2023-11-28T23:45:21,152 ERROR: Could not build wheels for hnswlib, which is required to install pyproject.toml-based projects
2023-11-28T23:45:21,154 Exception information:
2023-11-28T23:45:21,154 Traceback (most recent call last):
2023-11-28T23:45:21,154 File "D:\Materials\esgchat_autogen\meltano-elt\chroma\.meltano\loaders\target-chromadb\venv\lib\site-packages\pip\_internal\cli\base_command.py", line 180, in exc_logging_wrapper
2023-11-28T23:45:21,154 status = run_func(*args)
2023-11-28T23:45:21,154 File "D:\Materials\esgchat_autogen\meltano-elt\chroma\.meltano\loaders\target-chromadb\venv\lib\site-packages\pip\_internal\cli\req_command.py", line 245, in wrapper
2023-11-28T23:45:21,154 return func(self, options, args)
2023-11-28T23:45:21,154 File "D:\Materials\esgchat_autogen\meltano-elt\chroma\.meltano\loaders\target-chromadb\venv\lib\site-packages\pip\_internal\commands\install.py", line 429, in run
2023-11-28T23:45:21,154 raise InstallationError(
2023-11-28T23:45:21,154 pip._internal.exceptions.InstallationError: Could not build wheels for hnswlib, which is required to install pyproject.toml-based projects
2023-11-28T23:45:21,174 Remote version of pip: 23.3.1
2023-11-28T23:45:21,175 Local version of pip: 23.3.1
edgar_ramirez_mondragon
11/29/2023, 4:14 AMhnswlib
3. pointing the loader's pip_url
to your fork
that might work.edgar_ramirez_mondragon
11/29/2023, 7:18 PManand_sukumaran
11/30/2023, 6:56 PManand_sukumaran
11/30/2023, 6:58 PMembedding_property
. its by default : 'embedding' . I'm getting KeyError: 'embeddings'
. also I've tried giving models. getting same error. stuck here for couple of hours.anand_sukumaran
12/04/2023, 4:03 AMedgar_ramirez_mondragon
12/04/2023, 4:18 PMembeddings_property
should be the name of the field in the record that's passed to the ChromaDB's embeddings
parameter: https://github.com/MeltanoLabs/target-chromadb/blob/712daa1161055faf2f2bfa4c451655200045866c/target_chromadb/sinks.py#L79-L84