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

[Question]: Support for Knowledge graphs #1060

Open
acrigney opened this issue Apr 20, 2024 · 2 comments
Open

[Question]: Support for Knowledge graphs #1060

acrigney opened this issue Apr 20, 2024 · 2 comments
Labels
question Further information is requested

Comments

@acrigney
Copy link

Describe your problem

Guys I would like to encorporate knowledge graphs into the semantic searches. I see now that neo4j is supporting this, also DGraph and others, although again they generally use Python interfaces that I am not a fan of. Here is an example of how neo4j does it.
https://towardsdatascience.com/efficient-semantic-search-over-unstructured-text-in-neo4j-8179ad7ff451
Does infinity support this already? Or could this be implemented. Really my experience with semantic search is that they benefit from improved context for the searches.

@acrigney acrigney added the question Further information is requested label Apr 20, 2024
@yingfeng
Copy link
Member

This could be implemented later. However, graph search is weaker than keyword demand, regarding to knowledge graph, only single order semantic is required for most cases, which could also be provided through full text search.

@acrigney
Copy link
Author

Wow mate! So far with my experience simple semantic search has not been good enough for my customers, but for my graph based semantic search with neo4j I think I just need to improve my prompts. However there must have been some upgrades in Python that broke their code and as Python seems to have such poor dependency handling its really hard to work out whats wrong. Whearas if I build everything with C# with nuget packages I will know everything in detail if anything goes wrong. Hence I want to build this reference RAG stack all in C#.

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

No branches or pull requests

2 participants