-
Notifications
You must be signed in to change notification settings - Fork 1
AI text embedding docs #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -3,9 +3,217 @@ | |||||||
| This page lists the supported AI providers. | ||||||||
| Each provider has its own configuration map that can be passed to Neo4j's GenAI function/procedures. | ||||||||
|
|
||||||||
| [[text-embedding-ai-providers]] | ||||||||
| == Text Embedding AI Providers | ||||||||
|
|
||||||||
| The following provider configurations are for the `ai.text.embed` function and the `ai.text.embedBatch` procedure. | ||||||||
|
||||||||
| The following provider configurations are for the `ai.text.embed` function and the `ai.text.embedBatch` procedure. | |
| The following provider configurations are for the `ai.text.embed` function and the `ai.text.embedBatch` procedure. | |
| TODO: Add link to function+procedure. |
gem-neo4j marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
gem-neo4j marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
gem-neo4j marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
gem-neo4j marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
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 think these extra titles clog the UI unnecessarily. I would remove them and put the heading content Usage example as title of the example, instead of Query. Or, even better, give a meaningful title to the example (ex. "Embed the string Hello world").
stefano-ottolenghi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
gem-neo4j marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
gem-neo4j marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
gem-neo4j marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
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.
Is there a value to all these options here? Not all of them are obvious as to what they do, and people would need to consult 3rd-party docs to find out. I get that we want to display the shape of a full request, but outputDimensionality would be enough, no?
Uh oh!
There was an error while loading. Please reload this page.