Skip to content
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

when should I install the "genai" plugin when build a container? #539

Open
liuweie opened this issue Dec 18, 2024 · 1 comment
Open

when should I install the "genai" plugin when build a container? #539

liuweie opened this issue Dec 18, 2024 · 1 comment
Assignees

Comments

@liuweie
Copy link

liuweie commented Dec 18, 2024

I built a container with the neo4j:5.26.0-community-ubi9 image, my goal is to use the embedding vector index and vector search , which is the feature of "GenAI" intergration provided.

I have tested vector embedding 、vector index and the similarity search function by following official tutorial:https://neo4j.com/docs/genai/tutorials/embeddings-vector-indexes/

And I noticed that user need to set the --env NEO4J_PLUGINS='[ "genai"] when build container if user want to use vector embedding function,:
image
https://neo4j.com/docs/cypher-manual/current/genai-integrations/

however, it seems that there is no need to install the genai plugin , because I did not install it but the embedding vector index and similarity search still work

so, my question is :when should I install the "genai" plugin? why the vector search still work when I did not install genai?

@liuweie liuweie changed the title when should I install the when should I install the "genai" plugin when build a container? Dec 18, 2024
@datacute
Copy link

datacute commented Jan 8, 2025

The genai plugin is needed to call the functions shown in https://neo4j.com/docs/cypher-manual/current/genai-integrations/
For example genai.vector.encode
The vector functions https://neo4j.com/docs/cypher-manual/current/functions/vector/ and vector indexes https://neo4j.com/docs/cypher-manual/current/indexes/syntax/#create-vector-index can be used without the plugin (depending on neo4j version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants