We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current RAG implementation could really benefit from an additional GraphRAG feature as explained by Michael Hunger at Devoxx Belgium.
https://www.youtube.com/watch?v=kRqJXDLRbRE
We can pull image from Docker and have it run similarly like ChromaDB from https://hub.docker.com/_/neo4j
Langchain4J supports Neo4J, example @ https://github.com/langchain4j/langchain4j/tree/main/langchain4j-neo4j Neo4J example @ https://neo4j.com/labs/genai-ecosystem/langchain4j/
We would reuse the existing Nomic embedding.
The text was updated successfully, but these errors were encountered:
Making progress, basically swapping ChromaDB with Neo4J Graph & similarity search on AST data 🤩🔥🔥🔥
Demo @ https://www.youtube.com/watch?v=PCREFuF_1-0
Sorry, something went wrong.
stephanj
No branches or pull requests
The current RAG implementation could really benefit from an additional GraphRAG feature as explained by Michael Hunger at Devoxx Belgium.
https://www.youtube.com/watch?v=kRqJXDLRbRE
We can pull image from Docker and have it run similarly like ChromaDB from https://hub.docker.com/_/neo4j
Langchain4J supports Neo4J, example @ https://github.com/langchain4j/langchain4j/tree/main/langchain4j-neo4j
Neo4J example @ https://neo4j.com/labs/genai-ecosystem/langchain4j/
We would reuse the existing Nomic embedding.
The text was updated successfully, but these errors were encountered: