mgoNeo4j commited on
Commit
94f5d28
·
verified ·
1 Parent(s): 302f031

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -355,7 +355,13 @@ print(outputs)
355
  * Creating schema using neo4j-graphrag package (Check: SchemaReader.get_schema(...) function)
356
  * In your own Neo4j database, you can utilize `neo4j-graphrag package::SchemaReader` functions
357
 
358
- ## License
359
 
360
- This model uses or builds upon components released under the Gemma License.
361
- A full copy of the license is included [here](./GEMMA_LICENSE).
 
 
 
 
 
 
 
 
355
  * Creating schema using neo4j-graphrag package (Check: SchemaReader.get_schema(...) function)
356
  * In your own Neo4j database, you can utilize `neo4j-graphrag package::SchemaReader` functions
357
 
 
358
 
359
+ ## Licensing and Use
360
+
361
+ This model is a fine-tuned derivative of the Gemma base model. It is governed by the [Gemma Terms of Use](https://ai.google.dev/gemma/terms), including restrictions such as:
362
+
363
+ - Non-commercial use only
364
+ - No sublicensing
365
+ - Compliance with applicable laws and regulations
366
+
367
+ See the included `GEMMA_LICENSE` and `NOTICE` files for full details.