Skip to content

Update langchain4j docs #107

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
wants to merge 5 commits into
base: publish
Choose a base branch
from

Conversation

vga91
Copy link
Contributor

@vga91 vga91 commented Apr 24, 2025

Update langchain4j docs with embeddings and retriever examples

@vga91
Copy link
Contributor Author

vga91 commented Apr 28, 2025

/cc @jexp

@jexp
Copy link
Contributor

jexp commented Apr 28, 2025

We should probably mention from which LC4J version the features are availlable?

| textProperty | "text" | the text property name
| indexName | "vector" | the vector index name
| databaseName | "neo4j" | the database name
| retrievalQuery | "RETURN properties(node) AS metadata, node.`idProperty` AS `idProperty`, node.`textProperty` AS `textProperty`, node.`embeddingProperty` AS `embeddingProperty`, score" | the retrieval query
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

retrieval query doesn't render correctly perhaps you need to wrap it in a code block ? or remove the individual backticks

@vga91 vga91 force-pushed the update-langchain4j-docs branch from e997214 to 278c12d Compare April 30, 2025 16:23
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

Successfully merging this pull request may close these issues.

2 participants