-
Notifications
You must be signed in to change notification settings - Fork 83
Remove genai... procedures from the list
#2713
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
Open
NataliaIvakina
wants to merge
2
commits into
neo4j:dev
Choose a base branch
from
NataliaIvakina:dev-deprecate-procedures
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1226,13 +1226,13 @@ It is therefore not supported by the parallel runtime. | |
| For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/planning-and-tuning/runtimes/concepts#runtimes-parallel-runtime[Cypher Manual -> Parallel runtime]. | ||
| ==== | ||
|
|
||
| == GenAI and vectors | ||
| == Vectors | ||
|
|
||
| For more information, see: | ||
|
|
||
| * link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[Cypher Manual -> Vector indexes] | ||
| * link:{neo4j-docs-base-uri}/cypher-manual/current/genai-integrations[Cypher Manual -> GenAI integrations] | ||
| * link:{neo4j-docs-base-uri}/cypher-manual/current/functions/vector/[Cypher Manual -> Vector functions] | ||
| * link:{neo4j-docs-base-uri}/cypher-manual/current/genai-integrations[Cypher Manual -> GenAI integrations] | ||
| * link:{neo4j-docs-base-uri}/cypher-manual/current/functions/[Cypher Manual -> GenAI functions] | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the same |
||
| * link:{neo4j-docs-base-uri}/genai/tutorials/embeddings-vector-indexes/[GenAI documentation -> Embeddings & Vector Indexes Tutorial] | ||
|
|
||
|
|
@@ -1374,34 +1374,6 @@ The similarity score is a value between [0, 1]; where 0 indicates least similar, | |
| |=== | ||
|
|
||
|
|
||
|
|
||
| [[procedure_genai_vector_encodeBatch]] | ||
| === genai.vector.encodeBatch() | ||
|
|
||
|
|
||
| .Details | ||
| |=== | ||
| | *Syntax* 3+m| genai.vector.encodeBatch(resources, provider, configuration) :: (index, resource, vector) | ||
| | *Description* 3+a| Encode a given batch of resources as vectors using the named provider. | ||
| For each element in the given resource LIST this returns: | ||
|
|
||
| * the corresponding 'index' within that LIST, | ||
| * the original 'resource' element itself, | ||
| * and the encoded 'vector'. | ||
|
|
||
| .4+| *Input arguments* | *Name* | *Type* | *Description* | ||
| | `resources` | `LIST<STRING>` | The object to transform into an embedding. | ||
| | `provider` | `STRING` | The GenAI provider to use. | ||
| | `configuration` | `ANY` | The provider specific settings. | ||
| .4+| *Return arguments* | *Name* | *Type* | *Description* | ||
| | `index` | `INTEGER` | The index of the corresponding element in the input list. | ||
| | `resource` | `STRING` | The name of the input resource. | ||
| | `vector` | `ANY` | The generated vector embedding for the resource. | ||
| | *Mode* 3+| DEFAULT | ||
| |=== | ||
|
|
||
| For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/genai-integrations/#multiple-embeddings[Cypher Manual -> Generating a batch of embeddings]. | ||
|
|
||
| .Known issue | ||
| [NOTE] | ||
| ==== | ||
|
|
@@ -1410,23 +1382,6 @@ The types are still enforced as `LIST<INTEGER | FLOAT>`. | |
| ==== | ||
|
|
||
|
|
||
| [[procedure_genai_vector_listEncodingProviders]] | ||
| === genai.vector.listEncodingProviders() | ||
|
|
||
|
|
||
| .Details | ||
| |=== | ||
| | *Syntax* 3+m| genai.vector.listEncodingProviders() :: (name, requiredConfigType, otionalConfigType, defaultConfig) | ||
| | *Description* 3+a| Lists the available vector embedding providers. | ||
| .5+| *Return arguments* | *Name* | *Type* | *Description* | ||
| | `name` | `STRING` | The name of the GenAI provider. | ||
| | `requiredConfigType` | `STRING` | The signature of the required config map. | ||
| | `optionalConfigType` | `STRING` | The signature of the optional config map. | ||
| | `defaultConfig` | `MAP` | The default values for the GenAI provider. | ||
| | *Mode* 3+| DEFAULT | ||
| |=== | ||
|
|
||
|
|
||
| == Index management | ||
|
|
||
| For more information, see: | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
to fix this link when a new manual is published