Find answers from the community

Home
Members
YarHarHAR
Y
YarHarHAR
Offline, last seen 3 months ago
Joined September 25, 2024
Good evening - I'm using propertygraph index - I'm making the entities and relations manually and inserting them with upsert_nodes/upsert_relations - basically the same as the example in the docs.

I'm noticing these nodes/relations don't get any embedding and when making a query, they're all scored at 0. I've tried calculaing the embedding manually for the EntityNodes but am still getting 0 scores. Is there something fundamental I am missing?
4 comments
Y
L
Hi - having some trouble with local embeddings:
  • Following the basic getting started tutorial
  • Installed LlamaCPP via the tutorial - and it works
  • Installed SentenceTransformers and verified that works
  • Got the basic prompt completion working in the tutorial
When I try to load any kind of local embedding (huggingface, onyx, langchang), I get the following error (in thread):
4 comments
Y
L