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.34k stars 376 forks source link

Bloom URL Changes #163

Closed prakriti-solankey closed 6 months ago

prakriti-solankey commented 7 months ago

config URL is complete and has placeholder for {CONNECT_URL}

  1. BLOOM_URL=https://bloom-latest.s3.eu-west-2.amazonaws.com/assets/index.html?connectURL={CONNECT_URL}&search=Show+me+a+graph (edited)

so for Prod:

  1. BLOOM_URL=https://bloom-latest.s3.eu-west-2.amazonaws.com/assets/index.html?connectURL={CONNECT_URL}&search=Show+me+a+graph&featureGenAISuggestions=true&featureGenAISuggestionsInternal=true
prakriti-solankey commented 7 months ago

Included in the branch bloom-url-changes and PR https://github.com/neo4j-labs/llm-graph-builder/pull/189

prakriti-solankey commented 6 months ago

Merged and can be closed