neo4j-labs / llm-graph-builder

Neo4j graph construction from unstructured data using LLMs
https://neo4j.com/labs/genai-ecosystem/llm-graph-builder/
Apache License 2.0
2.09k stars 318 forks source link

Embedding can not be changed to openai model with dimension 1536 #753

Open paulvble opened 4 hours ago

paulvble commented 4 hours ago

Hello, I've noticed that data fed via the Graph Builder is only using the transformer embedding model with dimension 384 . However this creates a mismatch when I use an embedding model with 1536 dimension in the app. Is there a way to select the open embedding model from the GUI so that the data stored in the database equally holds the 1536 dimension? Please advice how to solve this. thanks.

kartikpersistent commented 3 hours ago

@jexp