-
Couldn't load subscription status.
- Fork 33
Add docs for LLM Extension #520
Conversation
|
@ray6080 if this extension's purpose is only to provide embedding function calls from Cypher, shouldn't we call this an "embeddings extension"? LLM extension is quite broad and can mean different things to different people. Also, technically, speaking, LLMs do not do embedding (they are generative models trained on left-to-right token sequences -- embedding models are a totally different class of models trained via contrastive learning). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments and questions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll take another look.
Co-authored-by: Siddhartha Sahu <sid@kuzudb.com>
Co-authored-by: Siddhartha Sahu <sid@kuzudb.com>
Co-authored-by: Siddhartha Sahu <sid@kuzudb.com>
Co-authored-by: Siddhartha Sahu <sid@kuzudb.com>
Co-authored-by: Siddhartha Sahu <sid@kuzudb.com>
Co-authored-by: Siddhartha Sahu <sid@kuzudb.com>
Co-authored-by: Siddhartha Sahu <sid@kuzudb.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge once the Python scripts are tested.
Contributor agreement