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.52k stars 395 forks source link

Will this llm graph builder support aws sagemaker endpoint in the future? #542

Open ais-qianhao-liu opened 4 months ago

jexp commented 4 months ago

What do you mean with sagemaker endpoint? Do you have an example with API calls and docs?

Did you see that we added bedrock support?

ais-qianhao-liu commented 4 months ago

Hi,

Yes I see bedrock are one of the supported llm options, but in becdrock there are limited foundation model we can select.

So I am using AWS sagemaker to host the llm, and hence asking will https://python.langchain.com/v0.2/docs/integrations/llms/sagemaker/ be supported in the future

jexp commented 4 months ago

Feel free to send a PR to llm.py :) if you got time.

@aashipandya can you look into this?